mirror of
https://gitlab.sectorq.eu/jaydee/ansible_executor.git
synced 2026-09-17 01:22:54 +02:00
17 lines
391 B
Bash
17 lines
391 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_PATH=secret/data/ansible
|
|
VAULT_ANSIBLE_VAULT_FIELD=vault
|
|
VAULT_ANSIBLE_SSH_FIELD=ssh_key
|
|
# Local clone directory
|
|
CLONE_DIR=/tmp/ansible-repo
|