Initial commit

This commit is contained in:
2026-04-30 14:55:20 +02:00
commit 50b3e867f9
3 changed files with 309 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Vault
VAULT_ADDR=https://vault.sectorq.eu
VAULT_TOKEN=
# GitLab
GITLAB_URL=https://gitlab.sectorq.eu/jaydee/ansible.git
GITLAB_BRANCH=main
# Vault secret paths (KV v2)
VAULT_GITLAB_SECRET=secret/data/gitlab
VAULT_GITLAB_FIELD=token
VAULT_ANSIBLE_SECRET=secret/data/ansible
VAULT_ANSIBLE_FIELD=ansible_vault_password
# Local clone directory
CLONE_DIR=/tmp/ansible-repo