community.general/lib/ansible/modules/system
Toshio Kuratomi 5336217649 Several cleanups to many modules:
* Fix docs to specify when python2.6+ is required (due to a library
  dep).  This helps us know when it is okay to use python2.6+ syntax in
  the file.
* remove BabyJson returns.  See #1211  This commit fixes all but the
  openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
  if the module is run as a program.  This allows for the potential to
  unittest the code later.
2016-12-08 11:22:58 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py Fix authorized_key module crashing when given an invalid key 2016-12-08 11:22:50 -05:00
cron.py Name is a required parameter, fix https://github.com/ansible/ansible/issues/10335 2016-12-08 11:22:55 -05:00
group.py Add basic support for OSX groups. 2016-12-08 11:22:42 -05:00
hostname.py Add ALT Linux support to hostname module 2016-12-08 11:22:56 -05:00
mount.py Setting the actual passno and dump defaults, and warning user of consequences in nulling 2016-12-08 11:22:48 -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 Several cleanups to many modules: 2016-12-08 11:22:58 -05:00
service.py Fix bug in service where upstart services incorrectly use init scripts 2016-12-08 11:22:57 -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 Update user.py 2016-12-08 11:22:58 -05:00