16 lines
248 B
YAML
16 lines
248 B
YAML
---
|
|
|
|
- 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_debian
|