Initial commit

This commit is contained in:
2019-06-28 02:28:50 +02:00
commit 21fcd86115
107 changed files with 8346 additions and 0 deletions

26
initial-setup.yml Normal file
View File

@ -0,0 +1,26 @@
---
- 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
- hosts: extra_hosts
# remote_user: root
# vars_prompt:
#
# - name: ansible_sudo_pass
# prompt: "Give ansible's sudo password here"
roles:
- common