- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 13 Jan, 2013 2 commits
-
-
* Rename fail_on_rc_non_zero to check_rc, much more succinct. * Simplify method defintion * Fix command module and drop shell=shell option; whether to use shell is determined by if args is a list.
Stephen Fromm committed -
This updates apt, apt_repository, command, cron, easy_install, facter, fireball, git, group, mount, ohai, pip, service, setup, subversion, supervisorctl, svr4pkg, user, and yum to take advantage of run_command in module_common.py.
Stephen Fromm committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 03 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 18 Oct, 2012 1 commit
-
-
Luke Antins committed
-
- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 30 Sep, 2012 2 commits
-
-
- Updated man template accordingly - seem to have left in illegal char in facter DOCUMENTATION...
Jan-Piet Mens committed -
- .rst now supresses default if none is set (looks better in HTML) - .rst now handles empty options list - Fixed postgresql_user and mysql_user because YAML contained colons - docs for facter
Jan-Piet Mens committed
-
- 11 Aug, 2012 1 commit
-
-
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library directory.
Michael DeHaan committed
-
- 03 Aug, 2012 1 commit
-
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 24 Jul, 2012 1 commit
-
-
Nikhil Singh committed
-
- 09 May, 2012 1 commit
-
-
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.
Stephen Fromm committed
-
- 08 May, 2012 2 commits
-
-
Michael DeHaan committed
-
Don't let facter spew things to stderr and confuse Ansible, which now blends stdout/stderr due to paramiko pty usage. (This commit from lcosmin, manually applied due to github crossup on my part -- MPD)
Michael DeHaan committed
-
- 07 May, 2012 1 commit
-
-
Cosmin Luță committed
-
- 24 Apr, 2012 1 commit
-
-
Jeroen Hoekx committed
-
- 23 Apr, 2012 1 commit
-
-
If the module result contains "ansible_facts", that will be added to the setup cache.
Jeroen Hoekx committed
-
- 03 Mar, 2012 2 commits
-
-
encourage readability and make things more maintainable.
Michael DeHaan committed -
Let "all" be an alias for "*" in patterns, fix output bug on non-command execution, make clean now removes the build dir
Michael DeHaan committed
-
- 29 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-