summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-node/config.yml
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/openshift-node/config.yml
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/openshift-node/config.yml')
-rw-r--r--playbooks/aws/openshift-node/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/aws/openshift-node/config.yml b/playbooks/aws/openshift-node/config.yml
index 2170f14a3..bc2e63585 100644
--- a/playbooks/aws/openshift-node/config.yml
+++ b/playbooks/aws/openshift-node/config.yml
@@ -30,11 +30,11 @@
vars_files:
- vars.yml
roles:
- - ../../../roles/base_os
- - ../../../roles/repos
- - ../../../roles/docker
+ - base_os
+ - repos
+ - docker
- {
- role: ../../../roles/openshift_node,
+ role: openshift_node,
oo_master_ips: "{{ hostvars['localhost'].oo_master_ips | default(['']) }}",
oo_bind_ip: "{{ hostvars[inventory_hostname].ansible_eth0.ipv4.address | default(['']) }}"
}