move legacy db-koji setup above new one so it keeps working
This commit is contained in:
parent
72f05c7f43
commit
53c0e45d2f
1 changed files with 4 additions and 4 deletions
|
@ -76,6 +76,10 @@ host all all 0.0.0.0 0.0.0.0 md5
|
||||||
# Note, I can't think of a reason to make this more restrictive than ipv4 but
|
# Note, I can't think of a reason to make this more restrictive than ipv4 but
|
||||||
# only fakefas needs it so far
|
# only fakefas needs it so far
|
||||||
host all all ::1/128 md5
|
host all all ::1/128 md5
|
||||||
|
host all all 10.5.126.188/32 trust
|
||||||
|
host all all 10.5.126.189/32 trust
|
||||||
|
host replication all 10.5.126.188/32 trust
|
||||||
|
host replication all 10.5.126.189/32 trust
|
||||||
# staging replication hosts
|
# staging replication hosts
|
||||||
{% for host in groups['pgbdr-stg']|sort %}
|
{% for host in groups['pgbdr-stg']|sort %}
|
||||||
{% if 'eth0_ip' in hostvars[host] %}# {{ host }}
|
{% if 'eth0_ip' in hostvars[host] %}# {{ host }}
|
||||||
|
@ -90,7 +94,3 @@ host replication all {{ hostvars[host]['eth0_ip'] }}/32 md5
|
||||||
{% else %}# {{ host }} has no 'eth0_ip' listed
|
{% else %}# {{ host }} has no 'eth0_ip' listed
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
host all all 10.5.126.188/32 trust
|
|
||||||
host all all 10.5.126.189/32 trust
|
|
||||||
host replication all 10.5.126.188/32 trust
|
|
||||||
host replication all 10.5.126.189/32 trust
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue