summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/os2-atomic-proxy/config.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-05-26 12:02:33 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-05-26 12:02:33 -0400
commit95d94334bb028b9b3c655f7da4ca47c5b639e338 (patch)
treede2fa359c07bc971ce27c5ac4c0cd2a649937ef7 /playbooks/aws/os2-atomic-proxy/config.yml
parentce6a15b62755e10cfa31628e5c9e430ef876c1ff (diff)
parent09e41be0eb83e24f284b84015bb1abbd25f23dff (diff)
downloadopenshift-95d94334bb028b9b3c655f7da4ca47c5b639e338.tar.gz
openshift-95d94334bb028b9b3c655f7da4ca47c5b639e338.tar.bz2
openshift-95d94334bb028b9b3c655f7da4ca47c5b639e338.tar.xz
openshift-95d94334bb028b9b3c655f7da4ca47c5b639e338.zip
Merge pull request #245 from twiest/remove_atomic_stuff
removed references to atomic proxy.
Diffstat (limited to 'playbooks/aws/os2-atomic-proxy/config.yml')
-rw-r--r--playbooks/aws/os2-atomic-proxy/config.yml20
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