mg
ec7d58377e
Bugfix: mg/ansible#16 Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#17 Co-Authored-By: mg <michael.grote@posteo.de> Co-Committed-By: mg <michael.grote@posteo.de>
14 lines
407 B
Markdown
14 lines
407 B
Markdown
## mgrote.set_apt_proxy
|
|
|
|
### Beschreibung
|
|
- Diese Rolle ersetzt die `/etc/apt/sources.list` mit einer Datei in der ein Apt-Cacher-NG gesetzt ist.
|
|
|
|
Rolle prüft mit `when: ansible_distribution == 'Ubuntu'` ob das Ziel auch Ubuntu ist.
|
|
|
|
- [x] Ubuntu (>=18.04)
|
|
|
|
### Variablen + Defaults
|
|
##### Apt-Cacher-NG Adresse
|
|
apt_proxy_server_hostname: acng.grote.lan
|
|
##### Apt-Cacher-NG Port
|
|
apt_proxy_server_port: 9999
|