diff --git a/roles/requirements.yml b/roles/requirements.yml index ebff7d8..a16f818 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -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 diff --git a/tasks/proxmox_debian_template.yml b/tasks/proxmox_debian_template.yml new file mode 100644 index 0000000..28e8244 --- /dev/null +++ b/tasks/proxmox_debian_template.yml @@ -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