diff options
author | heqnx <root@heqnx.com> | 2025-06-24 11:56:05 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-24 11:56:05 +0300 |
commit | 21f31894a309b074fb919ad38605c4e280ef6212 (patch) | |
tree | 9a78608e1c63125852c45d36c6151db984b91b82 /vars/main.yaml | |
parent | d2e86f3083e22965fd46335b58151734bad8fc1a (diff) | |
download | ansible-pve-host-21f31894a309b074fb919ad38605c4e280ef6212.tar.gz ansible-pve-host-21f31894a309b074fb919ad38605c4e280ef6212.zip |
additional steps to persist /etc/network/interfaces, installing ifupdown2 as recommended by pve documentation
Diffstat (limited to 'vars/main.yaml')
-rw-r--r-- | vars/main.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/main.yaml b/vars/main.yaml index 7d9d99a..8c2d0b2 100644 --- a/vars/main.yaml +++ b/vars/main.yaml @@ -9,6 +9,7 @@ apt_packages: - vim pve_packages: + - ifupdown2 - proxmox-ve - postfix - open-iscsi |