feat : Add Proxmox VM role to requirements and create Debian template task

This commit is contained in:
2025-12-01 19:21:00 +01:00
parent 2928061772
commit c93f2d8ea0
2 changed files with 16 additions and 1 deletions

View File

@@ -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

View 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