env_vars.yml
---
# put your vars in here and make sure this file is ALWAYS vault encrypted
# the values in this file will be encrypted and used in the config files.
organization_long_name: 'org_{{ organization_short_name }}'
base_vault_password: <password> # this should be a credential
gitlab_protocol: 'https://'
gitlab_url: 'gitlab.homelab/'
gitlab_group: 'cac_25'
gitlab_default_branch: dev
gitlab_validate_certs: false
cac_project_name: rhaap_base
controller: rhaap25.homelab
aap_admin_user: admin
aap_admin_password: redhat
team_project_name: "rhaap_cac_{{ organization_long_name | lower }}"
add_ldap: true
Back