Browse Source

fix role names for aws playbooks

Jason DeTiberus 10 years ago
parent
commit
20b2f13b0a

+ 1 - 1
playbooks/aws/openshift-master/config.yml

@@ -34,7 +34,7 @@
     - base_os
     - repos
     - {
-        role: openshift,
+        role: openshift_master,
         openshift_node_ips: "{{ hostvars['localhost'].openshift_node_ips | default(['']) }}",
         openshift_env: "{{ oo_env }}"
         # TODO: openshift_public_ip: set to aws instance public ip

+ 1 - 1
playbooks/aws/openshift-node/config.yml

@@ -35,7 +35,7 @@
     - repos
     - docker
     - {
-        role: openshift-node,
+        role: openshift_node,
         openshift_master_ips: "{{ hostvars['localhost'].openshift_master_ips | default(['']) }}",
         # TODO: add openshift_Master_public_ips
         openshift_env: {{ "oo_env" }}