Skip to content

Commit 4d77c38

Browse files
committed
fix gateway group wording
1 parent 76497fc commit 4d77c38

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

environments/common/inventory/groups

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ freeipa_client
135135
# Hosts to run TuneD configuration
136136

137137
[ansible_init:children]
138-
# Hosts to run linux-anisble-init
138+
# Hosts to run linux-ansible-init
139139
compute_init
140140
gateway
141141

@@ -187,4 +187,5 @@ extra_packages
187187
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
188188

189189
[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.

environments/common/layouts/everything

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,7 @@ builder
124124
# Hosts where crony configuration is applied. See docs/chrony.md for more details.
125125

126126
[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.
128130
cluster

0 commit comments

Comments
 (0)