diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:52:39 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:52:39 +0200 |
| commit | cca89a83566215f1259031ee9e6bc654e84c84d5 (patch) | |
| tree | 0f31f04cf049e4983c196a830ab491fc3c750ccd /molecule | |
| parent | 97c97e7b9880a90b2e54dd2b5f02aaf65824fb1f (diff) | |
Add missing testing vars and roles
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/proxmox/converge.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
