[ansible-project] Re: must be stored as a dictionary/hash

2018-03-09 Thread sanjanith reddy
aws_keys has both access key and secret key of my EC2 user. On Friday, 9 March 2018 15:12:16 UTC-8, Tony Chia wrote: > > what is the content of your aws_keys.txt ? > > Normally the file used with the include statement has .yml extension. Not > sure if that makes any difference > > On Friday,

[ansible-project] Re: must be stored as a dictionary/hash

2018-03-09 Thread sanjanith reddy
My aws_keys.txt has access key and secret key of my EC2 user. On Friday, 9 March 2018 14:29:12 UTC-8, sanjanith reddy wrote: > > Hi All, > I'm trying to launch an EC2 instance via a playbook. My playbook contents > are like this: > > --- > > - name: Create an EC2 Instance > > hosts: localhost

[ansible-project] Re: must be stored as a dictionary/hash

2018-03-09 Thread Tony Chia
what is the content of your aws_keys.txt ? Normally the file used with the include statement has .yml extension. Not sure if that makes any difference On Friday, March 9, 2018 at 2:29:12 PM UTC-8, sanjanith reddy wrote: > > Hi All, > I'm trying to launch an EC2 instance via a playbook. My