initial commit

This commit is contained in:
Riedel
2026-08-19 09:53:22 +02:00
commit 6d707eca87
23 changed files with 671 additions and 0 deletions

12
vault/secrets.yml.example Normal file
View File

@@ -0,0 +1,12 @@
---
# 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"