10 lines
213 B
YAML
10 lines
213 B
YAML
---
|
|
- name: Proxmox host maintenance (upgrade to latest)
|
|
hosts: proxmox_hosts
|
|
become: true
|
|
gather_facts: true
|
|
serial: 1
|
|
roles:
|
|
- role: proxmox_maintenance
|
|
tags: [proxmox, maintenance, updates]
|