diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-03-18 17:15:19 -0400 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2015-03-24 11:29:44 -0700 |
commit | 461f6c1e07f36238729944a5f769600077ebf0b0 (patch) | |
tree | 797350b4c7c67eb4869f7161ce4cf5acd5cbc9e8 /playbooks/gce | |
parent | 557cc0ca9ecc22a9d90f9cf9ce549186fe286492 (diff) | |
download | openshift-461f6c1e07f36238729944a5f769600077ebf0b0.tar.gz openshift-461f6c1e07f36238729944a5f769600077ebf0b0.tar.bz2 openshift-461f6c1e07f36238729944a5f769600077ebf0b0.tar.xz openshift-461f6c1e07f36238729944a5f769600077ebf0b0.zip |
Rename repos role to openshift_repos
- Rename repos role to openshift_repos
- Make openshift_repos a dependency of openshift_common
- Add README and metadata for openshift_repos
- Playbook updates for role rename
- Verify libselinux-python is installed, otherwise some of the bulit-in
modules we use fail
Diffstat (limited to 'playbooks/gce')
-rw-r--r-- | playbooks/gce/openshift-master/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-master/config.yml b/playbooks/gce/openshift-master/config.yml index 812dcb91b..e405e2fb4 100644 --- a/playbooks/gce/openshift-master/config.yml +++ b/playbooks/gce/openshift-master/config.yml @@ -7,7 +7,7 @@ with_items: "{{ oo_host_group_exp | default('') }}" when: oo_host_group_exp is defined -- name: "Gather facts for nodes in {{ oo_env }}" +- name: Gather facts for nodes in {{ oo_env }} hosts: "tag_env-host-type-{{ oo_env }}-openshift-node" - name: "Configure instances" |