This commit is contained in:
2021-11-05 15:17:35 +01:00
parent 8729f427ad
commit 6a4a07d564
10 changed files with 541 additions and 23 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