File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
lae.proxmox
4
4
===========
5
5
6
- Installs and configures Proxmox Virtual Environment 6.x/7.x/8.x on Debian servers.
6
+ Installs and configures Proxmox Virtual Environment 6.x/7.x/8.x/9.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) and Bookworm (12). You are able to
9
+ clusters (3+ nodes) on Debian Buster (10), Bullseye (11), Bookworm (12) and Trixie (13 ). 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)
@@ -80,7 +80,7 @@ file containing a list of hosts).
80
80
Once complete, you should be able to access your Proxmox VE instance at
81
81
` https://$SSH_HOST_FQDN:8006 ` .
82
82
83
- ## Deploying a fully-featured PVE 8 .x cluster
83
+ ## Deploying a fully-featured PVE 9 .x cluster
84
84
85
85
Create a new playbook directory. We call ours ` lab-cluster ` . Our playbook will
86
86
eventually look like this, but yours does not have to follow all of the steps:
@@ -478,7 +478,7 @@ pve_datacenter_cfg:
478
478
keyboard: en-us
479
479
```
480
480
481
- You can also configure [ HA manager groups] [ ha-group ] :
481
+ You can also configure [ HA manager groups] [ ha-group ] (deprecated since Proxmox VE 9.0) :
482
482
```
483
483
pve_cluster_ha_groups: [] # List of HA groups to create in PVE.
484
484
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ galaxy_info:
3
3
namespace : lae
4
4
role_name : proxmox
5
5
author : Musee Ullah
6
- description : Installs and configures Proxmox Virtual Environment 6.x/7.x on Debian servers.
6
+ description : Installs and configures Proxmox Virtual Environment 6.x/7.x/8.x/9.x on Debian servers.
7
7
license : MIT
8
8
9
9
min_ansible_version : " 2.9"
@@ -14,6 +14,7 @@ galaxy_info:
14
14
- buster
15
15
- bullseye
16
16
- bookworm
17
+ - trixie
17
18
18
19
galaxy_tags :
19
20
- proxmox
You can’t perform that action at this time.
0 commit comments