This commit is contained in:
2025-09-25 01:32:33 +02:00
parent 40ce22e526
commit ca59797d02
3 changed files with 168 additions and 2 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