Difference between revisions of "Instalando Ansible no Ubuntu"
From Basef
(Tag: VisualEditor) |
|||
Line 8: | Line 8: | ||
</source> | </source> | ||
− | [[ | + | [[Category:Ansible]] |
Latest revision as of 12:16, 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