make AWS test command an Ansible variable
This commit is contained in:
parent
fa27bb0d5f
commit
d7dbf516a2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ iam_profile = {{aws_iam_profile}}
|
||||||
keyname = {{aws_keyname}}
|
keyname = {{aws_keyname}}
|
||||||
keypath = {{aws_keypath}}
|
keypath = {{aws_keypath}}
|
||||||
pubkeypath = {{aws_pubkeypath}}
|
pubkeypath = {{aws_pubkeypath}}
|
||||||
test = /bin/true
|
test = {{aws_test}}
|
||||||
amis = ap-northeast-1|RHEL|6.5|x86_64|ami-e7aee0e6|aki-176bf516
|
amis = ap-northeast-1|RHEL|6.5|x86_64|ami-e7aee0e6|aki-176bf516
|
||||||
ap-southeast-1|RHEL|6.5|x86_64|ami-c683df94|aki-503e7402
|
ap-southeast-1|RHEL|6.5|x86_64|ami-c683df94|aki-503e7402
|
||||||
ap-southeast-2|RHEL|6.5|x86_64|ami-41ra8f7b|aki-c362fff9
|
ap-southeast-2|RHEL|6.5|x86_64|ami-41ra8f7b|aki-c362fff9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue