Finish harden so that CUPS gets disabled. Add to local.yml. Change localhost to all to avoid warnings.
This commit is contained in:
9
tasks/harden.yml
Normal file
9
tasks/harden.yml
Normal file
@ -0,0 +1,9 @@
|
||||
- name: Remove CUPS Daemon
|
||||
service:
|
||||
name: cupsd
|
||||
state: stopped, disabled
|
||||
|
||||
- name: Remove CUPS-Browse Daemon
|
||||
service:
|
||||
name: cupsd
|
||||
state: stopped, disabled
|
Reference in New Issue
Block a user