diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-26 15:35:44 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-26 15:35:44 +0000 |
commit | d73d69a1e292bc206d83ef0c8bb673374a990066 (patch) | |
tree | 912ee91511665c227cae877f465f280d58f070e8 | |
parent | 488517eca148fe0a4af3557ca37b9630eb1a0892 (diff) | |
download | ansible-d73d69a1e292bc206d83ef0c8bb673374a990066.tar.gz ansible-d73d69a1e292bc206d83ef0c8bb673374a990066.tar.xz ansible-d73d69a1e292bc206d83ef0c8bb673374a990066.zip |
switch this to f25
-rw-r--r-- | inventory/host_vars/waiverdb-dev.fedorainfracloud.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/waiverdb-dev.fedorainfracloud.org b/inventory/host_vars/waiverdb-dev.fedorainfracloud.org index 189ab06af..52a72a932 100644 --- a/inventory/host_vars/waiverdb-dev.fedorainfracloud.org +++ b/inventory/host_vars/waiverdb-dev.fedorainfracloud.org @@ -1,5 +1,5 @@ --- -image: rhel7-20141015 +image: "{{ fedora25_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent |