This commit is contained in:
parent
13a8dc9b6f
commit
592afdced9
4 changed files with 28 additions and 0 deletions
7
inventories/z9/host_vars/waybackproxy.yaml
Normal file
7
inventories/z9/host_vars/waybackproxy.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/z9/waybackproxy/docker_compose/compose.yaml.j2') }}"
|
||||||
|
docker_compose__configuration_files: [ ]
|
||||||
|
|
||||||
|
nginx__version_spec: ""
|
||||||
|
nginx__configurations:
|
||||||
|
- name: waybackproxy.ccchh.net
|
||||||
|
content: "{{ lookup('ansible.builtin.file', 'resources/z9/waybackproxy/nginx/waybackproxy.ccchh.net.conf') }}"
|
|
@ -11,6 +11,9 @@ all:
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
thinkcccore0:
|
thinkcccore0:
|
||||||
ansible_host: thinkcccore0.z9.ccchh.net
|
ansible_host: thinkcccore0.z9.ccchh.net
|
||||||
|
waybackproxy:
|
||||||
|
ansible_host: waybackproxy.ccchh.net
|
||||||
|
ansible_user: chaos
|
||||||
yate:
|
yate:
|
||||||
ansible_host: yate.ccchh.net
|
ansible_host: yate.ccchh.net
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
|
@ -20,6 +23,7 @@ certbot_hosts:
|
||||||
docker_compose_hosts:
|
docker_compose_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
dooris:
|
dooris:
|
||||||
|
waybackproxy:
|
||||||
yate:
|
yate:
|
||||||
foobazdmx_hosts:
|
foobazdmx_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -32,11 +36,13 @@ infrastructure_authorized_keys_hosts:
|
||||||
dooris:
|
dooris:
|
||||||
light:
|
light:
|
||||||
authoritative-dns:
|
authoritative-dns:
|
||||||
|
waybackproxy:
|
||||||
yate:
|
yate:
|
||||||
nginx_hosts:
|
nginx_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
dooris:
|
dooris:
|
||||||
light:
|
light:
|
||||||
|
waybackproxy:
|
||||||
ola_hosts:
|
ola_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
light:
|
light:
|
||||||
|
|
10
resources/z9/waybackproxy/docker_compose/compose.yaml.j2
Normal file
10
resources/z9/waybackproxy/docker_compose/compose.yaml.j2
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
services:
|
||||||
|
# https://github.com/richardg867/WaybackProxy
|
||||||
|
waybackproxy:
|
||||||
|
image: cttynul/waybackproxy:latest
|
||||||
|
environment:
|
||||||
|
DATE: 19990101
|
||||||
|
DATE_TOLERANCE: 730
|
||||||
|
ports:
|
||||||
|
- "1999:8888"
|
||||||
|
restart: unless-stopped
|
|
@ -0,0 +1,5 @@
|
||||||
|
# TODO: set up caching proxy
|
||||||
|
|
||||||
|
# server {
|
||||||
|
# listen 1999
|
||||||
|
# }
|
Loading…
Add table
Add a link
Reference in a new issue