summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-cm4-sensors1.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-04 23:42:17 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-04 23:42:17 +0200
commit06bfc41a5ce11b42040a4234c938582f1fab320e (patch)
tree2ec5fe23e23540a9decbebc7adbde7699396a9c4 /inventory/host_vars/ch-cm4-sensors1.yml
parentmake base url for some repos configurable (diff)
install coredns to ch-iot
Diffstat (limited to 'inventory/host_vars/ch-cm4-sensors1.yml')
-rw-r--r--inventory/host_vars/ch-cm4-sensors1.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/inventory/host_vars/ch-cm4-sensors1.yml b/inventory/host_vars/ch-cm4-sensors1.yml
index 4b65b1f0..7f7982f1 100644
--- a/inventory/host_vars/ch-cm4-sensors1.yml
+++ b/inventory/host_vars/ch-cm4-sensors1.yml
@@ -3,15 +3,12 @@ raspios_variant: lite
raspios_arch: arm64
network:
+ nameservers: "{{ network_zones.iot.dns }}"
primary: &_network_primary_
name: eth0
address: "{{ network_zones.iot.prefix | ansible.utils.ipaddr(network_zones.iot.offsets[inventory_hostname]) }}"
interfaces:
- *_network_primary_
- static_hostnames:
- - address: "{{ network_zones.iot.prefix | ansible.utils.ipaddr(network_zones.iot.offsets['ch-iot']) | ansible.utils.ipaddr('address') }}"
- names:
- - apt.chaos-at-home.org
raspios_boot_config:
- regexp: '^#?dtparam=i2c_arm'