env_vars.yml

These variables determine the layout of your environment to automate the deletion of organizations.

---
# 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 }}'
vault_url: http://openbao.prod.lab:8200
gitlab_protocol: 'https://'
gitlab_url: 'gitlab.homelab/'
gitlab_group: 'cac_26'
gitlab_default_branch: dev
gitlab_validate_certs: false
gitlab_cac_pipeline: cac_26/vault_pipeline.yml@common_code/pipelines:master
cac_project_name: rhaap-base-conf
team_project_name: "rhaap_cac_{{ organization_long_name | lower }}"
add_ldap: true
ldap_name: 'Auth LDAP container'
ldap:
  - name: 'Auth LDAP container'
    ldap_pre_str: 'cn=g-aap-'
    ldap_post_str: ',ou=groups,dc=homelab,dc=wf'
  - name: 2
    ldap_pre_str: 'cn=g-aap-'
    ldap_post_str: ',ou=groups,dc=homelab,dc=wf'
  - name: 3
    ldap_pre_str: 'cn=g-aap-'
    ldap_post_str: ',ou=groups,dc=homelab,dc=wf'
  - name: 4
    ldap_pre_str: 'cn=g-aap-'
    ldap_post_str: ',ou=groups,dc=homelab,dc=wf'
  - name: 5
    ldap_pre_str: 'cn=g-aap-'
    ldap_post_str: ',ou=groups,dc=homelab,dc=wf'
aap_env:
  dev:
    rhaap_hostname: rhaap26.homelab
  prod:
    rhaap_hostname: rhaap26-p.homelab

Back