Skip to content

Latest commit

 

History

History

recipe-15

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DevOps Cookbook: Recipe 15

Create three Linux virtual machines in Azure using Terraform.

Step 1. Text goes here.

terraform -chdir=terraform init

Step 2. Text goes here.

terraform -chdir=terraform apply -auto-approve

Step 3. Text goes here.

ansible-playbook ansible/playbook.yaml -i ansible/inventory.yaml --ssh-common-args='-o StrictHostKeyChecking=no'

References