mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-21 15:51:10 +02:00
4 lines
247 B
YAML
4 lines
247 B
YAML
application_id: "snipe-it"
|
|
database_password: "{{ applications | get_app_conf(application_id, 'credentials.database_password', True) }}"
|
|
database_type: "mariadb"
|
|
snipe_it_url: "{{ domains | get_url(application_id, web_protocol) }}" |