- 20 Mar, 2013 1 commit
-
-
This fixes handling of arguments (module argument) in service_control(). It is now locally scoped such that modifications to it, in the case of a systemd host, do not later impact subsequent calls to service_control(). See issue #2449. Without patch: ansible-service[6177]: Command /usr/bin/systemctl stop cups cups , daemonize True With patch: ansible-service[6475]: Command /usr/bin/systemctl start cups , daemonize True I also updated the comments to reflect the case where systemd is really being called.
Stephen Fromm committed
-
- 19 Mar, 2013 4 commits
-
-
invalidate group cache when adding a new group
Michael DeHaan committed -
invalidate group cache so that a group added by the add_host module will be relfected in the groups variable in later plays.
Rob Parrott committed -
Mention of ansible-doc and man pages for modules.
Michael DeHaan committed -
Yves Dorfsman committed
-
- 18 Mar, 2013 3 commits
-
-
fail when service cannot be found by chkconfig
Michael DeHaan committed -
Jeffrey Chu committed
-
module_formatter.return_data: use UTF-8 encoding
Michael DeHaan committed
-
- 17 Mar, 2013 32 commits
-
-
The text parameter can contain non-ASCII characters, so we'll encode it using UTF-8. For example the DOCUMENTATION of the bzr module has such characters in the name of the author.
Cristian Ciupitu committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
New Bazaar module
Michael DeHaan committed -
Make ec2 module idempotent with Amazon EC2 via client-token attribute.
Michael DeHaan committed -
lvg module for managing LVM volume groups
Michael DeHaan committed -
Add check mode to git module
Michael DeHaan committed -
check hostname presence
Michael DeHaan committed -
.my.cnf: default to login when no user specified
Michael DeHaan committed -
Document mysql_(user,db) login_unix_socket option
Michael DeHaan committed -
Added osrelease and osversion as well as changed the way sysctl is calle...
Michael DeHaan committed -
Teach the macports module to activate/deactivate packages
Michael DeHaan committed -
lvol patch for Debian Squeeze
Michael DeHaan committed -
Add nonunique option to user module, translating to the -o/--non-unique ...
Michael DeHaan committed -
added docs about in template overrides
Michael DeHaan committed -
Added variable expansion to task sudo_user parameter
Michael DeHaan committed -
pip module - run from the system's temp directory to avoid permissions problem
Michael DeHaan committed -
Add Homebrew module
Michael DeHaan committed -
nagios module: add common locactions of icinga.cfg
Michael DeHaan committed -
"nagios" module: fix NameError/'host' not defined
Michael DeHaan committed -
Basic groundwork for s3 module.
Michael DeHaan committed -
added vagrant module with cleanup
Michael DeHaan committed -
RPM packaging: check properly if using RHEL5 or older
Michael DeHaan committed -
Icinga should be compatible to Nagios (in our case the nagios module works well with our Icinga installation)
Bernhard Weitzhofer committed -
Add missing 'host' variable, which is read a few lines later on in some cases.
Bernhard Weitzhofer committed -
Cristian Ciupitu committed
-