diff --git a/basics.yml b/basics.yml index f24b1ba..1ca0c96 100644 --- a/basics.yml +++ b/basics.yml @@ -76,7 +76,6 @@ apt: name: - hd-idle - - dhcpcd5 - jnettop - strace - tmux @@ -222,11 +221,6 @@ name: en_GB.UTF-8 state: present - - name: NOW WITH DoH OVER DNSCRYPT-DNS-Proxy - ansible.builtin.file: - state: absent - path: /etc/systemd/resolved.conf.d/digitalcourage-dot.conf - - name: SSH client settings blockinfile: path: /etc/ssh/ssh_config.d/settings.conf @@ -370,6 +364,10 @@ if $hostname startswith '192.168.1.1' then stop if $hostname startswith 'raspberry-' then /var/log/Raspberrys.log if $hostname startswith 'raspberry-' then stop + if $hostname startswith 'pi-' then /var/log/Raspberrys.log + if $hostname startswith 'pi-' then stop + if $hostname startswith 'raspi-' then /var/log/Raspberrys.log + if $hostname startswith 'raspi-' then stop if $hostname startswith 'openwrt-' then /var/log/openwrt.log if $hostname startswith 'openwrt-' then stop