polytech-ansible-2023/base.yml
Thomas Maurice 2a067a2fe4
More content and playbooks
* more readme.md content
* imported basic roles
* commented said basic roles
* trimmed down playbooks to be understandable
* update requirements.txt deps
2023-01-11 11:06:32 +01:00

9 lines
136 B
YAML

---
- hosts: all
roles:
- role: root_user
tags: root_user
- role: base
tags: base
- role: vim
tags: vim