This commit is contained in:
DeveloperDurp 2025-04-06 20:32:46 -05:00
parent 860c329dcb
commit cc9350cd6d
3 changed files with 19 additions and 5 deletions

9
ansible/devpod.yml Normal file
View file

@ -0,0 +1,9 @@
- hosts: localhost
connection: local
become: true
vars:
DEVPOD: true
roles:
- packages
- customize