move ansible to submodule

This commit is contained in:
DeveloperDurp 2024-08-31 06:56:21 -05:00
parent dd6d398060
commit 42df133903
27 changed files with 5 additions and 561 deletions

View file

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