From: nicoo Date: Sun, 17 Jun 2018 20:30:01 +0000 (+0200) Subject: Add gnocci network config X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=fa3e1ba65eebc3facbb018aedab9412e9426b95d Add gnocci network config --- 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