and we are flailing, flailing.
This commit is contained in:
parent
44765a2440
commit
c60f62852c
1 changed files with 11 additions and 11 deletions
|
@ -20,77 +20,77 @@ refuse options = checksum
|
|||
[ fedora-alt ]
|
||||
comment = non-Fedora Alternative Content
|
||||
path = /srv/pub/alt
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[fedora-archive]
|
||||
comment = Fedora Release Archives
|
||||
path = /srv/pub/archive
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-enchilada ]
|
||||
comment = Fedora - The whole enchilada
|
||||
path = /srv/pub/fedora
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-buffet ]
|
||||
comment = Fedora - The whole buffet. All you can eat.
|
||||
path = /srv/pub
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-epel ]
|
||||
comment = Extra Packages for Enterprise Linux
|
||||
path = /srv/pub/epel
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-linux-releases ]
|
||||
comment = Fedora Linux Releases
|
||||
path = /srv/pub/fedora/linux/releases
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-linux-development ]
|
||||
comment = Fedora Linux Development
|
||||
path = /srv/pub/fedora/linux/development
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-linux-updates ]
|
||||
comment = Fedora Linux Updates
|
||||
path = /srv/pub/fedora/linux/updates
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[fedora-secondary]
|
||||
comment = Fedora Secondary Archs
|
||||
path = /srv/pub/fedora-secondary
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-stage ]
|
||||
comment = Staging directory
|
||||
path = /srv/pub/alt/stage/
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-live-respins ]
|
||||
comment = Fedora Live Respins
|
||||
path = /srv/pub/alt/live-respins
|
||||
{% if host in groups['download_tier1'] %}
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue