diff --git a/roles/openwrt/tasks/uci_config.yml b/roles/openwrt/tasks/uci_config.yml index dae3519..15f1c38 100644 --- a/roles/openwrt/tasks/uci_config.yml +++ b/roles/openwrt/tasks/uci_config.yml @@ -10,7 +10,7 @@ when: type == 'ap' notify: restart firewall -- name: delete LAN, WAN, WAN6 interfaces +- name: delete default LAN, WAN, WAN6 interfaces that I want to rename include_tasks: uci_command.yml vars: uci_command: "uci delete network.{{ item }}" diff --git a/vars/main.yml b/vars/main.yml index 88f422b..e1c3764 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -13,7 +13,7 @@ munin_async_ssh_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2gmBTbXpS3mgxzkOM5rpVWRxokfuCYdfF4oU41tyQFeP/lpf10KeUAj/7OT3FD3c0FQp0dKdfKS9sKZZMCAmLR4PHpNgJyF0zAaSUFXNgv3APvnfUaf4RX7hj8qh+KYv4wimmE9ayYMsIxA1ltlMkOa2IGOj4D5DiGAusg9MwtIzHJlJACCVwR7AFAr3ZWeYbP+Fdst5csYrA5Sv/QqFpIo56vBhiDqlpbMu7R+5NEVNxb0aOs5bQSe+AwrPBWWbd91Pt/JaYD23DUjyMPLR7IPdtlnjrYrRU6X9f7uJbCjZjtfYo2XDbZIHSJuUYxVFNTFe1392IfKu/Zq4Y+uuqm+mtzfTLSfURF1QXIfmddcgv91dOmSE4oPrCDeM6gRx+33+9Sg07JOXFtHR2Onsyl4Ml/BrVm9bWlSiNNriEBt+dAHBzBfdAJQipGuU2EuMCyxagLxHSSuPCf7f8BEgyEYbX4KBomg5L6klXS5/bN4/Y53DdadaH5uDSvMFDwaU= munin@iot" dkms_vendor_reset_git_commitid: 084881c global_modprobe_options: - hid_apple: "fnmode=2" # I have BT keyboards that claim to be apple keyboards, that aren't. To get all their modifiers to work mostly properly (still don't get fn-F<1-12> to do the functions), we need this; more advice here: https://wiki.archlinux.org/title/Apple_Keyboard + hid_apple: "fnmode=2" # I have BT keyboards that claim to be Apple keyboards, that aren't. I will never have Apple keyboards, so this can be a global option. To get all their modifiers to work mostly properly (still don't get fn-F<1-12> to do the functions), we need this; more advice here: https://wiki.archlinux.org/title/Apple_Keyboard deb_release: "{{ debian_codename | default('bookworm') }}" ceph_repo: reef bookworm no-subscription # was quincy bullseye main smtp_server: smtp.rather.puzzling.org diff --git a/vars/tasmota.yml b/vars/tasmota.yml index 1c85cf8..ad989e7 100644 --- a/vars/tasmota.yml +++ b/vars/tasmota.yml @@ -91,6 +91,9 @@ - command: FriendlyName8 value: "{{ FriendlyName8 | default(omit) }}" +# - command: FriendlyName9 # Max 8 friendlynames +# value: "{{ FriendlyName9 | default(omit) }}" + - command: AdcParam1 value: "{{ AdcParam1 | default(omit) }}"