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.

28 line
891B

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