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/library
Stephen Fromm 87b3e1ecdc Update git module to use module magic and other changes
Convert git module to module magic.
Drop cruft no longer needed.
Standardize indent to 4 spaces in methods switchLocalBranch, reset,
clone, and get_version.
Update is_local_branch to also handle '* branch' format.
Add is_current branch method()
Update pull() method to use is_current_branch()
14 years ago
..
apt Code review changes 14 years ago
assemble More cleanup in assemble module for module magic (tm) 14 years ago
async_status Port async_status to use the new common code. 14 years ago
async_wrapper Apply logging of arguments to modules (issue #122) 14 years ago
authorized_key Fixes ansible/ansible#522, no longer creates comment in ~/.ssh/authorized_keys, does not create directory or file if state==absent. 14 years ago
command Port command module over to new common code. Notice that this has to subclass AnsibleModule -- this should be the only 14 years ago
copy imports not needed 14 years ago
facter Standardizing the module 14 years ago
failtest Surface module debug (-D) to /usr/bin/ansible also 14 years ago
fetch Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 14 years ago
file Fix file module to support = in args; remove superflous call in get_url 14 years ago
get_url Fix file module to support = in args; remove superflous call in get_url 14 years ago
git Update git module to use module magic and other changes 14 years ago
group Update group module to use new shared module code 14 years ago
mount Standardizing the mount module 14 years ago
mysql_db Check file exists instead of relying on the exception. Leave the exception catch in, in case the file is deleted or some other issue crops up 14 years ago
mysql_user Check file exists instead of relying on the exception. Leave the exception catch in, in case the file is deleted or some other issue crops up 14 years ago
ohai Apply logging of arguments to modules (issue #122) 14 years ago
ping Save the transfer of the module file for new style modules, because we can inject the arguments into the modules. 14 years ago
postgresql_db Add postgresql_db and postgresql_user module. 14 years ago
postgresql_user Add postgresql_db and postgresql_user module. 14 years ago
raw Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 14 years ago
service Service module outputting extra data. 14 years ago
setup Fixes locale problem with ifconfig in setup module 14 years ago
shell Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 14 years ago
slurp By defining a main function here, and including it ahead of the boilerplate insertion symbol, tracebacks are 14 years ago
template Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 14 years ago
user Undefined variable error 14 years ago
virt Tweak alias consistency a bit. 'package' has never been documented, but since it works, make it work in both places. 14 years ago
yum Tweak alias consistency a bit. 'package' has never been documented, but since it works, make it work in both places. 14 years ago