Trying to learn how to deploy a configured vagrant-ansible configuration in a local machine and mirror it in Azure VM. Anyone had the playbook example for that?
thanks.
Trying to learn how to deploy a configured vagrant-ansible configuration in a local machine and mirror it in Azure VM. Anyone had the playbook example for that?
thanks.
If you want to 'mirror' a stack on Vagrant and Azure, you'd just need
a different inventory for each environment, right?
(assuming there is an Azure one, i'm not a user)
Maybe you are right, i am not sure though. Just start playing with Vagrant and Ansible since yesterday, saw that there are modul for AWS, rackspace and Azure, and there are special instructions for AWS and rackspace. Just wondering is there similar guide like the below for Azure.
http://docs.ansible.com/guide_aws.html
http://docs.ansible.com/guide_rax.html
To be honest, haven’t look into details on those guide yet. Still working on configure my local vm configuration. However this is the next things i want to look into.