summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-06 01:49:45 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-06 01:49:45 +0200
commit09fbb2b1d86b8ad6671c746f3df997390f7a6293 (patch)
tree24cddc6e7b0ad6c18a320d215e67b9c6970ef246 /molecule
parent0e7e66f00da0b37ef68cca0d13a1588a30cb9235 (diff)
Fix pve network setup
Diffstat (limited to 'molecule')
-rw-r--r--molecule/proxmox/converge.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/molecule/proxmox/converge.yml b/molecule/proxmox/converge.yml
index 607496ac..5e702109 100644
--- a/molecule/proxmox/converge.yml
+++ b/molecule/proxmox/converge.yml
@@ -45,14 +45,13 @@
password_store_repo_url: "https://github.com/octocat/Spoon-Knife"
network_ipv4_address: "10.0.0.253"
network_ipv4_gateway: "10.0.0.1"
- pve_network_interface: "eth0"
+ network_bridge: "vmbr0"
pre_tasks:
- name: "Override is_chroot fact for container environment"
ansible.builtin.set_fact:
ansible_facts: "{{ ansible_facts | combine({'is_chroot': false}) }}"
roles:
- role: "pve"
- - role: "pve-network"
- role: "pve-storage"
- role: "locales"
- role: "timezone"