1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library
Michael DeHaan 624a952c5c The service module made some assumptions about how a service should be managed based on what was installed on the system in terms of service
management tools, which meant upstart services on CentOS6 were not startable.  This tweak allows things like vmware-tools to be controlled
via the service module.  More testing on other distributions (particularly with systemd) is presumably needed.
2013-02-23 20:31:29 -05:00
..
add_host For consistency, add host should take a key named 'name' in addition to 'hostname'. 2013-02-17 20:45:37 -05:00
apt Merge pull request #2115 from kavink/devel 2013-02-20 05:28:21 -08:00
apt_key Fixed remove_key 2013-02-18 17:03:50 +01:00
apt_repository Update apt_repository to query if repo is already configured 2013-01-23 22:17:43 -08:00
assemble adjusted assemble to use new file attribute handling 2013-01-28 00:33:18 -05:00
async_status
async_wrapper
authorized_key * Minor removal of some dumb I did. 2013-02-02 18:17:18 -06:00
cloudformation CloudFormation support. 2013-02-22 15:52:23 -05:00
command
copy Add force= and make thirsty= an alias for backward compatibility 2013-02-20 15:42:55 +01:00
cron cron: Work even without initial crontab 2013-02-21 21:14:29 +01:00
debug
easy_install mark when various new flags were added to the pip & easy_install modules 2013-02-23 12:51:23 -05:00
ec2 missed a spot. 2013-02-23 17:46:35 +00:00
ec2_facts 'make pep8' is now clean 2013-02-17 19:48:02 -05:00
ec2_vol Correct ec2_vol doc errors 2013-02-18 10:14:09 +00:00
facter
fail
fetch
file Recurse was added in 1.1 2013-02-17 18:48:17 +01:00
fireball 'make pep8' is now clean 2013-02-17 19:48:02 -05:00
get_url Merge pull request #2146 from dagwieers/thirsty-force 2013-02-23 09:15:25 -08:00
git more places to use yaml.safe_load 2013-02-23 13:34:14 -05:00
group Add group support to check mode. 2013-02-17 17:33:42 -05:00
group_by
hg Specify repo option with hg pull 2013-02-04 17:19:59 -06:00
ini_file Remove last remnants of daisychaining 2013-01-28 17:46:35 +01:00
lineinfile Lots of docsite additions for new features + cleanup lineinfile YAML docs 2013-02-23 15:08:33 -05:00
mail mail module: properly set charset 2013-02-19 11:33:38 +01:00
mongodb_user 'make pep8' is now clean 2013-02-17 19:48:02 -05:00
mount
mysql_db mysql_db/user: Use password for my.cnf 2013-02-22 13:25:34 +01:00
mysql_user mysql_user: handle unnecessary GRANT revocation 2013-02-22 14:42:41 +01:00
nagios 'make pep8' is now clean 2013-02-17 19:48:02 -05:00
ohai
pacman Fix unparseable documentation strings 2013-01-25 14:25:12 +01:00
pause pause: Fix small documentation glitch 2013-02-20 15:17:49 +01:00
ping Working on complex argument support. 2013-02-17 15:01:49 -05:00
pip mark when various new flags were added to the pip & easy_install modules 2013-02-23 12:51:23 -05:00
pkgin Use module.get_bin_path for pkgin module instead of hardcoding paths 2013-02-03 23:57:34 +01:00
postgresql_db
postgresql_user Add documentation about PUBLIC user 2013-02-18 22:59:51 -05:00
rabbitmq_plugin Updating how to run commands in check mode 2013-02-10 17:20:44 -05:00
rabbitmq_user Updating how to run commands in check mode 2013-02-10 17:20:44 -05:00
rabbitmq_vhost Adding aliases 2013-02-10 17:08:33 -05:00
raw
script
seboolean
selinux Simplify and correct comparisons with None. 2013-02-16 13:32:48 -05:00
service The service module made some assumptions about how a service should be managed based on what was installed on the system in terms of service 2013-02-23 20:31:29 -05:00
setup Fix module docs formatting 2013-02-23 15:11:15 -05:00
shell
slurp Very basic --diff option for showing what happens when templates change. 2013-02-07 22:52:25 -05:00
subversion
supervisorctl always restart the program when state=restarted 2013-02-07 15:53:36 +08:00
svr4pkg
sysctl Removes useless empty string write 2013-02-20 14:20:27 +01:00
template
uri Merge pull request #2119 from jpmens/uri_json 2013-02-20 05:59:38 -08:00
user check_mode is a module property 2013-02-18 13:23:45 +01:00
virt Simplify and correct comparisons with None. 2013-02-16 13:32:48 -05:00
wait_for
yum Teach the yum module to support --check mode. 2013-02-17 18:18:43 -05:00
zfs Added support for --check in zfs module 2013-02-22 15:01:18 +01:00