feat : Update playbook source and add role

This commit updates the playbook's source to utilize ansible-playbook-homelab and incorporates the ansible-role-debian_common role. The changes include updating VM names and adding a new task for deploying the Debian common role, streamlining the automation process.
This commit is contained in:
2025-12-14 06:54:40 +01:00
parent f954fd25b3
commit ce8d5a7811
2 changed files with 22 additions and 2 deletions

View File

@@ -10,11 +10,15 @@
src: https://repo.piave7.duckdns.org/Jose/ansible_proxmox_VM.git
scm: git
- name: ansible_proxmox_vm
- name: ansible-playbook-homelab
src: https://github.com/joshrnoll/ansible-playbook-homelab.git
scm: git
# version: master # or a specific tag/branch like 'v1.0.0'
- name: ansible-role-debian_common
src: https://repo.piave7.duckdns.org/Jose/ansible-role-debian_common.git
scm: git
# - name: ansible_samba_domain_member
# src: git@repo.piave7.duckdns.org:Jose/ansible_samba_domain_member.git # <-- Use the SSH URL
# scm: git