aboutsummaryrefslogtreecommitdiff
path: root/ansible/group_vars/all/host_database.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-11-26 22:33:54 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2018-11-26 22:33:54 +0100
commitb7bccaf7ff75fd2234b9232f595cbc8e226b80e9 (patch)
tree3e2822166b9be455f7589e56ca28a685bbccd2d8 /ansible/group_vars/all/host_database.yml
parent6fe44ad6366232314d45502d387ccbc671e84d9f (diff)
downloadinfra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.tar.gz
infra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.tar.bz2
infra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.tar.xz
infra-b7bccaf7ff75fd2234b9232f595cbc8e226b80e9.zip
o Importing bitraf-base, packages and postfix-satellite from Bitraf.
o Configuring nextcloud.
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