pez-infra/ansible/roles/proxmox_ve/handlers/main.yml
Rasmus "Pez" Wejlgaard 5481292b7f
Some checks are pending
Deploy (on merge) / Discover hosts (push) Waiting to run
Deploy (on merge) / Deploy → (push) Blocked by required conditions
fix: remove subscription nag and lock down proxmox (#106)
2026-05-13 21:09:54 +01:00

13 lines
232 B
YAML

---
- name: Update apt cache
ansible.builtin.apt:
update_cache: true
- name: Restart pveproxy
ansible.builtin.service:
name: pveproxy
state: restarted
- name: Reload ufw
community.general.ufw:
state: enabled