- hosts: localhost
gather_facts: false
connection: local
vars:
instance_ids:
- 'i-62f8a46f'
region: 'us-west-2a'
tasks:
- name: Start the instance(s).
local_action:
module: ec2
instance_ids: '{{ instance_ids }}'
region: '{{ region }}'
state: running
wait: True
% ansible-playbook ./playbook.pp
PLAY [localhost] **************************************************************
TASK: [Start the instance(s).] ************************************************
failed: [localhost] => {"failed": true}
msg: value of region must be one of: ap-northeast-1,ap-southeast-1,ap-southeast-2,eu-west-1,sa-east-1,us-east-1,us-west-1,us-west-2, got: us-west-2a
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/lloy0076/playbook.pp.retry
localhost : ok=0 changed=0 unreachable=0 failed=1
--
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/50d0932f-a4b3-41b4-aff1-04a4c486d5ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.