aboutsummaryrefslogtreecommitdiff
path: root/ansible/group_vars/all/host_database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/group_vars/all/host_database.yml')
-rw-r--r--ansible/group_vars/all/host_database.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/ansible/group_vars/all/host_database.yml b/ansible/group_vars/all/host_database.yml
new file mode 100644
index 0000000..cbc1582
--- /dev/null
+++ b/ansible/group_vars/all/host_database.yml
@@ -0,0 +1,26 @@
+host_database:
+ birgitte:
+ interfaces:
+ wlx00e01d0808b2:
+ role: wan
+ ipv4:
+ address: 192.168.10.3
+ netmask: 24
+ gateway: 192.168.10.1
+ int0:
+ role: lan
+ ipv4:
+ address: 192.168.90.100
+ netmask: 24
+ ipv6:
+ address: cafe::1
+ netmask: 64
+ nextcloud:
+ interfaces:
+ eth0:
+ role: lan
+ hwaddr: 0e:18:a7:03:50:54
+ ipv4:
+ address: 192.168.90.101
+ netmask: 24
+ gateway: 192.168.90.100