10 lines
251 B
YAML
10 lines
251 B
YAML
|
|
---
|
||
|
|
- hosts: localhost
|
||
|
|
gather_facts: false
|
||
|
|
become: false
|
||
|
|
roles:
|
||
|
|
- get_cloud-init_image
|
||
|
|
- proxmox_upload
|
||
|
|
- proxmox_node_provision
|
||
|
|
# - bookstack # not used, only writes a docker compose file - bookstack is provisioned via ignition
|