Browse Source

Merge pull request #335 from tdawson/2015-07-newami

new libra 7.1 ami - updated packages and cloud-init installed
Troy Dawson 9 years ago
parent
commit
cf1db4f9fe

+ 1 - 1
playbooks/aws/ansible-tower/launch.yml

@@ -6,7 +6,7 @@
 
   vars:
     inst_region: us-east-1
-    rhel7_ami: ami-78756d10
+    rhel7_ami: ami-9101c8fa
     user_data_file: user_data.txt
 
   vars_files:

+ 1 - 1
playbooks/aws/openshift-cluster/vars.online.int.yml

@@ -1,5 +1,5 @@
 ---
-ec2_image: ami-78756d10
+ec2_image: ami-9101c8fa
 ec2_image_name: libra-ops-rhel7*
 ec2_region: us-east-1
 ec2_keypair: mmcgrath_libra

+ 1 - 1
playbooks/aws/openshift-cluster/vars.online.prod.yml

@@ -1,5 +1,5 @@
 ---
-ec2_image: ami-78756d10
+ec2_image: ami-9101c8fa
 ec2_image_name: libra-ops-rhel7*
 ec2_region: us-east-1
 ec2_keypair: mmcgrath_libra

+ 1 - 1
playbooks/aws/openshift-cluster/vars.online.stage.yml

@@ -1,5 +1,5 @@
 ---
-ec2_image: ami-78756d10
+ec2_image: ami-9101c8fa
 ec2_image_name: libra-ops-rhel7*
 ec2_region: us-east-1
 ec2_keypair: mmcgrath_libra