Add ansible roles + templates
This commit is contained in:
9
ansible/playbooks/setup.yml
Normal file
9
ansible/playbooks/setup.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
# Playbook to set up the servers
|
||||
|
||||
- name: Configure access and install work tools
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- tools
|
||||
- users
|
Reference in New Issue
Block a user