ansible-pilote/templates/nrpe/ovh.conf.j2
Julien Riou 096a3e0540
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2024-04-27 15:21:55 +02:00

8 lines
218 B
Django/Jinja

{{ ansible_managed | comment }}
[default]
endpoint={{ ovh_endpoint }}
[{{ ovh_endpoint }}]
application_key={{ ovh_application_key }}
application_secret={{ ovh_application_secret }}
consumer_key={{ ovh_consumer_key }}