- 20 Feb, 2013 1 commit
-
-
Yves Dorfsman committed
-
- 17 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 02 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 01 Feb, 2013 1 commit
-
-
Les Aker committed
-
- 28 Jan, 2013 1 commit
-
-
junyoung committed
-
- 23 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 13 Jan, 2013 1 commit
-
-
Blair Zajac committed
-
- 14 Dec, 2012 1 commit
-
-
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False. This change includes: - Adaptation of documentation and examples to favor yes/no - Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
Dag Wieers committed
-
- 12 Dec, 2012 1 commit
-
-
Add HTML-escaping to code examples in rST tempate of module-formatter Add support for specifying port, addresses with phrases and attaching files Add support for custom headers and document version_added for new options X-Mailer header added :) protect empty address lists & attachment list, and add bcc
Jan-Piet Mens committed
-
- 27 Nov, 2012 1 commit
-
-
Add constant DEFAULT_MODULE_LANG that defaults to C. Can be set via environment variable ANSIBLE_MODULE_LANG or configuration variable module_lang. Updated test-module to have same behavior.
Stephen Fromm committed
-
- 26 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 22 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 11 Nov, 2012 1 commit
-
-
Update constants.py so that one can specify environmental variable ANSIBLE_SYSLOG_FACILITY or syslog_facility in ansible.cfg to define the syslog facility to use. Alternatively, you can specify ansible_syslog_facility in inventory. Runner now replaces the syslog facility in the openlog() call with the default or the injected variables ansible_syslog_facility. This also updates hacking/test-module to behave similarly.
Stephen Fromm committed
-
- 09 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 03 Nov, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 24 Oct, 2012 1 commit
-
-
ongoing work for the Booklet
Jan-Piet Mens committed
-
- 20 Oct, 2012 1 commit
-
-
Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command. This is a bit of a rough draft, some error handling still needs to be added.
Michael DeHaan committed
-
- 18 Oct, 2012 2 commits
-
-
- fixed template (it was the template), adding indentation with Jinja2 - added description of code examples to man-page template (was missing) - fixed fireball, cron, and debug module examples to confrom
Jan-Piet Mens committed -
- Uses HTML tables and Github-flavored code blocks (3 backticks)
Jan-Piet Mens committed
-
- 12 Oct, 2012 1 commit
-
-
Try to autodetect MODULEDIR, instead of hardcoded path in jpmens homedir. Check if MODULEDIR exists; exit if it doesn't. Rewrite boilerplate() to use DOCUMENTATION.yaml in examples/. This makes use of tbielawa's recent change that added this example file. This also fixes -G so that it works. boilerplate() was commented out before.
Stephen Fromm committed
-
- 11 Oct, 2012 2 commits
-
-
Let me know if we can move to another library instead ;-)
Dag Wieers committed -
Michael DeHaan committed
-
- 10 Oct, 2012 1 commit
-
-
Marco Vito Moscaritolo committed
-
- 09 Oct, 2012 1 commit
-
-
On RHEL5 and RHEL6 there is not argparse, and 'make rpm' fails because of this. With this change it works, and I can test and fix my own documentation...
Dag Wieers committed
-
- 05 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 04 Oct, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 03 Oct, 2012 2 commits
-
-
Library functions and modules should be in the 3 man page section. Also the files should end in '.3'
Tim Bielawa committed -
Michael DeHaan committed
-
- 01 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 30 Sep, 2012 6 commits
-
-
Jan-Piet Mens committed
-
- Updated man template accordingly - seem to have left in illegal char in facter DOCUMENTATION...
Jan-Piet Mens committed -
Jan-Piet Mens committed
-
Jan-Piet Mens committed
-
- notes is now supported - multiline code examples are now supported (HTML rendering was off)
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
-
- 28 Sep, 2012 2 commits
-
-
Jan-Piet Mens committed
-
Marco Vito Moscaritolo committed
-