Typo ACNG (#76)

Typo ACNG

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#76
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-04-29 11:49:56 +02:00
parent b2ffcdbeb0
commit 2888d3c326
2 changed files with 2 additions and 1 deletions

View file

@ -14,4 +14,4 @@
acng_server_port: 9999 acng_server_port: 9999
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf
acng_server_auth_user: acngadmin acng_server_auth_user: acngadmin
acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password' }}" acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password') }}"

View file

@ -20,3 +20,4 @@
dest: "{{ acng_security_conf_path }}" dest: "{{ acng_security_conf_path }}"
mode: 0640 mode: 0640
notify: acng_starten_aktivieren notify: acng_starten_aktivieren
no_log: true