mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-07 09:05:15 +02:00
4 lines
223 B
YAML
4 lines
223 B
YAML
application_id: "snipe-it"
|
|
database_password: "{{ applications[application_id].credentials.database_password }}"
|
|
database_type: "mariadb"
|
|
snipe_it_url: "{{ domains | get_url(application_id, web_protocol) }}" |