Skip to content

Commit

Permalink
Some comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
spacelama committed Oct 19, 2024
1 parent b420de7 commit 2df1711
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/openwrt/tasks/uci_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions vars/tasmota.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}"

Expand Down

0 comments on commit 2df1711

Please sign in to comment.