diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2017-04-01 23:08:57 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2017-04-01 23:08:57 +0200 |
commit | 1744778d4ffb5183020a5196c7ea020b18e1436a (patch) | |
tree | 2a8dd742d454182ea6b0cb03672983a789378dfa /playbooks | |
parent | e7ed329bd81c2273c03e94c93c9ce9c1d01cdc86 (diff) | |
download | ands-1744778d4ffb5183020a5196c7ea020b18e1436a.tar.gz ands-1744778d4ffb5183020a5196c7ea020b18e1436a.tar.bz2 ands-1744778d4ffb5183020a5196c7ea020b18e1436a.tar.xz ands-1744778d4ffb5183020a5196c7ea020b18e1436a.zip |
Add openshift-ansible as submodule
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openshift-add-nodes.yml | 2 | ||||
-rw-r--r-- | playbooks/openshift-install.yml | 2 | ||||
l--------- | playbooks/openshift-redeploy-certificates.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/openshift-add-nodes.yml b/playbooks/openshift-add-nodes.yml index ccb5d1c..5044e91 100644 --- a/playbooks/openshift-add-nodes.yml +++ b/playbooks/openshift-add-nodes.yml @@ -4,4 +4,4 @@ - { role: ands_facts } - { role: ands_openshift, subrole: hostnames } -- include: ../../openshift-ansible/playbooks/byo/openshift-node/scaleup.yml +- include: ../anslib/openshift-ansible/playbooks/byo/openshift-node/scaleup.yml diff --git a/playbooks/openshift-install.yml b/playbooks/openshift-install.yml index c54f4ee..edbd2d8 100644 --- a/playbooks/openshift-install.yml +++ b/playbooks/openshift-install.yml @@ -13,7 +13,7 @@ node_id: "{{ hostvars[groups['masters'][0]]['ands_host_id'] }}" -- include: ../../openshift-ansible/playbooks/byo/config.yml +- include: ../anslib/openshift-ansible/playbooks/byo/config.yml - name: Remove temporary entries in /etc/hosts hosts: nodes:!masters diff --git a/playbooks/openshift-redeploy-certificates.yml b/playbooks/openshift-redeploy-certificates.yml index 2ac0c05..ebc5150 120000 --- a/playbooks/openshift-redeploy-certificates.yml +++ b/playbooks/openshift-redeploy-certificates.yml @@ -1 +1 @@ -../../openshift-ansible/playbooks/byo/openshift-cluster/redeploy-certificates.yml
\ No newline at end of file +../anslib/openshift-ansible/playbooks/byo/openshift-cluster/redeploy-certificates.yml
\ No newline at end of file |