Add bootstrao and dependenciy script for debian 13 (trixie)'.

This commit is contained in:
2025-11-09 16:05:36 +01:00
parent 42fc2cdf58
commit 12aaebf5d9
6 changed files with 212 additions and 42 deletions

View File

@@ -1,8 +1,9 @@
---
- hosts: initial_setup
- name: Bootstrap & Abhängigkeiten für Ansible auf Debian/Trixie
hosts: all
become: true
gather_facts: false
roles:
- ansible_dependencies-trixie
- ansible_user_debian
- role: ansible_dependencies-trixie
- role: ansible_user_debian