- 29 Sep, 2014 1 commit
-
-
typo fix
Michael DeHaan committed
-
- 28 Sep, 2014 1 commit
-
-
There was a missing trailing underscore (`_`) that would have marked the content in the backticks as a link. This adds it and fixes the link on every core module page.
Martin Ueding committed
-
- 26 Sep, 2014 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 10 Sep, 2014 1 commit
-
-
Modules are almost always written now by mutliple authors, so don't show this field on website, since it grows obsolete and does not take into account all contributors. Contributors are still listed on github module source and in repo, and original authors still in the file for when development questions arise, but want to funnel support questions to the mailing list versus directly to them.
Michael DeHaan committed
-
- 12 Aug, 2014 1 commit
-
-
include the lib/ directory. Before - PYTHONPATH is empty.. ansible fails to run $ source hacking/env-setup.fish Appending PYTHONPATH Setting up Ansible to run out of checkout... PATH=/Volumes/opt/src/ansible/bin /usr/local/share/python3 /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/bin /sbin /usr/local/bin /Users/ms/bin/ PYTHONPATH= ANSIBLE_LIBRARY=/Volumes/opt/src/ansible/library ... Traceback (most recent call last): File "/Volumes/opt/src/ansible/bin/ansible", line 25, in <module> from ansible.runner import Runner ImportError: No module named ansible.runner After change - it's set.. ansible runs. source hacking/env-setup.fish Appending PYTHONPATH Setting up Ansible to run out of checkout... PATH=/Volumes/opt/src/ansible/bin /usr/local/share/python3 /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/bin /sbin /usr/local/bin /Users/ms/bin/ PYTHONPATH=/Volumes/opt/src/ansible/lib: ANSIBLE_LIBRARY=/Volumes/opt/src/ansible/library .... $ ansible Usage: ansible <host-pattern> [options]
Michael Salmon committed
-
- 20 Jul, 2014 1 commit
-
-
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
Hector Acosta committed
-
- 19 Jun, 2014 1 commit
-
-
Michael DeHaan committed
-
- 10 Apr, 2014 1 commit
-
-
Felix Kaiser committed
-
- 22 Mar, 2014 1 commit
-
-
Signed-off-by: Max Riveiro <kavu13@gmail.com>
Max Riveiro committed
-
- 16 Mar, 2014 1 commit
-
-
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed
-
- 22 Feb, 2014 1 commit
-
-
Lukáš Lalinský committed
-
- 12 Feb, 2014 1 commit
-
-
hacking/env-setup now adds the configured library path in ANSIBLE_CONFIG to the ANSIBLE_LIBRARY environment variable in addition to the previous default of ANSIBLE_HOME/library. This replaces #5950.
willthames committed
-
- 07 Feb, 2014 1 commit
-
-
If the CLI value for -a starts with an @, treat it like a file, and dump the contents into complex_args This supports yaml or json.
Matt Martz committed
-
- 29 Jan, 2014 1 commit
-
-
Michael DeHaan committed
-
- 02 Jan, 2014 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 30 Dec, 2013 1 commit
-
-
Matt Martz committed
-
- 26 Dec, 2013 2 commits
-
-
Mikhail Sobolev committed
-
Add note about how to submit doc changes to generated module docs, limit TOC depth for module category list.
Michael DeHaan committed
-
- 25 Dec, 2013 11 commits
-
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Rename "jpfunc" to something more explanatory
Michael DeHaan committed
-
- 04 Dec, 2013 1 commit
-
-
This fixes issue #5026. It used to work. The regression was introduced in 2b3381de.
Jens Rantil committed
-
- 28 Nov, 2013 2 commits
-
-
Code to limit display of version_added attributions in modules for modules that are too old to call out this information. This does not generically apply to new arguments added to existing modules, just the version_added attribute on the top level modules.
Michael DeHaan committed -
Docs: Fix the module formatter code that is intended to remove the 'historical' variable from showing up in version_added information (RST)
Michael DeHaan committed
-
- 19 Nov, 2013 1 commit
-
-
phy1729 committed
-
- 18 Nov, 2013 1 commit
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed
-
- 01 Nov, 2013 1 commit
-
-
Michael Vogt committed
-
- 31 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-