9 lines
144 B
YAML
9 lines
144 B
YAML
---
|
|
- name: Playbook to managed clients patching
|
|
hosts: all
|
|
become: true
|
|
serial: 1
|
|
|
|
roles:
|
|
- role: proxmox-patching
|
|
state: present |