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.
Michael DeHaan
5256ea7e75
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change
by the time I'm done.
|
12 years ago |
apt
|
Fix invalid usage or fail_json in apt module
|
12 years ago |
apt_repository
|
Merge branch 'binpath' of https://github.com/sfromm/ansible into devel
|
12 years ago |
assemble
|
Remove assemble action plugin, fix daisychaining
|
12 years ago |
async_status
|
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
|
12 years ago |
async_wrapper
|
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
|
12 years ago |
authorized_key
|
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
|
12 years ago |
command
|
Add support to removes control param
|
12 years ago |
copy
|
Give nice error message if destination directory doesn't exist (issue #1048)
|
12 years ago |
easy_install
|
Add option required=(True|False) to get_bin_path and update modules
|
12 years ago |
facter
|
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
|
12 years ago |
fetch
|
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
|
13 years ago |
file
|
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change
|
12 years ago |
fireball
|
The very first start of 'fireball mode', which uses ansible in SSH mode to deploy a ephemeral zeromq daemon (entirely optional) that is will die after
|
12 years ago |
get_url
|
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change
|
12 years ago |
git
|
User-expand the destination path of the git module
|
12 years ago |
group
|
Add option required=(True|False) to get_bin_path and update modules
|
12 years ago |
ini_file
|
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change
|
12 years ago |
lineinfile
|
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change
|
12 years ago |
mount
|
fixed missing module argument for mount module
|
12 years ago |
mysql_db
|
Added login_unix_socket option to mysql_db module
|
12 years ago |
mysql_user
|
Added login_unix_socket option to mysql_user module
|
12 years ago |
nagios
|
Change from a module config file to brute force locating the nagios configs so we can find the command file.
|
12 years ago |
ohai
|
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
|
12 years ago |
ping
|
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
|
12 years ago |
pip
|
Add option required=(True|False) to get_bin_path and update modules
|
12 years ago |
postgresql_db
|
added support for custom port definition
|
12 years ago |
postgresql_user
|
Fix postgresql_user bug
|
12 years ago |
raw
|
Tweak DOCUMENTATION YAML as per latest 991
|
12 years ago |
seboolean
|
chmod +x
|
12 years ago |
selinux
|
chmod +x
|
12 years ago |
service
|
Ignore failure of stop command if start succeeds with state=restarted
|
12 years ago |
setup
|
Tweak DOCUMENTATION YAML as per latest 991
|
12 years ago |
shell
|
Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
|
12 years ago |
slurp
|
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
|
12 years ago |
subversion
|
Subversion dest should allow ~ expansion
|
12 years ago |
supervisorctl
|
Use `get_bin_path` properly
|
12 years ago |
template
|
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
|
13 years ago |
user
|
Add option required=(True|False) to get_bin_path and update modules
|
12 years ago |
virt
|
add import sys to virt module b/c it needs it if the libvirt python
|
12 years ago |
wait_for
|
Fix on older python versions, plus various improvements
|
12 years ago |
yum
|
Invoke is_installed correctly from rpm path
|
12 years ago |