# ansible-playbook -i hosts aws-cf-provision.yml -vv
PLAY [localhost] **************************************************************
TASK: [Create VPC, internet gateway, route tables and security groups] ********
<127.0.0.1> REMOTE_MODULE cloudformation template=VPCStack.json state=present region=eu-west-1 stack_name=VPCStack-dev aws_access_key=******** aws_secret_key=********
failed: [127.0.0.1] => {"failed": true}
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
Create VPC, internet gateway, route tables and security groups -------- 201.80s
to retry, use: --limit @/root/aws-cf-provision.retry
127.0.0.1 : ok=0 changed=0 unreachable=0 failed=1
Enter code here...--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2f18d896-1765-4626-94b7-a64a77c8cde0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# ansible-playbook -i hosts aws-cf-provision.yml -vvv
PLAY [localhost] **************************************************************
TASK: [Create VPC, internet gateway, route tables and security groups] ********
<127.0.0.1> REMOTE_MODULE cloudformation template=VPCStack.json state=present region=eu-west-1 stack_name=VPCStack-dev aws_access_key=******** aws_secret_key=********
<127.0.0.1> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1433870269.59-122126194272846 && echo $HOME/.ansible/tmp/ansible-tmp-1433870269.59-122126194272846']
<127.0.0.1> PUT /tmp/tmp67hFaK TO /root/.ansible/tmp/ansible-tmp-1433870269.59-122126194272846/cloudformation
<127.0.0.1> EXEC ['/bin/sh', '-c', u'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1433870269.59-122126194272846/cloudformation; rm -rf /root/.ansible/tmp/ansible-tmp-1433870269.59-122126194272846/ >/dev/null 2>&1']
failed: [127.0.0.1] => {"failed": true}
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
Create VPC, internet gateway, route tables and security groups -------- 318.70s
to retry, use: --limit @/root/aws-cf-provision.retry
127.0.0.1 : ok=0 changed=0 unreachable=0 failed=1