From fa3e1ba65eebc3facbb018aedab9412e9426b95d Mon Sep 17 00:00:00 2001 From: nicoo Date: Sun, 17 Jun 2018 22:30:01 +0200 Subject: [PATCH] Add gnocci network config --- ansible/host_vars/gnocci0/main.yml | 14 ++++++++++++++ ansible/host_vars/gnocci1/main.yml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/ansible/host_vars/gnocci0/main.yml b/ansible/host_vars/gnocci0/main.yml index 954c9c7..48eca7b 100644 --- a/ansible/host_vars/gnocci0/main.yml +++ b/ansible/host_vars/gnocci0/main.yml @@ -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 diff --git a/ansible/host_vars/gnocci1/main.yml b/ansible/host_vars/gnocci1/main.yml index 954c9c7..36679e1 100644 --- a/ansible/host_vars/gnocci1/main.yml +++ b/ansible/host_vars/gnocci1/main.yml @@ -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 -- 1.7.10.4