summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mc-pi.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-12 21:59:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-12 21:59:10 +0200
commitbe7e9da811a53141eb122ddfae9282ac9ae50d5c (patch)
tree7ffe8bd503d0a5d2b5f8648df838837e44f5d2fd /inventory/host_vars/ch-mc-pi.yml
parentkodi/standalone: fix name for polkit config files (diff)
new kodi deployment ch-mcbr
Diffstat (limited to 'inventory/host_vars/ch-mc-pi.yml')
-rw-r--r--inventory/host_vars/ch-mc-pi.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/inventory/host_vars/ch-mc-pi.yml b/inventory/host_vars/ch-mc-pi.yml
deleted file mode 100644
index 9f46a600..00000000
--- a/inventory/host_vars/ch-mc-pi.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-#raspios_variant: desktop
-raspios_arch: arm64
-
-network:
- nameservers: "{{ network_zones.lan.dns }}"
- domain: "{{ host_domain }}"
- primary: &_network_primary_
- name: eth0
- address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
- gateway: "{{ network_zones.lan.gateway }}"
- interfaces:
- - *_network_primary_