diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 21:32:24 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 21:46:32 +0200 |
| commit | 005c49353a6a71954e6a975a43989ded1786022a (patch) | |
| tree | 81881feb4dd3726d351f67cdabe7231b24d25383 /roles/pve-network/meta/main.yml | |
| parent | cc92c206fce389af2260eecc54ca9f2f97bbb0a0 (diff) | |
Refactor pve and add pve-network role to configure the pve network
Diffstat (limited to 'roles/pve-network/meta/main.yml')
| -rw-r--r-- | roles/pve-network/meta/main.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/pve-network/meta/main.yml b/roles/pve-network/meta/main.yml new file mode 100644 index 00000000..e7c9c044 --- /dev/null +++ b/roles/pve-network/meta/main.yml @@ -0,0 +1,13 @@ +--- +dependencies: + - role: "network" + - role: "pve" +galaxy_info: + author: "a14m" + description: "Configure vmbr0 bridge on Proxmox VE via NetworkManager" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "Debian" + versions: + - "bookworm" |
