Skip to content

Commit 469bc8b

Browse files
committed
Add test deployment for PVE 6
1 parent 855f5e0 commit 469bc8b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

tests/group_vars/all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ansible_ssh_user: root
33

4-
pve_group: pve
4+
pve_group: "{{ ansible_distribution_release }}cluster"
55
pve_extra_packages:
66
- sl
77
pve_check_for_kernel_update: false

tests/install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
shell: "openssl req -x509 -new -nodes -key {{ ssl_ca_key_path }} -sha256 -days 1 -subj '{{ ssl_subj }}' -out {{ ssl_ca_cert_path }}"
1515
vars:
1616
test_profiles:
17+
- profile: debian-buster
18+
prefix: proxmox-6-
1719
- profile: debian-stretch
1820
prefix: proxmox-5-
1921
test_hosts_per_profile: 3

tests/inventory

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
[pve]
1+
[stretchcluster]
22
proxmox-5-[01:03].lxc
3+
4+
[bustercluster]
5+
proxmox-6-[01:03].lxc

0 commit comments

Comments
 (0)