summaryrefslogtreecommitdiffstats
path: root/molecule/proxmox
diff options
context:
space:
mode:
Diffstat (limited to 'molecule/proxmox')
-rw-r--r--molecule/proxmox/converge.yml4
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"