Initial commit
This commit is contained in:
16
initialize-ansible.yml
Normal file
16
initialize-ansible.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user