cups-server: Disable printer advertisements

This commit is contained in:
Timo Makinen 2021-09-01 15:20:20 +00:00
parent 8f10de5cca
commit 4032a467c4

View file

@ -41,6 +41,13 @@
insertafter: "LogLevel warn"
notify: restart cups
- name: disable printer advertisements
lineinfile:
path: /etc/cups/cupsd.conf
regexp: "^BrowseLocalProtocols .*"
line: "BrowseLocalProtocols none"
notify: restart cups
- name: link private key
file:
dest: "/etc/cups/ssl/{{ inventory_hostname }}.key"