10 lines
183 B
YAML
10 lines
183 B
YAML
---
|
|
- name: Proxmox cluster bootstrap/join
|
|
hosts: proxmox_hosts
|
|
become: true
|
|
gather_facts: false
|
|
serial: 1
|
|
roles:
|
|
- role: proxmox_cluster
|
|
tags: [proxmox, cluster]
|