mg
8dcd648f0b
header eingebaut Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#149 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
11 lines
473 B
Text
11 lines
473 B
Text
{{ file_header | default () }}
|
|
# This file contains confidential data and should be protected with file
|
|
# permissions from being read by untrusted users.
|
|
#
|
|
# NOTE: permissions are fixated with dpkg-statoverride on Debian systems.
|
|
# Read its manual page for details.
|
|
|
|
# Basic authentication with username and password, required to
|
|
# visit pages with administrative functionality. Format: username:password
|
|
|
|
AdminAuth: {{ acng_server_auth_user }}:{{ acng_server_auth_pass }}
|