43 lines
1.6 KiB
YAML
43 lines
1.6 KiB
YAML
---
|
|
# DEVOPS PLATFORM
|
|
# GLOBAL OWNER DATA
|
|
# File inventory/group_vars/all/owner.yml
|
|
# Global Definitions & Parameters
|
|
# Created 2024-03-14-00:12:00
|
|
# Updated 2024-06-01-00:41:00
|
|
|
|
# Platform Base Configuration
|
|
|
|
platform_name: "DEVOPS ROSERO ONE"
|
|
platform_domain: "rosero.one"
|
|
platform_devops_group: 'Devops'
|
|
|
|
# Platform Email Configuration
|
|
platform_devops_email: "{{ platform_devops_group | lower }}@{{ platform_domain }}"
|
|
|
|
# Platform Owner Configuration
|
|
platform_owner_user: "mrosero"
|
|
platform_owner_fname: 'Mauro'
|
|
platform_owner_mname: ' '
|
|
platform_owner_lname: 'Rosero'
|
|
platform_owner_sname: 'Pérez'
|
|
platform_owner_codename: 'gandalf'
|
|
platform_owner_fullname: "{{ platform_owner_fname }}{ platform_owner_mname }}{{ platform_owner_lname }} {{ platform_owner_sname }}"
|
|
platform_owner_email: "{{ platform_owner_fname | lower }}@{{ platform_domain }}"
|
|
platform_owner_web: "{{ platform_owner_fname | lower }}.{{ platform_domain }}"
|
|
platform_owner_ssh: true
|
|
platform_owner_ssh_path: "{{ lookup('env','OWNER_SSHPATH') | default(ssh_default_path, true) }}"
|
|
platform_owner_uid: 10005
|
|
|
|
# Platform Git Configuration
|
|
platform_git_server: "git.{{ platform_domain }}"
|
|
|
|
# Platform VPN Configuration (PRITUNL)
|
|
platform_vpn_server_devs: "vpnc.{{ platform_domain }}"
|
|
platform_web_protocol: "https://"
|
|
platform_vpn_api_port: 9443
|
|
platform_pritunl_org_default: CUSTOMERS
|
|
platform_pritunl_usr_default: false
|
|
platform_pritunl_img_default: false
|
|
|
|
|