Drop the one ip on proxy07 to prep for moving it over to ansible
This commit is contained in:
parent
0850da2008
commit
fdad2cd006
6 changed files with 10 additions and 13 deletions
|
@ -23,7 +23,6 @@
|
|||
- "80.239.156.214"
|
||||
- "152.19.134.142"
|
||||
- "[2610:28:3090:3001:dead:beef:cafe:fed3]"
|
||||
- "213.175.193.205"
|
||||
- "[2001:2030:0:2::2]"
|
||||
- "10.5.126.51"
|
||||
- "10.5.126.52"
|
||||
|
|
|
@ -31,8 +31,6 @@ NameVirtualHost 140.211.169.196:80
|
|||
NameVirtualHost 140.211.169.196:443
|
||||
|
||||
#proxy07
|
||||
NameVirtualHost 213.175.193.205:80
|
||||
NameVirtualHost 213.175.193.205:443
|
||||
NameVirtualHost 213.175.193.206:80
|
||||
NameVirtualHost 213.175.193.206:443
|
||||
|
||||
|
|
|
@ -352,7 +352,7 @@ $wgSquidServers = array(
|
|||
"192.168.1.63",
|
||||
|
||||
# proxy07
|
||||
"213.175.193.205",
|
||||
"213.175.193.206",
|
||||
"192.168.1.52",
|
||||
|
||||
# proxy08
|
||||
|
|
|
@ -187,7 +187,7 @@ define host {
|
|||
host_name proxy07.fedoraproject.org
|
||||
alias proxy07.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address 213.175.193.205
|
||||
address 213.175.193.206
|
||||
parents bodhost01.fedoraproject.org
|
||||
}
|
||||
|
||||
|
|
|
@ -46,13 +46,13 @@ define host {
|
|||
# parents proxy06.fedoraproject.org
|
||||
#}
|
||||
|
||||
define host {
|
||||
host_name 213.175.193.205-bodhost
|
||||
alias 213.175.193.205-bodhost
|
||||
use defaulttemplate
|
||||
address 213.175.193.205
|
||||
parents proxy07.fedoraproject.org
|
||||
}
|
||||
#define host {
|
||||
# host_name 213.175.193.205-bodhost
|
||||
# alias 213.175.193.205-bodhost
|
||||
# use defaulttemplate
|
||||
# address 213.175.193.205
|
||||
# parents proxy07.fedoraproject.org
|
||||
#}
|
||||
|
||||
define host {
|
||||
host_name 67.203.2.67-coloamerica
|
||||
|
|
|
@ -2,6 +2,6 @@ define host {
|
|||
host_name proxy07-fpo
|
||||
alias proxy07-fpo.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address 213.175.193.205
|
||||
address 213.175.193.206
|
||||
parents proxy07
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue