diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-01-30 10:59:45 -0600 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-01-30 10:59:45 -0600 |
commit | c9afeb9e86ff5389d68e2fe25b9e6baaf56b72c6 (patch) | |
tree | 2b95686c0a79537ac7b024b2874e81e889930918 /playbooks/common | |
parent | d44fe7d0120e1851399b20809aad9b7c17a6add9 (diff) | |
download | openshift-c9afeb9e86ff5389d68e2fe25b9e6baaf56b72c6.tar.gz openshift-c9afeb9e86ff5389d68e2fe25b9e6baaf56b72c6.tar.bz2 openshift-c9afeb9e86ff5389d68e2fe25b9e6baaf56b72c6.tar.xz openshift-c9afeb9e86ff5389d68e2fe25b9e6baaf56b72c6.zip |
Breaking out master-config changing and updated playbook to apply change to other masters
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_logging.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_logging.yml b/playbooks/common/openshift-cluster/openshift_logging.yml index 6347cbc26..3257018a0 100644 --- a/playbooks/common/openshift-cluster/openshift_logging.yml +++ b/playbooks/common/openshift-cluster/openshift_logging.yml @@ -3,3 +3,10 @@ hosts: oo_first_master roles: - openshift_logging + +- name: Update Master configs + hosts: masters:!oo_first_master + tasks: + - include_role: + name: openshift_logging + tasks_from: update_master_config |