|
|
@ -104,12 +104,12 @@ options:
|
|
|
|
instance_tags:
|
|
|
|
instance_tags:
|
|
|
|
version_added: "1.0"
|
|
|
|
version_added: "1.0"
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- string of tags, in json format, to add to the new instance
|
|
|
|
- a hash/dictionary of tags, in quoted json format, to add to the new instance
|
|
|
|
required: False
|
|
|
|
required: False
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
aliases: []
|
|
|
|
aliases: []
|
|
|
|
examples:
|
|
|
|
examples:
|
|
|
|
- code: "local_action: ec2 keypair=admin instance_type=m1.large image=emi-40603AD1 wait=true group=webserver count=3 instance_tags='{"Name":"My Server"}'"
|
|
|
|
- code: 'local_action: ec2 keypair=admin instance_type=m1.large image=emi-40603AD1 wait=true group=webserver count=3'
|
|
|
|
description: "Examples from Ansible Playbooks"
|
|
|
|
description: "Examples from Ansible Playbooks"
|
|
|
|
requirements: [ "boto" ]
|
|
|
|
requirements: [ "boto" ]
|
|
|
|
author: Seth Vidal, Tim Gerla, Lester Wade
|
|
|
|
author: Seth Vidal, Tim Gerla, Lester Wade
|
|
|
|