diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-01 00:25:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-01 00:25:04 +0200 |
| commit | ed7ee6e00f7c07f32f708212d49fab5d26eb2733 (patch) | |
| tree | 798ef12f8c4963c4697162d5a2a660f0e2badd3c /roles/proxmoxer/tasks | |
| parent | 5b94e868a41de9f90acb19fa1916bd26cd600d12 (diff) | |
Add proxmoxer dependency role
Diffstat (limited to 'roles/proxmoxer/tasks')
| -rw-r--r-- | roles/proxmoxer/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/proxmoxer/tasks/main.yml b/roles/proxmoxer/tasks/main.yml new file mode 100644 index 00000000..ece34d87 --- /dev/null +++ b/roles/proxmoxer/tasks/main.yml @@ -0,0 +1,8 @@ +--- +- name: "Install proxmoxer" + become: true + ansible.builtin.package: + name: + - "python3-proxmoxer" + - "python3-requests" + state: present |
