bootstrap-vz/bootstrapvz/plugins/apt_proxy
Anders Ingemann 953987fddf Combine documentation from github wiki with sphinx
This is the first step in the effort of combining all documentation about
bootstrap-vz into sphinx while still being able to access it from github
(github can parse rst as well)
2015-04-11 16:40:44 +02:00
..
__init__.py Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
tasks.py Might as well check apt proxy early 2014-05-23 20:19:09 +02:00

APT Proxy
---------

This plugin creates a proxy configuration file for APT, so you could
enjoy the benefits of using cached packages instead of downloading them
from the mirror every time. You could just install ``apt-cacher-ng`` on
the host machine and then add ``"address": "127.0.0.1"`` and
``"port": 3142`` to the manifest file.

Settings
~~~~~~~~

-  ``address``: The IP or host of the proxy server.
    *``required``*
-  ``port``: The port (integer) of the proxy server.
    *``required``*
-  ``persistent``: Whether the proxy configuration file should remain on
   the machine or not.
   Valid values: true, false
   Default: ``false``
   *``optional``*