Add script 'ansible-dependencies-trixie.yml'.

This commit is contained in:
2025-11-09 16:04:42 +01:00
parent 61a1056abe
commit 4ef2921bf9
4 changed files with 209 additions and 9 deletions

View File

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