mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
Only allow fedora-compose0 from RHIT ips
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -148,7 +148,8 @@ refuse options = checksum
|
||||
list = no
|
||||
uid = nobody
|
||||
gid = nobody
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
#hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
hosts allow = 10.0.0.0/8, 209.132.0.0/16
|
||||
|
||||
|
||||
# For distributing applications
|
||||
|
||||
Reference in New Issue
Block a user