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
133
133
[tuned]
134
134
# Hosts to run TuneD configuration
135
135
136
- [ansible_init]
136
+ [ansible_init:children ]
137
137
# Hosts to run linux-anisble-init
138
+ compute_init
139
+ gateway
138
140
139
141
[sssd]
140
142
# Hosts to configure sssd on
@@ -181,4 +183,4 @@ extra_packages
181
183
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
182
184
183
185
[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
83
83
[tuned:children]
84
84
# Hosts to run TuneD configuration
85
85
86
- [ansible_init:children]
87
- # Hosts to run linux-ansible-init
88
- cluster
89
-
90
86
[sssd]
91
87
# Hosts to configure sssd on
92
88
@@ -123,5 +119,5 @@ builder
123
119
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
124
120
125
121
[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