mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 09:08:33 +01:00
feat: new async icinga
This commit is contained in:
7
roles/docker-deployments/templates/async-config.json.j2
Normal file
7
roles/docker-deployments/templates/async-config.json.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ICINGA_API_USER" : "{{ icinga_api_user }}",
|
||||
"ICINGA_API_PASS" : "{{ icinga_api_pass }}",
|
||||
"ICINGA_API_URL" : "{{ icinga_api_url }}",
|
||||
"ICINGA_WEB_URL" : "{{ icinga_web_url }}",
|
||||
"ASYNC_ICINGA_DUMMY_HOST" : "ASYNC_ICINGA"
|
||||
}
|
||||
Reference in New Issue
Block a user