Remove default value for mirror_host
A value always needs to be passed in, so don't set a default. Change-Id: I062896762c9ec310a083ba3e94b173acca1948b6
This commit is contained in:
parent
8638ac3e2a
commit
400ed600d2
@ -1 +1,13 @@
|
||||
An ansible role to configure mirrors for common services
|
||||
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
|
||||
|
@ -1,2 +1 @@
|
||||
mirror_host: mirror.example.org
|
||||
pypi_mirror: "http://{{ mirror_host }}/pypi/simple"
|
||||
|
Loading…
x
Reference in New Issue
Block a user