Re: [ansible-project] Having issues with Expect: module

2016-01-21 Thread Byron Kim
earch, and the parents around ^ are > unnecessary, and the can be problematic as sometimes expect sees a \n or a > space as the first char. > > On Thursday, January 21, 2016, Byron Kim > > wrote: > >> I can't seem to find much documentation or uses of this mo

[ansible-project] Having issues with Expect: module

2016-01-21 Thread Byron Kim
I can't seem to find much documentation or uses of this module. I tried reading up on pexpect documentation however, i'm unable to find my answer. I'm having ansible run a script and then there are prompts that need to be answered. - name: GENERATE CERTIFICATE AND KEY expect: command: /h

[ansible-project] Issue with S3 module

2015-08-05 Thread Byron Kim
I'm having an issue with a playbook (v1.9.2) when trying to download an object from S3 to the target server. s3: aws_access_key="{{ lookup('env', 'AWS_ACCESS_KEY_ID') }}" aws_secret_key="{{ lookup('env', 'AWS_SECRET_ACCESS_KEY') }}'" region="{{ vpc_region }}"