Manage TCP timestamps for hosts implementing RFC1323/RFC7323.
Hosts may leak system uptime information through TCP timestamps. Various vulnerability scanners may surface this issue with a CVSS Score of 2.6.
https://www.ietf.org/rfc/rfc1323.txt
tcp_timestamps_enabled: False
None.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- deekayen.RFC1323
BSD