diff --git a/group_vars/mirror.yml b/group_vars/mirror.yml index 9515b80..c21d751 100644 --- a/group_vars/mirror.yml +++ b/group_vars/mirror.yml @@ -1,7 +1,6 @@ --- - datadisks: - - {size: 1000} + - {size: 1500, type: hdd} firewall_in: - {proto: tcp, port: 22, from: [172.20.20.0/22]} diff --git a/host_vars/mirror01.home.foo.sh.yml b/host_vars/mirror01.home.foo.sh.yml deleted file mode 100644 index bc25b7a..0000000 --- a/host_vars/mirror01.home.foo.sh.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -vmhost: vmhost01.home.foo.sh -network_interfaces: - - device: eth0 - vlan: 20 - mac: 52:54:00:ac:dc:13 diff --git a/host_vars/mirror02.home.foo.sh.yml b/host_vars/mirror02.home.foo.sh.yml new file mode 100644 index 0000000..d8c639e --- /dev/null +++ b/host_vars/mirror02.home.foo.sh.yml @@ -0,0 +1,6 @@ +--- +vmhost: vmhost02.home.foo.sh +network_interfaces: + - device: eth0 + vlan: 20 + mac: 52:54:00:ac:dc:14 diff --git a/hosts.yml b/hosts.yml index 0102176..0fc2ef0 100644 --- a/hosts.yml +++ b/hosts.yml @@ -62,7 +62,7 @@ minecraft: minecraft01.home.foo.sh: mirror: hosts: - mirror01.home.foo.sh: + mirror02.home.foo.sh: mongodb: hosts: mongodb01.home.foo.sh: diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index daa19be..65ce5e3 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -78,7 +78,7 @@ nginx_site_redirect: https://www.foo.sh/ - role: nginx_site 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 nginx_site_name: movies.foo.sh nginx_site_proxy: