File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ freeipa_client
135
135
# Hosts to run TuneD configuration
136
136
137
137
[ansible_init:children]
138
- # Hosts to run linux-anisble -init
138
+ # Hosts to run linux-ansible -init
139
139
compute_init
140
140
gateway
141
141
@@ -187,4 +187,5 @@ extra_packages
187
187
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
188
188
189
189
[gateway]
190
- # Hosts to install compute_init playbook on during image build to configure ip gateway on boot
190
+ # Hosts to install gateway configuration functionality on during image build.
191
+ # The actual configuration is performed on boot using ansible-init.
Original file line number Diff line number Diff line change @@ -124,5 +124,7 @@ builder
124
124
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
125
125
126
126
[gateway:children]
127
- # Hosts to install compute_init playbook on during image build to configure ip gateway on boot
127
+ # Hosts to install gateway configuration functionality on during image build.
128
+ # The actual configuration is performed on boot using ansible-init.
129
+ # Default `cluster` means this is installed during "fat image" builds.
128
130
cluster
You can’t perform that action at this time.
0 commit comments