0.1.0-DEV-20191030-122725
------------------------- * INITIAL: - initial commit
This commit is contained in:
168
defaults/main/proxy_sites.yml
Normal file
168
defaults/main/proxy_sites.yml
Normal file
@ -0,0 +1,168 @@
|
||||
---
|
||||
|
||||
proxy_sites:
|
||||
wiki.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
port : 8081
|
||||
|
||||
|
||||
git.thezengarden.net:
|
||||
proto : https
|
||||
dest : gitlab.thezengarden.net
|
||||
port : 443
|
||||
|
||||
|
||||
hastebin.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
port : 7777
|
||||
|
||||
|
||||
ipam.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
port : 8000
|
||||
|
||||
|
||||
nms.thezengarden.net:
|
||||
proto : http
|
||||
dest : nms-vm.thezengarden.net
|
||||
port : 80
|
||||
|
||||
|
||||
observium.thezengarden.net:
|
||||
proto : http
|
||||
dest : observium-vm.thezengarden.net
|
||||
port : 80
|
||||
|
||||
|
||||
media.thezengarden.net:
|
||||
proto : http
|
||||
dest : media.thezengarden.net
|
||||
port : 32400
|
||||
|
||||
|
||||
hme-1.thezengarden.net:
|
||||
proto : http
|
||||
dest : kansai.thezengarden.net
|
||||
port : 80
|
||||
|
||||
|
||||
hme-2.thezengarden.net:
|
||||
proto : https
|
||||
dest : 10.1.1.6
|
||||
port : 9090
|
||||
|
||||
|
||||
hme-3.thezengarden.net:
|
||||
proto : https
|
||||
dest : kaiju.thezengarden.net
|
||||
port : 8006
|
||||
|
||||
|
||||
chat.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
port : 8065
|
||||
|
||||
|
||||
centos.thezengarden.net:
|
||||
proto : http
|
||||
dest : 10.1.1.5
|
||||
port : 80
|
||||
|
||||
|
||||
wordpress.thezengarden.net:
|
||||
proto : http
|
||||
dest : 10.10.10.118
|
||||
port : 80
|
||||
|
||||
|
||||
mail.thezengarden.net:
|
||||
proto : https
|
||||
dest : mailcow.thezengarden.net
|
||||
port : 443
|
||||
|
||||
|
||||
seafile.thezengarden.net:
|
||||
proto : http
|
||||
dest : sa.thezengarden.net
|
||||
port : 8000
|
||||
|
||||
|
||||
awx.thezengarden.net:
|
||||
proto : http
|
||||
dest : awx.thezengarden.net
|
||||
port : 80
|
||||
|
||||
|
||||
dashboard.thezengarden.net:
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
|
||||
|
||||
images.thezengarden.net:
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
|
||||
|
||||
cloud.thezengarden.net:
|
||||
proto : https
|
||||
dest : zg-lxoc01.thezengarden.net
|
||||
port : 443
|
||||
|
||||
|
||||
lakeshorebulldogs.com:
|
||||
aliases : www.lakeshorebulldogs.com
|
||||
proto : http
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 80
|
||||
ssl_cert : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/fullchain1.pem"
|
||||
ssl_key : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/privkey1.pem"
|
||||
|
||||
|
||||
resources.thezengarden.net:
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
|
||||
|
||||
thezengarden.net:
|
||||
aliases : www.thezengarden.net
|
||||
proto : https
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 443
|
||||
|
||||
|
||||
devel.thezengarden.net:
|
||||
proto : http
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 80
|
||||
|
||||
|
||||
beta.chris-hammer.com:
|
||||
proto : http
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 80
|
||||
ssl_cert : "{{ proxy_site_ssl_directory }}/christian-hammer.com/fullchain3.pem"
|
||||
ssl_key : "{{ proxy_site_ssl_directory }}/christian-hammer.com/privkey3.pem"
|
||||
|
||||
|
||||
christian-hammer.com:
|
||||
aliases : www.christian-hammer.com
|
||||
proto : http
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 80
|
||||
ssl_cert : "{{ proxy_site_ssl_directory }}/christian-hammer.com/fullchain3.pem"
|
||||
ssl_key : "{{ proxy_site_ssl_directory }}/christian-hammer.com/privkey3.pem"
|
||||
|
||||
|
||||
chris-hammer.com:
|
||||
proto : http
|
||||
dest : "{{ proxy_default_host }}"
|
||||
port : 80
|
||||
ssl_cert : "{{ proxy_site_ssl_directory }}/christian-hammer.com/fullchain3.pem"
|
||||
ssl_key : "{{ proxy_site_ssl_directory }}/christian-hammer.com/privkey3.pem"
|
Reference in New Issue
Block a user