.. _as_handlers: Handlers ======== .. _as_handler_handlers-main.yml: main.yml -------- Synopsis: Main task. Import handlers. [`handlers/main.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/main.yml :language: yaml :emphasize-lines: 1,2 :linenos: .. _as_handler_acpi.yml: acpi.yml -------- Synopsis: Configure acpi Description of the task. [`handlers/acpi.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/acpi.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_apparmor.yml: apparmor.yml ------------ Synopsis: Configure apparmor Description of the task. [`handlers/apparmor.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/apparmor.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_autofs.yml: autofs.yml ---------- Synopsis: Configure autofs Description of the task. [`handlers/autofs.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/autofs.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_bluetooth.yml: bluetooth.yml ------------- Synopsis: Configure bluetooth Description of the task. [`handlers/bluetooth.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/bluetooth.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_chrony.yml: chrony.yml ---------- Synopsis: Configure chrony Description of the task. [`handlers/chrony.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/chrony.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_dnsmasq.yml: dnsmasq.yml ----------- Synopsis: Configure dnsmasq Description of the task. [`handlers/dnsmasq.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/dnsmasq.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_gpg.yml: gpg.yml ------- Synopsis: Configure gpg Description of the task. [`handlers/gpg.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/gpg.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_gpsd.yml: gpsd.yml -------- Synopsis: Configure gpsd Description of the task. [`handlers/gpsd.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/gpsd.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_grub.yml: grub.yml -------- Synopsis: Configure grub Description of the task. [`handlers/grub.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/grub.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_hostname.yml: hostname.yml ------------ Synopsis: Configure hostname Description of the task. [`handlers/hostname.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/hostname.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_initramfs.yml: initramfs.yml ------------- Synopsis: Configure initramfs Description of the task. [`handlers/initramfs.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/initramfs.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_iptables.yml: iptables.yml ------------ Synopsis: Configure iptables Description of the task. [`handlers/iptables.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/iptables.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_libvirtd.yml: libvirtd.yml ------------ Synopsis: Configure libvirtd Description of the task. [`handlers/libvirtd.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/libvirtd.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_messages.yml: messages.yml ------------ Synopsis: Configure messages Description of the task. [`handlers/messages.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/messages.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_netplan.yml: netplan.yml ----------- Synopsis: Configure netplan Description of the task. [`handlers/netplan.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/netplan.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_networkd.yml: networkd.yml ------------ Synopsis: Configure networkd Description of the task. [`handlers/networkd.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/networkd.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_newaliases.yml: newaliases.yml -------------- Synopsis: Configure newaliases Description of the task. [`handlers/newaliases.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/newaliases.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_nfsd.yml: nfsd.yml -------- Synopsis: Configure nfsd Description of the task. [`handlers/nfsd.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/nfsd.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_postfix.yml: postfix.yml ----------- Synopsis: Configure postfix Description of the task. [`handlers/postfix.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/postfix.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_rc_local.yml: rc_local.yml ------------ Synopsis: Configure rc_local Description of the task. [`handlers/rc_local.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/rc_local.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_resolvconf.yml: resolvconf.yml -------------- Synopsis: Configure resolvconf Description of the task. [`handlers/resolvconf.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/resolvconf.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_smart.yml: smart.yml --------- Synopsis: Configure smart Description of the task. [`handlers/smart.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/smart.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_sshd.yml: sshd.yml -------- Synopsis: Configure sshd Description of the task. [`handlers/sshd.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/sshd.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_swap.yml: swap.yml -------- Synopsis: Configure swap Description of the task. [`handlers/swap.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/swap.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_sysctl.yml: sysctl.yml ---------- Synopsis: Configure sysctl Description of the task. [`handlers/sysctl.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/sysctl.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_systemd.yml: systemd.yml ----------- Synopsis: Configure systemd Description of the task. [`handlers/systemd.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/systemd.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_timesyncd.yml: timesyncd.yml ------------- Synopsis: Configure timesyncd Description of the task. [`handlers/timesyncd.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/timesyncd.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_tlp.yml: tlp.yml ------- Synopsis: Configure tlp Description of the task. [`handlers/tlp.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/tlp.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_udev.yml: udev.yml -------- Synopsis: Configure udev Description of the task. [`handlers/udev.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/udev.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_ufw.yml: ufw.yml ------- Synopsis: Configure ufw Description of the task. [`handlers/ufw.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/ufw.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_handler_wpasupplicant.yml: wpasupplicant.yml ----------------- Synopsis: Configure wpasupplicant Description of the task. [`handlers/wpasupplicant.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../handlers/wpasupplicant.yml :language: yaml :emphasize-lines: 1 :linenos: