10 lines
146 B
YAML
10 lines
146 B
YAML
---
|
|
# Playbook to set up the servers
|
|
|
|
- name: Configure access and install work tools
|
|
hosts: all
|
|
become: yes
|
|
roles:
|
|
- tools
|
|
- users
|