mirror of
https://gitlab.sectorq.eu/jaydee/ansible_executor.git
synced 2026-09-17 01:22:54 +02:00
17 lines
373 B
Bash
17 lines
373 B
Bash
# 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
|