ansible/system
Toshio Kuratomi 60a66a544d 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.
2015-05-11 12:15:53 -07:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py Fix authorized_key module crashing when given an invalid key 2015-03-23 11:51:49 +00:00
cron.py Name is a required parameter, fix https://github.com/ansible/ansible/issues/10335 2015-04-19 12:39:36 -04:00
group.py Add basic support for OSX groups. 2015-02-13 10:14:37 +01:00
hostname.py Add ALT Linux support to hostname module 2015-04-25 01:25:14 +07:00
mount.py Setting the actual passno and dump defaults, and warning user of consequences in nulling 2015-03-11 21:36:44 -04:00
ping.py file extensions! 2014-09-26 10:37:56 -04:00
seboolean.py file extensions! 2014-09-26 10:37:56 -04:00
selinux.py Several cleanups to many modules: 2015-05-11 12:15:53 -07:00
service.py Fix bug in service where upstart services incorrectly use init scripts 2015-05-04 14:03:05 -05:00
setup.py file extensions! 2014-09-26 10:37:56 -04:00
sysctl.py now handles non string values for sysctl 2015-01-19 19:37:57 -05:00
user.py Update user.py 2015-05-07 16:55:28 -04:00