feat: improve ansible playbooks and config

This commit is contained in:
AJ Schroeder
2024-06-11 22:34:57 -05:00
parent f50e97c88f
commit b2dcc40838
6 changed files with 46 additions and 56 deletions

View File

@@ -1,8 +1,8 @@
---
- become: "yes"
- become: true
become_method: sudo
debugger: never
gather_facts: "yes"
gather_facts: true
hosts: all
roles:
- base