12 lines
472 B
Django/Jinja
12 lines
472 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
# 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: {{ apt_proxy_admin_user }}:{{ apt_proxy_admin_mdp }}
|