Add gnocci network config
authornicoo <nicoo@realraum.at>
Sun, 17 Jun 2018 20:30:01 +0000 (22:30 +0200)
committernicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 23:30:26 +0000 (00:30 +0100)
ansible/host_vars/gnocci0/main.yml
ansible/host_vars/gnocci1/main.yml

index 954c9c7..48eca7b 100644 (file)
@@ -1,2 +1,16 @@
 ---
 root_password: "{{ vault_root_password }}"
+
+network:
+  nameservers:
+    - 10.12.0.10
+  domain: realraum.at
+  primary:
+    interface: eth0
+    ip: 192.168.32.250
+    mask: 255.255.255.0
+    gateway: 192.168.32.254
+
+install:
+  disks:
+    primary: sda
index 954c9c7..36679e1 100644 (file)
@@ -1,2 +1,16 @@
 ---
 root_password: "{{ vault_root_password }}"
+
+network:
+  nameservers:
+    - 10.12.0.10
+  domain: realraum.at
+  primary:
+    interface: eth0
+    ip: 192.168.32.251
+    mask: 255.255.255.0
+    gateway: 192.168.32.254
+
+install:
+  disks:
+    primary: sda