File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,10 @@ freeipa_client
133133[tuned]
134134# Hosts to run TuneD configuration
135135
136- [ansible_init]
136+ [ansible_init:children ]
137137# Hosts to run linux-anisble-init
138+ compute_init
139+ gateway
138140
139141[sssd]
140142# Hosts to configure sssd on
@@ -181,4 +183,4 @@ extra_packages
181183# Hosts where crony configuration is applied. See docs/chrony.md for more details.
182184
183185[gateway]
184- # Add builder to this group to install gateway ansible-init playbook into image
186+ # Hosts to install compute_init playbook on during image build to configure ip gateway on boot
Original file line number Diff line number Diff line change @@ -83,10 +83,6 @@ openondemand
8383[tuned:children]
8484# Hosts to run TuneD configuration
8585
86- [ansible_init:children]
87- # Hosts to run linux-ansible-init
88- cluster
89-
9086[sssd]
9187# Hosts to configure sssd on
9288
@@ -123,5 +119,5 @@ builder
123119# Hosts where crony configuration is applied. See docs/chrony.md for more details.
124120
125121[gateway:children]
126- # Add builder to this group to install gateway ansible-init playbook into image
127- builder
122+ # Hosts to install compute_init playbook on during image build to configure ip gateway on boot
123+ cluster
You can’t perform that action at this time.
0 commit comments