flr-brb/initialize-ansible.yml
2019-12-02 00:21:35 +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