diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-05 16:06:24 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-05 16:30:04 -0400 |
commit | 2eef772ed6266d9a3b8fde429510998d8c968e0a (patch) | |
tree | b081b3cad5fcda1d052a99f678eec62beb2518ec /playbooks/common/openshift-node | |
parent | b55268ba29f436a2ade9643adf195d23145d0826 (diff) | |
download | openshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.tar.gz openshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.tar.bz2 openshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.tar.xz openshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.zip |
Remove vars_files on play includes for byo, scaleup and restart playbooks.
Diffstat (limited to 'playbooks/common/openshift-node')
-rw-r--r-- | playbooks/common/openshift-node/scaleup.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/common/openshift-node/scaleup.yml b/playbooks/common/openshift-node/scaleup.yml index d36f7acea..1d79db353 100644 --- a/playbooks/common/openshift-node/scaleup.yml +++ b/playbooks/common/openshift-node/scaleup.yml @@ -1,6 +1,11 @@ --- - include: ../openshift-cluster/evaluate_groups.yml +- name: Gather facts + hosts: oo_etcd_to_config:oo_masters_to_config:oo_nodes_to_config + roles: + - openshift_facts + - name: Configure docker hosts hosts: oo_nodes_to_config vars: |