diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-05-26 11:58:50 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-05-26 11:58:50 -0400 |
commit | 09e41be0eb83e24f284b84015bb1abbd25f23dff (patch) | |
tree | de2fa359c07bc971ce27c5ac4c0cd2a649937ef7 /playbooks/aws/os2-atomic-proxy/config.yml | |
parent | ce6a15b62755e10cfa31628e5c9e430ef876c1ff (diff) | |
download | openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.gz openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.bz2 openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.xz openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.zip |
removed references to atomic proxy.
Diffstat (limited to 'playbooks/aws/os2-atomic-proxy/config.yml')
-rw-r--r-- | playbooks/aws/os2-atomic-proxy/config.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/playbooks/aws/os2-atomic-proxy/config.yml b/playbooks/aws/os2-atomic-proxy/config.yml deleted file mode 100644 index 7d384a665..000000000 --- a/playbooks/aws/os2-atomic-proxy/config.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -- name: "populate oo_hosts_to_config host group if needed" - hosts: localhost - gather_facts: no - tasks: - - name: Evaluate oo_host_group_exp if it's set - add_host: "name={{ item }} groups=oo_hosts_to_config" - with_items: "{{ oo_host_group_exp | default(['']) }}" - when: oo_host_group_exp is defined - -- name: "Configure instances" - hosts: oo_hosts_to_config - connection: ssh - user: root - vars_files: - - vars.yml - - "vars.{{ oo_env }}.yml" - roles: - - atomic_base - - atomic_proxy |