You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ lae.proxmox
6
6
Installs and configures Proxmox Virtual Environment 6.x/7.x/8.x on Debian servers.
7
7
8
8
This role allows you to deploy and manage single-node PVE installations and PVE
9
-
clusters (3+ nodes) on Debian Buster (10) and Bullseye (11). You are able to
9
+
clusters (3+ nodes) on Debian Buster (10) and Bullseye (11) and Bookworm (12). You are able to
10
10
configure the following with the assistance of this role:
11
11
12
12
- PVE RBAC definitions (roles, groups, users, and access control lists)
@@ -198,7 +198,9 @@ this group name as well, unless otherwise specified by `pve_cluster_clustername`
198
198
Leaving this undefined will default to `proxmox`.
199
199
200
200
`pve_watchdog` here enables IPMI watchdog support and configures PVE's HA
201
-
manager to use it. Leave this undefined if you don't want to configure it.
201
+
manager to use it. Use `None` or leave this undefined to use the default
202
+
proxmox software watchdog. If set to anything else, the value is expected to be
203
+
a watchdog kernel module.
202
204
203
205
`pve_ssl_private_key` and `pve_ssl_certificate` point to the SSL certificates for
204
206
pvecluster. Here, a file lookup is used to read the contents of a file in the
@@ -377,10 +379,12 @@ serially during a maintenance period.) It will also enable the IPMI watchdog.
377
379
378
380
## Role Variables
379
381
382
+
*About default values: Some of the default values are selected at run time and so can differ from the example listed here.*
383
+
380
384
```
381
385
[variable]: [default] #[description/purpose]
382
386
pve_group: proxmox # host group that contains the Proxmox hosts to be clustered together
383
-
pve_repository_line: "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" # apt-repository configuration - change to enterprise if needed (although TODO further configuration may be needed)
387
+
pve_repository_line: "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" # apt-repository configuration - change to enterprise if needed (although TODO further configuration may be needed)
384
388
pve_remove_subscription_warning: true # patches the subscription warning messages in proxmox if you are using the community edition
385
389
pve_extra_packages: [] # Any extra packages you may want to install, e.g. ngrep
386
390
pve_run_system_upgrades: false # Let role perform system upgrades
@@ -407,7 +411,7 @@ pve_zfs_enabled: no # Specifies whether or not to install and configure ZFS pack
407
411
# pve_zfs_zed_email: "" # Should be set to an email to receive ZFS notifications
408
412
pve_zfs_create_volumes: [] # List of ZFS Volumes to create (to use as PVE Storages). See section on Storage Management.
409
413
pve_ceph_enabled: false # Specifies wheter or not to install and configure Ceph packages. See below for an example configuration.
410
-
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/ceph-pacific bullseye main" # apt-repository configuration. Will be automatically set for 6.x and 7.x (Further information: https://pve.proxmox.com/wiki/Package_Repositories)
414
+
pve_ceph_repository_line: "deb http://download.proxmox.com/debian/ceph-pacific bookworm main" # apt-repository configuration. Will be automatically set for 6.x and 7.x (Further information: https://pve.proxmox.com/wiki/Package_Repositories)
# pve_ceph_cluster_network: "" # Optional, if the ceph cluster network is different from the public network (see https://pve.proxmox.com/pve-docs/chapter-pveceph.html#pve_ceph_install_wizard)
413
417
pve_ceph_nodes: "{{ pve_group }}" # Host group containing all Ceph nodes
0 commit comments