Skip to content

Latest commit

 

History

History

chapter-03

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deploy an Ansible Dev Environment to the Cloud

Deploy to AWS

Deploy to Azure

ansible-playbook deployAzureDevEnv.yaml
docker run -it -w /sln -v "$(pwd)":/sln --rm \
-e "AZURE_SUBSCRIPTION_ID=" \
-e "AZURE_CLIENT_ID=" \
-e "AZURE_SECRET=" \
-e "AZURE_TENANT=<tenant>" \
duffney/ansible:azure