only run post-install tasks on the OpenShift master node
This commit is contained in:
parent
42a4705b69
commit
d026b6eece
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
||||||
- osbs-openshift
|
- osbs-openshift
|
||||||
|
|
||||||
- name: OpenShift post-install config
|
- name: OpenShift post-install config
|
||||||
hosts: osbs-stg
|
hosts: openshift_masters
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
|
|
||||||
- name: docker-registry
|
- name: docker-registry
|
||||||
hosts: osbs-stg
|
hosts: openshift_masters
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue