Files
ansible-awx-gitlab/vault/secrets.yml.example
2026-08-19 09:53:22 +02:00

13 lines
323 B
Plaintext

---
# Usage:
# 1. cp secrets.yml.example secrets.yml
# 2. Fill in the values below
# 3. ansible-vault encrypt vault/secrets.yml
# 4. Store the vault password in .vault_pass (chmod 600, do NOT commit it)
# awx_operator
awx_admin_password: "CHANGE_ME"
# gitlab_install
gitlab_root_password: "CHANGE_ME_MIN_8_CHARS"