diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2014-10-15 19:46:55 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-10-15 19:46:55 +0000 |
| commit | d7f075d25a6b59db3bd3a5f036fae0daffe73b70 (patch) | |
| tree | e11540ea3477e7745ba6e95225ee4c3d5da90b94 | |
| parent | 96b421cb7b8bb0e620c8f8c8729aede0fff89230 (diff) | |
Set devpi instance to use rhel7 image.
| -rw-r--r-- | inventory/host_vars/209.132.184.166 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/209.132.184.166 b/inventory/host_vars/209.132.184.166 index 9d416060b..4c8cb7b00 100644 --- a/inventory/host_vars/209.132.184.166 +++ b/inventory/host_vars/209.132.184.166 @@ -1,7 +1,7 @@ # 2cpus, 3GB of ram 20GB of ephemeral space instance_type: m1.large # image id -image: "{{ el6_qcow_id }}" +image: "{{ ami-0000004c }}" keypair: fedora-admin-20130801 # what security group to add the host to security_group: webserver |
