Files
ansible/playbooks/proxmox-patching.yml

9 lines
144 B
YAML

---
- name: Playbook to managed clients patching
hosts: all
become: true
serial: 1
roles:
- role: proxmox-patching
state: present