Difference between revisions of "Ansible"
From Basef
(Tag: VisualEditor) |
(Tag: VisualEditor) |
||
Line 6: | Line 6: | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install ansible | sudo apt-get install ansible | ||
+ | </source> | ||
+ | |||
+ | Testanndo novos sources: | ||
+ | |||
+ | <source lang="php"> | ||
+ | echo 'teste'; | ||
</source> | </source> |
Revision as of 11:53, 22 April 2015
Para instalar o Ansible no Ubuntu no terminal faça o seguinte:
sudo apt-get install software-properties-common sudo apt-add-repository ppa:ansible/ansible sudo apt-get update sudo apt-get install ansible
Testanndo novos sources:
echo 'teste';