feat ✨: Add Proxmox VM role to requirements and create Debian template task
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
- name: ansible_samba_ad_dc
|
||||
src: https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
|
||||
scm: git
|
||||
|
||||
|
||||
- name: ansible_proxmox_vm
|
||||
src: https://repo.piave7.duckdns.org/Jose/ansible_proxmox_VM.git
|
||||
scm: git
|
||||
|
||||
# version: master # or a specific tag/branch like 'v1.0.0'
|
||||
|
||||
# - name: ansible_samba_domain_member
|
||||
|
||||
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