Andrii Radyk
07cff73719
Fix yaml indentation for from_yaml_all filter example ( #51998 )
6 years ago
Ingo Meldau
1fdceac37e
Update playbooks_delegation.rst ( #51949 )
...
Changed from 'comand' to 'command'
6 years ago
Sandra McCann
2c0897caf2
mention ansible-lint and editor tools that help with playbook development ( #51769 )
...
* introduce ansible-lint in playbook docs, mention editors help playbook syntax
Co-Authored-By: samccann <samccann@redhat.com>
6 years ago
Wojciech Sciesinski
fbbda7267b
Add a missed command ( #50781 )
...
* Add a missed command
* Link to the WinRM configuration page
6 years ago
Satyajit Bulage
dab381dd71
Broken link fixed. ( #51492 )
...
Fixes #51433
Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
6 years ago
Brian Coca
4ac0c23db6
added unsafe toggle to vars_prompt ( #49219 )
...
* added unsafe toggle to vars_prompt
fixes #47534
6 years ago
Brian Coca
eebece91b1
add note about register + skip ( #51339 )
...
* add note about register + skip
fixes #27968
* Update docs/docsite/rst/user_guide/playbooks_conditionals.rst
Co-Authored-By: bcoca <bcoca@users.noreply.github.com>
* Update docs/docsite/rst/user_guide/playbooks_conditionals.rst
Co-Authored-By: bcoca <bcoca@users.noreply.github.com>
6 years ago
allan bailey
1f9ad3bf50
grammer fix and changed description to iteratively from recursively. ( #50837 )
6 years ago
Will Thames
23b5599244
Add k8s module_defaults group and document ( #51093 )
...
It makes sense to use module_defaults with k8s modules, and thus
have a k8s module_defaults group.
6 years ago
kysamson
60d134aeaf
Clarify priority setting in Inventory doc ( #51343 )
...
* priority setting note in inventory doc
The `ansible_group_priority` variable is also described in *Using Variables* and was given a clarification in issue #41512 . The variable is also documented in *Working with Inventory* without the caveat that it needs to be declared on the inventory and not a group_vars file. This change adds that as a note
+label: docsite_pr
6 years ago
Jeremy Booker
b787d8b23c
Remove "as mentioned above" ( #51295 )
...
Remove "as mentioned above" because "variables" weren't mentioned anywhere above.
6 years ago
Felix Fontein
f6122fb63b
Fix docs syntax highlighting errors ( #50836 )
...
* Add support for [WARNING]: ...
* Fix unreachable/failed output lexing.
* Detecting retry/--limit lines.
* Removing strange (invisible) characters which cause lexing problems.
* Using better-fitting lexers.
* Improve YAML lexing: don't accept quotes in keys.
* Add Django lexer (unchanged) from Pygments.
* Add support for != and % operators.
6 years ago
Brian Coca
9793b194b9
clarify environment ( #50987 )
...
* clarify environment
* it does work on windoez
6 years ago
Sandra McCann
b023b89ec9
add example of hosts in multiple inventory groups ( #50895 )
...
* add example of hosts in multiple groups
* fixed spacing
* added nested group example
6 years ago
Will Thames
57a5e3e299
Merge module defaults groups docs into one page ( #51045 )
...
The information on module defaults groups would be
better alongside the rest of the module defaults docs
Remove the orphaned old doc
6 years ago
Chris Nicel
94b74f1419
Update windows_setup.rst ( #50941 )
...
<!--- Your description here -->
minor spelling correction
+label: docsite_pr
6 years ago
Brian Coca
119b65f919
Clarify clear facts ( #50667 )
...
* Revert "avoid x2 setting of set_fact when 'cacheable' (#50564 )"
This reverts commit 207848f354
.
* clarify clear_facts with set_fact cacheable
revert previous 'fix' as it will break playbooks by changing precedence
opted to leave current behaviour but document it on both plugins to mitigate confusion
fixes #50556
also fix grammer, add comment, remove unused e
6 years ago
René Moser
d60d794411
docs: tags: streamline indentation ( #50875 )
...
* docs: tags: streamline indentation to minimal indent
6 years ago
Simon Legner
33b9c880a4
Consistent typesetting of "GitHub" ( #50929 )
6 years ago
branen
88029a73d6
Correct docsite typos: it's -> its ( #50812 )
6 years ago
Satyajit Bulage
13d94ed681
Update filter documentation ( #50255 )
...
Added documentation for following filters -
* Product
* human_readable
* human_to_bytes
Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
6 years ago
Brian Coca
207848f354
avoid x2 setting of set_fact when 'cacheable' ( #50564 )
...
* avoid x2 setting of set_fact when 'cacheable'
fixes #50556
* ammend docs to new behaviour
* added period
6 years ago
Jonas DOREL
d9ae906772
Add galaxy.html#dependencies link ( #49984 )
...
* Add galaxy.html#dependencies link
+label: docsite_pr
6 years ago
Klaus Frank
f80ce60cf9
Make WinRM security warning more explicit ( #50263 )
...
Make WinRM security warning more explicit.
Currently the warning is "viewed by anyone", this is a much lower risk than arbitrary command injection. Therefore the risk should be phrased appropriately.
+label: docsite_pr
6 years ago
Felix Fontein
9657a21438
Docs: add Pygments lexer for Ansible output ( #50318 )
...
* Add specialized lexer for Ansible output.
* Make linter happy.
* Use different tokens.
6 years ago
Abhijeet Kasurde
a45063defe
Update changed_when and failed_when examples ( #50411 )
...
Added examples in playbooks_error_handling doc for handlining
multiple conditions in changed_when and failed_when
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
fretis
0a56a22098
Update playbooks_loops.rst ( #50437 )
...
Error in the example for exclusion pattern
+label: docsite_pr
6 years ago
Abhijeet Kasurde
14eba662c8
Correct match test documentation ( #50229 )
...
Match test matches zero or more characters at the begining of the string.
Fixes : #32366
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Risto Oikarinen
b2f6259259
Add more detailed documentation on how to use multiple inventories ( #47586 )
...
* Add a new section on how to use multiple inventory sources w/ examples
Co-Authored-By: zharalim <zharalim@outlook.com>
6 years ago
Hans Melby
8487f2feb4
Update playbooks_intro.rst ( #50187 )
6 years ago
Brian Coca
b0c28f86de
Revert range change ( #50155 )
...
* Revert "Fix incorrect examples with random filter (#50137 )"
This reverts commit 9a7dbd5213
.
The correction is incomplete and also based on a 'fix' that was supposed to have been reverted already
* Revert "Added `+1` to the `end` in `random` filter so that it was inclusive (#27215 )"
This reverts commit ea2b89c7ae
.
reverted fix as agreed at the time, but missed by maintainers.
6 years ago
Dmitry Lihachev
9a7dbd5213
Fix incorrect examples with random filter ( #50137 )
6 years ago
Sandra McCann
b873f34ea3
link to KB article -certified modules ( #50050 )
6 years ago
Dag Wieers
653c3da500
Fix document references in modules ( #49892 )
...
* Docs: Fixes internal module reference syntax for seealso
* Updates anchors and links
* Updates seealso in the docs for module **win_chocolatey**.
6 years ago
Jeffrey Reeves
1e647db8dc
Redacted IP addresses under SSH_CLIENT & SSH_CONNECTION ( #49991 )
6 years ago
Martin Krizek
79947245e2
docs: remove not implemented password_hash feature ( #49945 )
6 years ago
Matt Martz
67ce743cc9
Remove erroneous extra-vars example, and a few really old versionadded indicators. Fixes #38415 ( #49955 )
6 years ago
Jordan Borean
190d1ed7f1
win become: refactor and add support for passwordless become ( #48082 )
...
* win become: refactor and add support for passwordless become
* make tests more stable
* fix up dep message for Load-CommandUtils
* Add further check for System impersonation token
* re-add support for become with accounts that have no password
* doc fixes and slight code improvements
* fix doc sanity issue
6 years ago
Alicia Cozine
ef34b7cb83
fixes typo in windows usage guide ( #49672 )
6 years ago
Phuurl
29c96d20fb
Corrects minor typos in the documentation ( #49668 )
...
Signed-off-by: Phuurl <chubble.10@icloud.com>
6 years ago
Matt Martz
9007dbec2f
Add info about loop based on jinja2 loop var ( #42134 )
...
* Add info about loop based on jinja2 loop var
* ansible_loop
* Update test count
* Add extended loop_control that defines whether ansible_loop should be added
* Extended needs to be defaulted
* Revert "Update test count"
This reverts commit f1e93ee469825f4cdcd90fb28667d29aa088275c.
* Add docs about loop_control.extended
* Add revindex and revindex0
* Document ansible_loop in special vars
* Add changelog fragment
* Add tests, change items to allitems so that dot notation works, fix logic error with previtem
6 years ago
Matt Martz
3a4d476512
Add now() jinja2 global func for getting the date/time ( #43792 )
...
* Add now() jinja2 global func for getting the date/time
* Docs and changelog
* now isn't a lookup, it doesn't need disabled
6 years ago
Tim Burke
6e43f9fe8f
Fix ReST formatting for Galaxy docs link ( #49575 )
6 years ago
Abhijeet Kasurde
8db7fcf45c
ipaddr: Add missing documenation about network/prefix filter ( #49532 )
...
* ipaddr: Add missing documenation about network/prefix
Fixes : #17871
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Dag Wieers
257a8af922
Fix typo
...
Fix a small typo
+label: docsite_pr
6 years ago
Martin Krizek
d20d66dc2f
docs: try to clarify handlers a bit more ( #49322 )
...
* docs: try to clarify handlers a bit more
* docs: refines description of duplicate handler names
6 years ago
John R Barker
092f75cee4
Only one strategy_plugins page ( #49442 )
6 years ago
XOmniverse
5c525f9466
Update intro_inventory.rst to show YAML ranges ( #49265 )
...
Adds a YAML example inventory listing a range of hosts to complement existing INI example.
6 years ago
Jordan Borean
d9ca78c542
update docs on runas become ( #48149 )
...
* update docs on runas become
* Added example win_whoami output and removed some 2.5 mentions
6 years ago
Alicia Cozine
02baae6e99
revises inventory intro page ( #49330 )
...
* revises inventory intro page
* changes :doc: to :ref: for links
6 years ago