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
Michael DeHaan 4ecdd17caf Merge pull request #702 from lorin/postgresql-module
Add postgresql_db and postgresql_user module.
13 years ago
..
apt Code review changes 13 years ago
assemble More cleanup in assemble module for module magic (tm) 13 years ago
async_status Port async_status to use the new common code. 13 years ago
async_wrapper
authorized_key
command Port command module over to new common code. Notice that this has to subclass AnsibleModule -- this should be the only 13 years ago
copy imports not needed 13 years ago
facter Standardizing the module 13 years ago
failtest
fetch
file Fix file module to support = in args; remove superflous call in get_url 13 years ago
get_url Fix file module to support = in args; remove superflous call in get_url 13 years ago
git git module: Don't pass rc as separate arg to fail_json 13 years ago
group Update group module to use new shared module code 13 years ago
mount Standardizing the mount module 13 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 13 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 13 years ago
ohai
ping Save the transfer of the module file for new style modules, because we can inject the arguments into the modules. 13 years ago
postgresql_db Add postgresql_db and postgresql_user module. 13 years ago
postgresql_user Add postgresql_db and postgresql_user module. 13 years ago
raw
service Service module outputting extra data. 13 years ago
setup Fixes locale problem with ifconfig in setup module 13 years ago
shell
slurp By defining a main function here, and including it ahead of the boilerplate insertion symbol, tracebacks are 13 years ago
template
user Undefined variable error 13 years ago
virt
yum Further standardize the yum module 13 years ago