This commit is contained in:
2021-08-12 18:27:50 +02:00
parent 5aa28d56da
commit 31db32f1fc
8 changed files with 209 additions and 8 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-bullseye
- ansible_user