diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-06-03 01:47:22 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-08-24 16:02:48 -0400 |
commit | 91e069ea569b097959aab93fa0a0bc5865e45123 (patch) | |
tree | 0ebd6cde14c9bc9838e12d1224021feb7dda8a82 /playbooks/byo/openshift-cluster | |
parent | c538cd6907c92ee2911e265f8a6308934984ed37 (diff) | |
download | openshift-91e069ea569b097959aab93fa0a0bc5865e45123.tar.gz openshift-91e069ea569b097959aab93fa0a0bc5865e45123.tar.bz2 openshift-91e069ea569b097959aab93fa0a0bc5865e45123.tar.xz openshift-91e069ea569b097959aab93fa0a0bc5865e45123.zip |
[tags] add some support for running a subset of config via tags
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml index 0a931fbe0..389ba3419 100644 --- a/playbooks/byo/openshift-cluster/config.yml +++ b/playbooks/byo/openshift-cluster/config.yml @@ -5,6 +5,8 @@ connection: local become: no gather_facts: no + tags: + - always tasks: - include_vars: ../../byo/openshift-cluster/cluster_hosts.yml - add_host: @@ -14,6 +16,8 @@ - hosts: l_oo_all_hosts gather_facts: no + tags: + - always tasks: - include_vars: ../../byo/openshift-cluster/cluster_hosts.yml |