This commit is contained in:
DeveloperDurp 2025-04-06 20:13:27 -05:00
parent 1110cf573c
commit 0e46b7c6be
32 changed files with 799 additions and 0 deletions

10
ansible/local.yml Normal file
View file

@ -0,0 +1,10 @@
- hosts: localhost
connection: local
become: true
vars:
GITLAB_TOKEN: "{{ lookup('env', 'GITLAB_TOKEN') }}"
# vars_prompt:
roles:
- packages
- customize