Files
kayobe/ansible/roles/apt/templates/auth.conf.j2
Mark Goddard db3f22d42d Support auth configuration for Apt repositories
This allows use of repositories and proxies protected with HTTP basic
authentication.

Change-Id: I0ec4ec3e9d60bb1431b44dd6718415214ad80025
2024-02-11 12:49:16 +01:00

6 lines
104 B
Django/Jinja

# {{ ansible_managed }}
machine {{ auth.machine }}
login {{ auth.login }}
password {{ auth.password }}