File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ of the `ops` group. Read the **User and ACL Management** section for more info.
217
217
The backend needs to be supported by [ Proxmox] ( https://pve.proxmox.com/pve-docs/chapter-pvesm.html ) .
218
218
Read the ** Storage Management** section for more info.
219
219
220
- ' pve_ssh_port' allows you to change the SSH service port. If your SSH is listing
220
+ ` pve_ssh_port ` allows you to change the SSH service port. If your SSH is listing
221
221
on a different port then 22, please set this variable. If a new node is joining
222
222
the cluster, the PVE cluster needs to communicate once via SSH.
223
223
Original file line number Diff line number Diff line change 131
131
when : " pve_cluster_enabled | bool"
132
132
133
133
- import_tasks : ceph.yml
134
- when : pve_ceph_enabled
134
+ when : " pve_ceph_enabled | bool "
135
135
136
136
- name : Configure Proxmox groups
137
137
proxmox_group :
194
194
path : " /etc/pve/datacenter.cfg"
195
195
state : " touch"
196
196
when :
197
- - not pve_cluster_enabled or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
197
+ - not pve_cluster_enabled | bool or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
198
198
- pve_datacenter_cfg | length > 0
199
199
- not _datacenter_cfg.stat.exists
200
200
209
209
{{ k }}: {{ v }}
210
210
{% endfor %}
211
211
when :
212
- - not pve_cluster_enabled or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
212
+ - not pve_cluster_enabled | bool or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
213
213
- pve_datacenter_cfg | length > 0
214
214
215
215
- import_tasks : ssl_config.yml
You can’t perform that action at this time.
0 commit comments