summaryrefslogtreecommitdiffstats
path: root/molecule/proxmox
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-03 21:32:24 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-03 21:46:32 +0200
commit005c49353a6a71954e6a975a43989ded1786022a (patch)
tree81881feb4dd3726d351f67cdabe7231b24d25383 /molecule/proxmox
parentcc92c206fce389af2260eecc54ca9f2f97bbb0a0 (diff)
Refactor pve and add pve-network role to configure the pve network
Diffstat (limited to 'molecule/proxmox')
-rw-r--r--molecule/proxmox/converge.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/proxmox/converge.yml b/molecule/proxmox/converge.yml
index c383777a..46ae7f76 100644
--- a/molecule/proxmox/converge.yml
+++ b/molecule/proxmox/converge.yml
@@ -49,6 +49,7 @@
ansible_facts: "{{ ansible_facts | combine({'is_chroot': false}) }}"
roles:
- role: "pve"
+ - role: "pve-network"
- role: "locales"
- role: "timezone"
- role: "bash"