zuul-jobs/roles/configure-mirrors
Monty Taylor 83acffb6b9
Replace hand-written slug with ansible_managed
There is an ansible_managed variable that can be referenced in templates
to add a comment about a file being managed by ansible. Use it.

Change-Id: I60c27cf0eb35dcd4805c3517b3b7e0c7d9a0b3ea
2017-07-12 06:26:04 -05:00
..
defaults Remove default value for mirror_host 2017-07-12 06:26:01 -05:00
files/etc/apt/apt.conf.d Create configure-mirrors role 2017-07-11 14:56:12 -04:00
tasks Create configure-mirrors role 2017-07-11 14:56:12 -04:00
templates Replace hand-written slug with ansible_managed 2017-07-12 06:26:04 -05:00
vars Create configure-mirrors role 2017-07-11 14:56:12 -04:00
README.rst Remove default value for mirror_host 2017-07-12 06:26:01 -05:00

README.rst

An ansible role to configure services to use mirrors.

Role Variables

mirror_host

The base host for mirror servers

mirror_domain

Domain of the mirror. Use in pydistutils to allow find-links arguments to be used if they point at this domain.

pypi_mirror

URL to override the generated pypi mirror url based on mirror_host