Add proxy in front

This commit is contained in:
Erik Gustafson
2022-01-04 23:25:26 +01:00
parent 27c8961fef
commit 29f6e0fbd9
7 changed files with 187 additions and 105 deletions

36
inventory.yml Normal file
View File

@ -0,0 +1,36 @@
all:
vars:
jails:
webserver:
name: wp1xx
fbsd_version: 13.0-RELEASE
ip: 192.168.0.33
host_interface: em0
database:
name: db1xx
fbsd_version: 13.0-RELEASE
ip: 192.168.0.34
host_interface: em0
proxy:
name: proxy1xx
fbsd_version: 13.0-RELEASE
ip: 192.168.0.35
host_interface: em0
database:
port: 3307
dbname: wordpress_playground
username: wordpress_playground
password: secret password
website:
name: wordpress_playground
port: 82
external_hostname: mysite.localhost
email: some@email.ad
skip_create_jail: false