From cca89a83566215f1259031ee9e6bc654e84c84d5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 3 Jul 2026 23:52:39 +0200 Subject: Add missing testing vars and roles --- molecule/proxmox/converge.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/molecule/proxmox/converge.yml b/molecule/proxmox/converge.yml index 46ae7f76..607496ac 100644 --- a/molecule/proxmox/converge.yml +++ b/molecule/proxmox/converge.yml @@ -43,6 +43,9 @@ timezone: "GMT" vimrc_repo_url: "https://git.sr.ht/~a14m/.vim" 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" pre_tasks: - name: "Override is_chroot fact for container environment" ansible.builtin.set_fact: @@ -50,6 +53,7 @@ roles: - role: "pve" - role: "pve-network" + - role: "pve-storage" - role: "locales" - role: "timezone" - role: "bash" -- cgit v1.2.3