This commit is contained in:
2023-06-16 20:43:34 +02:00
parent 9f97d27535
commit 12609c3eda
11 changed files with 260 additions and 30 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-bookworm
- ansible_user_debian