Devops: Preparando o seu Linux para Devops: Difference between revisions

From Wiki
(Criou a página com "= Para o Ubuntu = apt install awscli ansible yamllint vagrant python-pip git Terraform wget https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_linux_amd6...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


  apt install awscli ansible yamllint vagrant python-pip git
  apt install awscli ansible yamllint vagrant python-pip git
apt install vim-syntax-docker docker docker-compose


Terraform
Terraform
Line 11: Line 13:
   
   
  sudo mv terraform /usr/local/bin
  sudo mv terraform /usr/local/bin
= Ver também =
* [[DevOps]]
[[Category:DevOps]]
[[Category:Linux]]
[[Category:Cloud]]
[[Category:WebDev]]
[[Category:Tecnologias]]

Latest revision as of 17:25, 15 September 2018

Para o Ubuntu

apt install awscli ansible yamllint vagrant python-pip git
apt install vim-syntax-docker docker docker-compose

Terraform

wget https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_linux_amd64.zip

unzip terraform_0.11.8_linux_amd64.zip

sudo mv terraform /usr/local/bin

Ver também