diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-13 14:42:50 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-13 14:51:11 +0300 |
| commit | 67d5b193ad7ca4c496d3e701e7db88fb8b200d00 (patch) | |
| tree | ca63687c38b9d3e842c77b2abc20d70da059e39c /inventory/prod | |
| parent | 6de7c4afd1aed4d692af3a9157f24545ddc7b8ab (diff) | |
Prod deployment fixes
Diffstat (limited to 'inventory/prod')
| -rw-r--r-- | inventory/prod/hosts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/prod/hosts.yml b/inventory/prod/hosts.yml index eff5ecb..44ae3a0 100644 --- a/inventory/prod/hosts.yml +++ b/inventory/prod/hosts.yml @@ -15,8 +15,10 @@ all: jails: vars: ansible_jail_host: pursotin + ansible_host: pursotin jail_delegate_host: pursotin jail_lan_cidr: "192.168.2.0/16" jail_lan_offset: 0 + lan_ipv4_gateway: "192.168.0.1" ssl_enabled: true is_prod: true |
