20 lines
699 B
YAML
20 lines
699 B
YAML
|
---
|
||
|
# DEVOPS PLATFORM
|
||
|
# GLOBAL SOPS CREDENTIALS DEFINITIONS
|
||
|
# File inventory/group_vars/all/sops.yaml
|
||
|
# Global Definitions & Parameters
|
||
|
# Created 2024-03-14-00:12:00
|
||
|
# Updated 2024-06-01-00:41:00
|
||
|
|
||
|
# Devops Secret OperationS Encrypted Data
|
||
|
|
||
|
sops_secure: "secure/sops"
|
||
|
sops_devops_default: "{{ initial_path }}/sops"
|
||
|
sops_personal_default: "{{ home_path }}/{{ sops_secure }}"
|
||
|
sops_peronal_path: "{{ lookup('env','SOPS_PERSONAL')|default(sops_personal_default, true) }}"
|
||
|
sops_devops_path: "{{ lookup('env','SOPS_DEVOPS')|default(sops_devops_default, true) }}"
|
||
|
|
||
|
# SopS Secure Encrypted Files
|
||
|
|
||
|
sops_vpnadm_file: "{{ sops_peronal_path }}/vpnadm-rosero-one.yaml"
|