mbr-bln/initialize-ansible.yml
2019-12-15 19:02:18 +01:00

17 lines
239 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
- ansible_user