[ansible-project] Re: Not able to load the credentials

2016-10-25 Thread 'Girish Kumar Mayigowda' via Ansible Project
Appreciate if anyone could correct my mistake Thanks, Girish On Tuesday, October 25, 2016 at 12:52:53 AM UTC+5:30, Girish Kumar Mayigowda wrote: > > Hi, > > I am trying to create a storage account and below is the play book and the > error, please let me know what am missing. > i have created a

[ansible-project] Re: Not able to load the credentials

2016-10-25 Thread 'Girish Kumar Mayigowda' via Ansible Project
Thank you for your response, after running the below code am receiving a new error. Below is the error: TASK [Create VM with defaults] * task path: /etc/ansible/playbooks/azurestorage.yml:10 <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: ubuntu

[ansible-project] Re: Not able to load the credentials

2016-10-24 Thread Alexander H. Laughlin
Hello, I believe something like the below would solve your problem: --- - hosts: localhost connection: local vars: subscription_id: XX Client_id: xxx Serect_key: XX Tenent_id: