feat ✨: Add Proxmox VM role to requirements and create Debian template task
This commit is contained in:
11
tasks/proxmox_debian_template.yml
Normal file
11
tasks/proxmox_debian_template.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Build Debian Template
|
||||
hosts: node0
|
||||
become: true
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Deploy the debian template
|
||||
ansible.builtin.include_role:
|
||||
name: ansible_proxmox_vm
|
||||
Reference in New Issue
Block a user