diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-02-27 17:55:55 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-02-27 17:55:55 +0100 |
commit | fe4622305efa55e6bec8221efe8fc4bdd5462136 (patch) | |
tree | 9ffe3622bc8fff9225951d74579d7a617fdcfc7c /playbooks/openshift-add-nodes.yml | |
parent | 8ca99ecc72bb60c128e846dbe33e38b3c2369e3c (diff) | |
download | ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.tar.gz ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.tar.bz2 ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.tar.xz ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.zip |
Scaling and upgrade playbooks (not properly tested yet)
Diffstat (limited to 'playbooks/openshift-add-nodes.yml')
-rw-r--r-- | playbooks/openshift-add-nodes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-add-nodes.yml b/playbooks/openshift-add-nodes.yml index 5044e91..04a56a8 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: ../anslib/openshift-ansible/playbooks/byo/openshift-node/scaleup.yml +- import_playbook: ../anslib/openshift-ansible/playbooks/openshift-node/scaleup.yml |