This commit is contained in:
DeveloperDurp 2026-01-27 05:28:57 -06:00
commit dba7846062
13 changed files with 349 additions and 0 deletions

5
ansible/base.yaml Normal file
View file

@ -0,0 +1,5 @@
- hosts: all
gather_facts: yes
become: yes
roles:
- base