Upload Ansible Files

This commit is contained in:
2024-05-08 13:03:34 +02:00
parent 56902d524e
commit 9b520fbcfb
44 changed files with 1334 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
- name: Test Role
gather_facts: false
hosts: proxmox
vars_files:
- kunden/{{ kunde }}/defaults.yaml
roles:
- role: vmbr-proxmox
vars:
privat_ip: "{{ privatip }}"