You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
12
vault/secrets.yml.example
Normal file
12
vault/secrets.yml.example
Normal 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"
|
||||
Reference in New Issue
Block a user