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> | </source> |
Revision as of 11:54, 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