diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-05-12 15:06:28 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-05-12 22:27:15 +0300 |
| commit | 4715a28fdcd87440400d17154bfa361d99db29cc (patch) | |
| tree | 52b825ca69ed3fc535f8f46de0ee1d2b1a6e2ade /host_vars/pursotin.yml | |
| parent | ed338ea29f1c0f2ad82d3a45b23c0544371b5575 (diff) | |
Add local vm for testing, adjust configs
Diffstat (limited to 'host_vars/pursotin.yml')
| -rw-r--r-- | host_vars/pursotin.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host_vars/pursotin.yml b/host_vars/pursotin.yml new file mode 100644 index 0000000..0f7e173 --- /dev/null +++ b/host_vars/pursotin.yml @@ -0,0 +1,7 @@ +nic_lan: igc0 +nic_wan: igc1 +arch: amd64/amd64 +is_test_vm: false +jail_lan_prefix: "192.168.2" +jail_lan_prefixlen: "16" +jail_ip_offset: 0 |
