You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
__init__.py package files 10 years ago
authorized_key.py Fix authorized_key module crashing when given an invalid key 10 years ago
cron.py Name is a required parameter, fix https://github.com/ansible/ansible/issues/10335 10 years ago
group.py Add basic support for OSX groups. 10 years ago
hostname.py Add ALT Linux support to hostname module 10 years ago
mount.py Setting the actual passno and dump defaults, and warning user of consequences in nulling 10 years ago
ping.py file extensions! 10 years ago
seboolean.py file extensions! 10 years ago
selinux.py Several cleanups to many modules: 10 years ago
service.py Fix bug in service where upstart services incorrectly use init scripts 10 years ago
setup.py file extensions! 10 years ago
sysctl.py now handles non string values for sysctl 10 years ago
user.py Update user.py 10 years ago