need to prefix aws vars with aws_
This commit is contained in:
parent
38953b5723
commit
bb58c21b56
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
clean_up_on_failure: True
|
clean_up_on_failure: True
|
||||||
delete_image_on_failure: True
|
delete_image_on_failure: True
|
||||||
|
|
||||||
util_username: ec2-user
|
aws_util_username: ec2-user
|
||||||
test_username: fedora
|
aws_test_username: fedora
|
||||||
# access_id and secret_key are in private vars
|
# access_id and secret_key are in private vars
|
||||||
iam_profile: "arn:aws:iam::013116697141:user/oddshocks"
|
aws_iam_profile: "arn:aws:iam::013116697141:user/oddshocks"
|
||||||
keyname: fedimg-dev
|
aws_keyname: fedimg-dev
|
||||||
keypath: /etc/pki/fedimg/fedimg-dev
|
aws_keypath: /etc/pki/fedimg/fedimg-dev
|
||||||
pubkeypath: /etc/pki/fedimg/fedimg-dev.pub
|
aws_pubkeypath: /etc/pki/fedimg/fedimg-dev.pub
|
||||||
aws_test: "/bin/true"
|
aws_test: "/bin/true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue