mirror of
https://gitlab.sectorq.eu/jaydee/ansible_executor.git
synced 2026-09-17 01:22:54 +02:00
Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user