florianutz / Ubuntu1804-CIS

Ubuntu CIS Hardening Ansible Role
MIT License
212 stars 127 forks source link

add option to ignore remount errors #18

Closed smiller171 closed 5 years ago

smiller171 commented 5 years ago

If any process is accessing /tmp/ or /var/tmp/ restarting their service handlers will fail. If a restart is going to occur after this role is run, or is the role is part of image creation, this failure can be safely ignored.

This PR adds a parameter to allow errors from those restarts to be suppressed.

smiller171 commented 5 years ago

fixes #9