Add playbooks/setup_template.yml
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- name: Initialize Management Node
|
||||||
|
hosts: localhost
|
||||||
|
connection: local
|
||||||
|
tasks:
|
||||||
|
- name: Ensure Proxmox dependencies are installed
|
||||||
|
pip:
|
||||||
|
name:
|
||||||
|
- proxmoxer
|
||||||
|
- requests
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: Setup Debian 13 Template
|
||||||
|
hosts: pve_host
|
||||||
|
tasks:
|
||||||
|
# ... your existing template logic ...
|
||||||
Reference in New Issue
Block a user