add osbs-openshift-postinstall tag to all plays in osbs specific to osbs/openshift post-install
This commit is contained in:
parent
51db873a8d
commit
6628d48f32
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,7 @@
|
|||
|
||||
tags:
|
||||
- osbs-openshift
|
||||
- osbs-openshift-postinstall
|
||||
|
||||
- name: docker-registry
|
||||
hosts: openshift_masters
|
||||
|
@ -102,6 +103,7 @@
|
|||
|
||||
tags:
|
||||
- osbs-openshift
|
||||
- osbs-openshift-postinstall
|
||||
|
||||
- name: atomic-reactor install and config
|
||||
hosts: openshift_masters
|
||||
|
@ -125,6 +127,7 @@
|
|||
|
||||
tags:
|
||||
- osbs-openshift
|
||||
- osbs-openshift-postinstall
|
||||
|
||||
- name: atomic-reactor install and config
|
||||
hosts: openshift_masters
|
||||
|
@ -149,6 +152,7 @@
|
|||
|
||||
tags:
|
||||
- osbs-openshift
|
||||
- osbs-openshift-postinstall
|
||||
|
||||
- name: OSBS Configuration - OpenShift Auth
|
||||
hosts: openshift_masters
|
||||
|
@ -163,6 +167,7 @@
|
|||
|
||||
tags:
|
||||
- osbs-openshift
|
||||
- osbs-openshift-postinstall
|
||||
|
||||
- name: OSBS Client tools config
|
||||
hosts: openshift_masters:openshift_nodes
|
||||
|
@ -178,4 +183,5 @@
|
|||
dest: /etc/osbs.conf
|
||||
tags:
|
||||
- osbs-openshift
|
||||
- osbs-openshift-postinstall
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue