Move mirror host to vmhost02
This commit is contained in:
parent
9982ee4386
commit
a92d72034e
5 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
datadisks:
|
datadisks:
|
||||||
- {size: 1000}
|
- {size: 1500, type: hdd}
|
||||||
|
|
||||||
firewall_in:
|
firewall_in:
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
vmhost: vmhost01.home.foo.sh
|
|
||||||
network_interfaces:
|
|
||||||
- device: eth0
|
|
||||||
vlan: 20
|
|
||||||
mac: 52:54:00:ac:dc:13
|
|
6
host_vars/mirror02.home.foo.sh.yml
Normal file
6
host_vars/mirror02.home.foo.sh.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
vmhost: vmhost02.home.foo.sh
|
||||||
|
network_interfaces:
|
||||||
|
- device: eth0
|
||||||
|
vlan: 20
|
||||||
|
mac: 52:54:00:ac:dc:14
|
|
@ -62,7 +62,7 @@ minecraft:
|
||||||
minecraft01.home.foo.sh:
|
minecraft01.home.foo.sh:
|
||||||
mirror:
|
mirror:
|
||||||
hosts:
|
hosts:
|
||||||
mirror01.home.foo.sh:
|
mirror02.home.foo.sh:
|
||||||
mongodb:
|
mongodb:
|
||||||
hosts:
|
hosts:
|
||||||
mongodb01.home.foo.sh:
|
mongodb01.home.foo.sh:
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
nginx_site_redirect: https://www.foo.sh/
|
nginx_site_redirect: https://www.foo.sh/
|
||||||
- role: nginx_site
|
- role: nginx_site
|
||||||
nginx_site_name: mirrors.foo.sh
|
nginx_site_name: mirrors.foo.sh
|
||||||
nginx_site_proxy: https://mirror01.home.foo.sh/
|
nginx_site_proxy: https://mirror02.home.foo.sh/
|
||||||
- role: nginx_site
|
- role: nginx_site
|
||||||
nginx_site_name: movies.foo.sh
|
nginx_site_name: movies.foo.sh
|
||||||
nginx_site_proxy:
|
nginx_site_proxy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue