mirror of https://github.com/ansible/ansible.git
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.
* Add git_config module This module can be used for reading and writing git configuration at all three scopes (local, global and system). It supports --diff and --check out of the box. This module is based off of the following gist: https://gist.github.com/mgedmin/b38c74e2d25cb4f47908 I tidied it up and added support for the following: - Reading values on top of writing them - Reading and writing values at any scope The original author is credited in the documentation for the module. * Respond to review feedback - Improve documentation by adding choices for parameters, requirements for module, and add missing description for scope parameter. - Fail gracefully when git is not installed (followed example of puppet module). - Remove trailing whitespace. * Change repo parameter to type 'path' This ensures that all paths are automatically expanded appropriately. * Set locale to C before running commands to ensure consistent error messages This is important to ensure error message parsing occurs correctly. * Adjust comment |
10 years ago | |
|---|---|---|
| .. | ||
| __init__.py | 12 years ago | |
| alternatives.py | 10 years ago | |
| at.py | 11 years ago | |
| capabilities.py | 10 years ago | |
| cronvar.py | 10 years ago | |
| crypttab.py | 10 years ago | |
| debconf.py | 11 years ago | |
| facter.py | 10 years ago | |
| filesystem.py | 10 years ago | |
| firewalld.py | 10 years ago | |
| getent.py | 11 years ago | |
| git_config.py | 10 years ago | |
| gluster_volume.py | 10 years ago | |
| iptables.py | 10 years ago | |
| kernel_blacklist.py | 11 years ago | |
| known_hosts.py | 10 years ago | |
| locale_gen.py | 11 years ago | |
| lvg.py | 10 years ago | |
| lvol.py | 10 years ago | |
| make.py | 10 years ago | |
| modprobe.py | 10 years ago | |
| ohai.py | 10 years ago | |
| open_iscsi.py | 10 years ago | |
| osx_defaults.py | 10 years ago | |
| pam_limits.py | 10 years ago | |
| puppet.py | 10 years ago | |
| selinux_permissive.py | 11 years ago | |
| seport.py | 10 years ago | |
| solaris_zone.py | 10 years ago | |
| svc.py | 10 years ago | |
| ufw.py | 10 years ago | |
| zfs.py | 10 years ago | |