10 lines
146 B
YAML
Raw Normal View History

2025-01-07 22:17:39 +00:00
---
# Playbook to set up the servers
- name: Configure access and install work tools
hosts: all
become: yes
roles:
- tools
- users