Saltstack Official Apt-Cacher Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
803B

  1. apt_cacher:
  2. host: cacher.mycompany.com
  3. admin_email: admin@mycompany.com
  4. apt_cacher_ng:
  5. # Setting up server_address is the minimal configuration requirement.
  6. # Others options has default sane values (see map.jinja).
  7. # server_address is the address access by apt-cacher-ng clients.
  8. # It could be an IPv4 or a FQDN; This address MUST be resolvable by clients.
  9. server_address: pkgproxy.example.com
  10. # Server binds to this address.
  11. # It could be the same value as server_address (in most cases).
  12. server_bind_address: 192.168.33.10
  13. server_port: 3142
  14. cache_dir: /var/cache/apt-cacher-ng
  15. log_dir: /var/log/apt-cacher-ng
  16. # Credentials for apt-cacher-ng Web management interface.
  17. # http://<server_adress>:<server_port>/acng-report.html
  18. admin_account: root
  19. admin_passwd: admin