-
-
- ---
- apt_cacher:
- host: cacher.mycompany.com
- admin_email: admin@mycompany.com
- group: www-data
- user: www-data
-
- interface: 10.10.0.1
-
- apt_cacher_ng:
-
-
-
-
- server_address: pkgproxy.example.com
-
-
-
- server_bind_address: 192.168.33.10
-
- server_port: 3142
- server_cache_dir: /var/cache/apt-cacher-ng
- server_log_dir: /var/log/apt-cacher-ng
- server_extra_config: |
- # Workaround apt-cacher-ng 500 Invalid header
- # https://lists.alioth.debian.org/pipermail/apt-cacher-ng-users/2013-September/000082.html
- ReuseConnections: 0
-
-
-
- admin_account: root
- admin_passwd: admin
-
-
-
-
-
- https_proxy: DIRECT
-
-
-
- local_mirrors:
- - 192.168.0.1
- - host.example.test
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tofs:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- source_files:
- apt-cacher/ng/client/config/file:
- - 'alt_client.conf'
- apt-cacher/ng/server/config/file:
- - 'alt_server.conf'
- apt-cacher/ng/server/config/credentials:
- - 'alt_security.conf'
|