aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/pursotin.yml7
-rw-r--r--host_vars/test_vm.yml12
2 files changed, 19 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
diff --git a/host_vars/test_vm.yml b/host_vars/test_vm.yml
new file mode 100644
index 0000000..821f137
--- /dev/null
+++ b/host_vars/test_vm.yml
@@ -0,0 +1,12 @@
+ansible_host: 10.0.20.2
+ansible_user: root
+ansible_ssh_private_key_file: vm/id_ed25519
+ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
+nic_lan: vtnet0
+nic_wan: vtnet1
+arch: arm64/aarch64
+is_test_vm: true
+dns_nameserver: "10.0.20.1"
+jail_lan_prefix: "10.0.20"
+jail_lan_prefixlen: "24"
+jail_ip_offset: 100