feat: reworked most of the ansible playbooks and roles

This commit is contained in:
AJ Schroeder
2024-06-29 10:26:52 -05:00
parent 0eadf8fba9
commit b885f907db
22 changed files with 524 additions and 365 deletions

View File

@@ -0,0 +1,11 @@
---
- become: true
become_method: sudo
debugger: never
gather_facts: true
hosts: all
roles:
- base
- users
- configure
- clean