summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/os2-atomic-proxy
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-02-17 17:18:20 -0500
committerJason DeTiberus <jdetiber@redhat.com>2015-02-24 23:09:23 -0500
commit114fcaac2a8f8e3d68baf8945f8991b1da9763ee (patch)
tree200b3d3bea0316a1281658c54cc966c48e043704 /playbooks/aws/os2-atomic-proxy
parent50f53296253953fb2d3fff6bd7d7d3e538b9430b (diff)
downloadopenshift-114fcaac2a8f8e3d68baf8945f8991b1da9763ee.tar.gz
openshift-114fcaac2a8f8e3d68baf8945f8991b1da9763ee.tar.bz2
openshift-114fcaac2a8f8e3d68baf8945f8991b1da9763ee.tar.xz
openshift-114fcaac2a8f8e3d68baf8945f8991b1da9763ee.zip
add symlinks for filter_plugins and roles to playbook directories
- allows playbooks to be able to discover roles and filter_plugins without having to manipulate the environment or use relative paths.
Diffstat (limited to 'playbooks/aws/os2-atomic-proxy')
-rw-r--r--playbooks/aws/os2-atomic-proxy/config.yml4
l---------playbooks/aws/os2-atomic-proxy/filter_plugins1
l---------playbooks/aws/os2-atomic-proxy/roles1
3 files changed, 4 insertions, 2 deletions
diff --git a/playbooks/aws/os2-atomic-proxy/config.yml b/playbooks/aws/os2-atomic-proxy/config.yml
index 0124156a9..7d384a665 100644
--- a/playbooks/aws/os2-atomic-proxy/config.yml
+++ b/playbooks/aws/os2-atomic-proxy/config.yml
@@ -16,5 +16,5 @@
- vars.yml
- "vars.{{ oo_env }}.yml"
roles:
- - ../../../roles/atomic_base
- - ../../../roles/atomic_proxy
+ - atomic_base
+ - atomic_proxy
diff --git a/playbooks/aws/os2-atomic-proxy/filter_plugins b/playbooks/aws/os2-atomic-proxy/filter_plugins
new file mode 120000
index 000000000..99a95e4ca
--- /dev/null
+++ b/playbooks/aws/os2-atomic-proxy/filter_plugins
@@ -0,0 +1 @@
+../../../filter_plugins \ No newline at end of file
diff --git a/playbooks/aws/os2-atomic-proxy/roles b/playbooks/aws/os2-atomic-proxy/roles
new file mode 120000
index 000000000..20c4c58cf
--- /dev/null
+++ b/playbooks/aws/os2-atomic-proxy/roles
@@ -0,0 +1 @@
+../../../roles \ No newline at end of file