Skip to content

Commit 1b5b97f

Browse files
committed
Update Doc/Meta for PVE9/Debian 13 Support
1 parent 01ebefc commit 1b5b97f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
lae.proxmox
44
===========
55

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.
77

88
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
1010
configure the following with the assistance of this role:
1111

1212
- PVE RBAC definitions (roles, groups, users, and access control lists)
@@ -80,7 +80,7 @@ file containing a list of hosts).
8080
Once complete, you should be able to access your Proxmox VE instance at
8181
`https://$SSH_HOST_FQDN:8006`.
8282

83-
## Deploying a fully-featured PVE 8.x cluster
83+
## Deploying a fully-featured PVE 9.x cluster
8484

8585
Create a new playbook directory. We call ours `lab-cluster`. Our playbook will
8686
eventually look like this, but yours does not have to follow all of the steps:
@@ -478,7 +478,7 @@ pve_datacenter_cfg:
478478
keyboard: en-us
479479
```
480480

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):
482482
```
483483
pve_cluster_ha_groups: [] # List of HA groups to create in PVE.
484484
```

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ galaxy_info:
33
namespace: lae
44
role_name: proxmox
55
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.
77
license: MIT
88

99
min_ansible_version: "2.9"
@@ -14,6 +14,7 @@ galaxy_info:
1414
- buster
1515
- bullseye
1616
- bookworm
17+
- trixie
1718

1819
galaxy_tags:
1920
- proxmox

0 commit comments

Comments
 (0)