community.general/lib/ansible/modules/system
Jesse Keating 6f4273a3ff Add exclusive option to authorized_keys
This option allows the module to ensure that ONLY the specified keys
exist in the authorized_keys file. All others will be removed. This is
quite useful when rotating keys and ensuring no other key will be
accepted.
2016-12-08 11:22:41 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py Add exclusive option to authorized_keys 2016-12-08 11:22:41 -05:00
cron.py Update cron example for setting to run twice a day 2016-12-08 11:22:31 -05:00
group.py file extensions! 2016-12-08 11:22:22 -05:00
hostname.py Add Linuxmint support in hostname module 2016-12-08 11:22:41 -05:00
mount.py Fixes bind mounts 2016-12-08 11:22:36 -05:00
ping.py file extensions! 2016-12-08 11:22:22 -05:00
seboolean.py file extensions! 2016-12-08 11:22:22 -05:00
selinux.py Set selinux state to 'permissive' for state=disabled 2016-12-08 11:22:35 -05:00
service.py now allows for case in which someone removed the K* links and is trying to reenable a service 2016-12-08 11:22:41 -05:00
setup.py file extensions! 2016-12-08 11:22:22 -05:00
sysctl.py now handles non string values for sysctl 2016-12-08 11:22:38 -05:00
user.py implemented account expiration as flag and not state, removed from unsupported platforms 2016-12-08 11:22:40 -05:00