Strahinja Kustudic
74e385e43a
Move include_vars to host scope ( #23868 )
...
* Move include_vars to host scope
Module include_vars actually sets variables on a host level, and not the play level.
* Expand vars entires
9 years ago
David Mahler
09b247dd34
Minor grammatical corrections and improvements ( #23886 )
9 years ago
Brian Coca
3358abcf49
Add a new filter: strftime. Use the well known function to format a date output. ( #23832 )
...
(cherry picked from commit 3f5b304fc2 )
rebased for @yannig
9 years ago
Eric Anderson
6aab341248
changed code block formatting to match format ( #23615 )
9 years ago
Adam Johnson
f1c4b434cd
Tidy example inventories in "Developing Dynamic Inventory Sources" ( #18758 )
...
Thanks @adamchainz!
9 years ago
Tomáš Karásek
0b585ec4fd
Add guide for Packet host ( #21346 )
...
* Add guide for Packet host
* incorporate feedback from Packet
* Format headings according to Python doc guide
* fixed rstcheck issues in packet guide
9 years ago
Alexander Gubin
d04a5246de
Fix example fact(ansible_default_ipv4.address) for delegated_facts
9 years ago
John R Barker
33d7c12a97
Improve network debug wording ( #23735 )
9 years ago
Ian Levesque
acd1dd8df1
Add ssh_connection / retries option documentation ( #23463 )
...
No docs were included when https://github.com/ansible/ansible/pull/9927 was merged.
9 years ago
Dag Wieers
d188f56535
Add example task succeeding when RC is non-zero ( #23698 )
...
* Add example task succeeding when RC is non-zero
I added an example on how to use the return code to decide yourself
what is considered a failure.
This might have helped for #23679 .
* Use diff as example command, instead of robocopy
9 years ago
Scott Butler
087159c4cd
Switch Adobe tracking off staging.
9 years ago
Dag Wieers
b6c00f722b
Windows: Add Windows Subsystem for Linux documentation ( #23515 )
...
* Windows: Add Windows Subsystem for Linux documentation
As discussed during the Windows Working Group meeting we do want
documentation on running Ansible on Windows as it may help grow
the Windows/Ansible community and does work out-of-the-box.
However we do take care to emphasize that WSL is not fit for
production use.
* Update intro_windows.rst
Edits for mechanics and clarity.
9 years ago
Matt Clay
cb1f57d4e5
Add rstcheck to ansible-test and correct issues. ( #23550 )
...
* Add rstcheck to ansible-test.
* Fix rst code-block languages and syntax errors.
* Fix rst inline literals.
* Update python 2 code block to pass tests on py 3.
9 years ago
John R Barker
729b0e3bee
Use exports ( #23542 )
9 years ago
Brett Cannon
ece2aa2d5f
Fix reST markup ( #23536 )
9 years ago
John R Barker
e575eae2ec
Document how to debug network issues ( #23503 )
9 years ago
Brian Coca
eaaf46a50d
Revert "made example not fail"
...
This reverts commit 2c9543e0b7 .
example won't fail but will prevent correct PATH from being set
using actual fix to deal with this corner case
9 years ago
cclauss
6314169afd
Update the comments around Python 3
...
[Enterprise Linux 5 is at the end of "End of Production 3 phase"](https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux#Product_life_cycle ) so that is no longer a reasonable reason to wait. Also removed the comments about [Python 3 not being mainstream](http://python3wos.mybluemix.net/201 ). Perhaps a link to https://docs.ansible.com/ansible/python_3_support.html would also be a useful addition to this question.
9 years ago
John R Barker
01e27b1083
Typo
9 years ago
Toshio Kuratomi
3180b4757e
The Python3 dev doc is more general than just modules ( #22950 )
...
The Python3 dev doc is more general than just modules
* Rename it to make that obvious.
* Move generally applicable Python3 information to the Controller section
* Add a Py3/Py2 section on formatting strings
* Fix code-blocks to highlight as python
* Enhance python3 support page
* Add Python3/Python2 compat note
9 years ago
Matt Davis
d85f4a443f
mark runas become method experimental ( #23235 )
...
Due to the number of "real world" caveats in the current runas become method, it was agreed that we'd warn that it's experimental on use. A potential future version based on LogonUser/CreateProcessAsUser will have very different requirements and limitations.
9 years ago
Brian Coca
2c9543e0b7
made example not fail
...
fixes #23180
9 years ago
Scott Butler
5591d639f5
Fixed broken link.
9 years ago
Brian Coca
06e0b00035
fixed notation on entries, meant literal not italic
9 years ago
Brian Coca
42383656e7
using prefered format
...
(cherry picked from commit a78a0caf10e08200ef3dc82c4b78feeecef0d063)
9 years ago
John R Barker
22fe148ca5
Formatting of bullet points
9 years ago
Jerry Wardlow
8f4652ab2f
Corrects typo in `inventory_ignore_extensions` ( #23099 )
...
Corrects a typo from 'Coma-separated' to 'Comma-separated'
9 years ago
John Nelson
99a160f9c7
Update playbooks_prompts.rst ( #22910 )
...
* Update playbooks_prompts.rst
Clarify prompting only occurs when not in extra_vars
* Update playbooks_prompts.rst
* Update playbooks_prompts.rst
Added non-interactive session clarification.
* Update playbooks_prompts.rst
9 years ago
Konstantin Suvorov
c1b3d6a51f
Fix 'sequence' lookup shortcut syntax and documentation ( #22989 )
...
* fix 'sequence' lookup shortcut syntax and documentation
* Update playbooks_loops.rst
Minor edits for grammar and clarity.
* Update playbooks_loops.rst
Another tweak for clarity.
9 years ago
John R Barker
6c101087ac
RST Code should be ``--tags`` fixes 22717 ( #23074 )
9 years ago
Dylan Silva
24e7a77a32
Updated 2.4 roadmap for final publish ( #23049 )
...
* Updated 2.4 roadmap for final publish
* Update ROADMAP_2_4.rst
* Remove "code refactor and unit tests"
This is just technical debt work, and not note-worthy for the roadmap
* Update ROADMAP_2_4.rst
* Update ROADMAP_2_4.rst
9 years ago
Chris Houseknecht
d2ea851d09
Adds k8s_common.py ( #22899 )
9 years ago
Brian Coca
424e1946f4
moved docs generation and templates to docs/
9 years ago
Toshio Kuratomi
2fff690caa
Update module_utils.six to latest ( #22855 )
...
* Update module_utils.six to latest
We've been held back on the version of six we could use on the module
side to 1.4.x because of python-2.4 compatibility. Now that our minimum
is Python-2.6, we can update to the latest version of six in
module_utils and get rid of the second copy in lib/ansible/compat.
9 years ago
scottb
fb48c45adf
Added Adobe DTM tracking. ( #22889 )
9 years ago
Brian Coca
a04dd375eb
adjusted home examples to actual value
9 years ago
Brian Coca
a36c66023f
updated remote_tmp example
9 years ago
Brian Coca
a1a5a2b1de
fixed passwordstore lookup examples
...
plugin was renamed before acceptance, but examples kept original name
fixes #22735
9 years ago
Dag Wieers
c254618d4f
Improve test docs a bit more
9 years ago
Brian Coca
94b269b2ec
documented some more keywords
9 years ago
Benjamin
dc68503ef2
Update link URL to OpenStack documentation ( #22776 )
9 years ago
Bradford Dabbs
2472a4587e
Flip setenforce boolean ( #22752 )
...
* Flip setenforce boolean
* Update example task name
9 years ago
René Moser
b90517caf9
cloudstack: implement config overloading and ENV vars for API auth ( #22724 )
...
* cloudstack: fix connection by ENV vars and configs overloading
* cloudstack: pep8 cloudstack module_utils
* cloudstack: allow api_url to be set in ini config
* docsite: explain ENV vars support as written in python-cs for ansible
9 years ago
Toshio Kuratomi
8de05d3752
[WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 ( #22721 )
...
* Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5
* Switched to bullet points to enhance readability.
9 years ago
jwg4
17b8bfc7a2
Change the example of playbook include. ( #22697 )
...
This (taken from https://github.com/ansible/ansible-examples/blob/master/language_features/nested_playbooks.yml ) is a better example. It makes it clear that the full file name is used, and a single filename, as opposed to a YAML list. The old version, it was not clear if 'list_of_plays' was an *example* or a *variable*.
9 years ago
Brian Coca
001be55ef0
corrected with_dict example
...
fixes #17636
9 years ago
Brian Coca
dd8d699981
namespace facts ( #18445 )
...
* namespace facts
always namespace facts, make the polluting of 'main' conditional on config
* updated to 2.4
* Update intro_configuration.rst
9 years ago
Dylan Silva
9dae697997
Updates to docs for metadata. ( #22667 )
...
* Updates to docs for metadata.
* Update developing_modules_documenting.rst
9 years ago
Brian Coca
0c44959800
added new tests any and all ( #22665 )
...
* added new tests any and all
* updated code names
9 years ago
Brian Coca
b059a95714
2nd draft
9 years ago