mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-09 15:08:31 +01:00
feat: dont pre-template nsca server conf pw
This commit is contained in:
@@ -4,7 +4,7 @@ log_level = 2
|
||||
|
||||
{% for vmo in vmList %}
|
||||
authorize "{{ vmo.hostname }}" {
|
||||
password = "{{ password }}"
|
||||
password = "{% raw %}{{ nsca_server_password }}{% endraw %}"
|
||||
hosts = "{{ vmo.hostname }}"
|
||||
services = {
|
||||
"*",
|
||||
|
||||
Reference in New Issue
Block a user