We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855f5e0 commit 469bc8bCopy full SHA for 469bc8b
tests/group_vars/all
@@ -1,7 +1,7 @@
1
---
2
ansible_ssh_user: root
3
4
-pve_group: pve
+pve_group: "{{ ansible_distribution_release }}cluster"
5
pve_extra_packages:
6
- sl
7
pve_check_for_kernel_update: false
tests/install.yml
@@ -14,6 +14,8 @@
14
shell: "openssl req -x509 -new -nodes -key {{ ssl_ca_key_path }} -sha256 -days 1 -subj '{{ ssl_subj }}' -out {{ ssl_ca_cert_path }}"
15
vars:
16
test_profiles:
17
+ - profile: debian-buster
18
+ prefix: proxmox-6-
19
- profile: debian-stretch
20
prefix: proxmox-5-
21
test_hosts_per_profile: 3
tests/inventory
@@ -1,2 +1,5 @@
-[pve]
+[stretchcluster]
proxmox-5-[01:03].lxc
+
+[bustercluster]
+proxmox-6-[01:03].lxc
0 commit comments