This commit is contained in:
2025-09-25 01:33:05 +02:00
parent e1f5243d11
commit 6b0ae55eb0
14 changed files with 1019 additions and 129 deletions

View File

@@ -0,0 +1,15 @@
---
- hosts: initial_setup
remote_user: root
become: false
gather_facts: false
vars_prompt:
- name: ansible_ssh_pass
prompt: "Give root's password here"
roles:
- ansible_dependencies-trixie
- ansible_user_debian