summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/rhel_subscribe.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-01-27 14:12:43 -0500
committerRussell Teague <rteague@redhat.com>2017-01-27 16:04:03 -0500
commitf606ccc1623a422878ab48b4451124453c7c6ded (patch)
treeae60388931fefc2b3790072f5b082c806c605054 /playbooks/byo/rhel_subscribe.yml
parentb31b6e3202e03394e8d8caf7813ee722d916d59e (diff)
downloadopenshift-f606ccc1623a422878ab48b4451124453c7c6ded.tar.gz
openshift-f606ccc1623a422878ab48b4451124453c7c6ded.tar.bz2
openshift-f606ccc1623a422878ab48b4451124453c7c6ded.tar.xz
openshift-f606ccc1623a422878ab48b4451124453c7c6ded.zip
Adding names to plays and standardizing
Diffstat (limited to 'playbooks/byo/rhel_subscribe.yml')
-rw-r--r--playbooks/byo/rhel_subscribe.yml15
1 files changed, 11 insertions, 4 deletions
diff --git a/playbooks/byo/rhel_subscribe.yml b/playbooks/byo/rhel_subscribe.yml
index e96c43214..8e7568e33 100644
--- a/playbooks/byo/rhel_subscribe.yml
+++ b/playbooks/byo/rhel_subscribe.yml
@@ -1,8 +1,11 @@
---
-- hosts: localhost
+- name: Create initial host groups for localhost
+ hosts: localhost
connection: local
become: no
gather_facts: no
+ tags:
+ - always
tasks:
- include_vars: openshift-cluster/cluster_hosts.yml
- name: Evaluate group l_oo_all_hosts
@@ -12,14 +15,18 @@
with_items: "{{ g_all_hosts | default([]) }}"
changed_when: False
-- hosts: l_oo_all_hosts
+- name: Create initial host groups for all hosts
+ hosts: l_oo_all_hosts
gather_facts: no
+ tags:
+ - always
tasks:
- - include_vars: openshift-cluster/cluster_hosts.yml
+ - include_vars: ../byo/openshift-cluster/cluster_hosts.yml
- include: ../common/openshift-cluster/evaluate_groups.yml
-- hosts: l_oo_all_hosts
+- name: Subscribe hosts, update repos and update OS packages
+ hosts: l_oo_all_hosts
vars:
openshift_deployment_type: "{{ deployment_type }}"
roles: