Difference between revisions of "Instalando Ansible no Ubuntu"
From Basef
(Criou a página com "Para instalar o Ansible no Ubuntu no terminal faça o seguinte: <source lang="bash"> sudo apt-get install software-properties-common sudo apt-add-repository ppa:ansible/ans...") (Tag: VisualEditor) |
(Tag: VisualEditor) |
||
Line 8: | Line 8: | ||
</source> | </source> | ||
− | [Category:Ansible | + | [Category:Ansible] |
Revision as of 12:15, 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
[Category:Ansible]