WIP: new z9 ccchh router #98

Draft
bitwhisker wants to merge 23 commits from new_ccchh_router into main
Showing only changes of commit dc29dd8b13 - Show all commits

kea_dhcp(role): fix include wars check

bitwhisker 2026-06-21 20:01:55 +02:00
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE

View file

@ -1,6 +1,6 @@
---
- name: Include config vars
when: kea_dhcp__include_vars is not None
when: kea_dhcp__include_vars != None
bitwhisker marked this conversation as resolved Outdated

I would rather just stick to only having tags at the playbook level. I don't think this kind granular control for the role is really needed as it the config files also shouldn't trigger a reload, if not changed.

I would rather just stick to only having tags at the playbook level. I don't think this kind granular control for the role is really needed as it the config files also shouldn't trigger a reload, if not changed.

this was just copied from the fux noc ansible, but I can remove it

this was just copied from the fux noc ansible, but I can remove it
ansible.builtin.include_vars:
file: "{{ kea_dhcp__include_vars }}"