File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 25
25
26
26
# Base image for the seed VM root volume. Default is
27
27
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
28
- # when os_distribution is "ubuntu",
29
- # http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2
30
- # when os_distribution is "rocky",
31
- # or
32
- # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
33
- # otherwise.
28
+ # when os_distribution is "ubuntu", or
29
+ # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
34
30
# seed_vm_root_image:
35
31
36
32
# Capacity of the seed VM data volume.
Original file line number Diff line number Diff line change @@ -164,27 +164,6 @@ seed_containers: >-
164
164
# - state: enabled
165
165
# seed_firewalld_rules:
166
166
167
- # ##############################################################################
168
- # Seed node firewalld configuration.
169
-
170
- # Whether to install and enable firewalld.
171
- # seed_firewalld_enabled:
172
-
173
- # A list of zones to create. Each item is a dict containing a 'zone' item.
174
- # seed_firewalld_zones:
175
-
176
- # A firewalld zone to set as the default. Default is unset, in which case the
177
- # default zone will not be changed.
178
- # seed_firewalld_default_zone:
179
-
180
- # A list of firewall rules to apply. Each item is a dict containing arguments
181
- # to pass to the firewalld module. Arguments are omitted if not provided, with
182
- # the following exceptions:
183
- # - offline: true
184
- # - permanent: true
185
- # - state: enabled
186
- # seed_firewalld_rules:
187
-
188
167
# ##############################################################################
189
168
# Dummy variable to allow Ansible to accept this file.
190
169
workaround_ansible_issue_8743 : yes
You can’t perform that action at this time.
0 commit comments