mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 02:02:38 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
{% for service in async_icinga_static_services %}
|
||||
"{{ service['name'] }}" : {
|
||||
"timeout" : "{{ service['timeout'] }}",
|
||||
"token" : "{{ service['token'] }}",
|
||||
"owner" : "{{ service['owner'] }}"
|
||||
}{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
}
|
||||
Reference in New Issue
Block a user