Jorge Vallecillo
94522b7c10
Fix typos ( #71970 )
4 years ago
Andrew Klychkov
c19af92be6
Docsite: improve user_guide/playbooks_variables ( #71938 )
...
* Docsite: improve user_guide/playbooks_variables
4 years ago
Sandra McCann
bcfead8e0f
change duplicated label
4 years ago
Andrew Klychkov
7bfeed3e24
Docsite: replace Latin phrases to English ( #71588 )
...
Replace Latin phrases like "e.g." and "i.e." and "etc." with English phrases.
* Update docs/docsite/rst/community/committer_guidelines.rst
* Update docs/docsite/rst/dev_guide/developing_modules_documenting.rst
* Update docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
* Update docs/docsite/rst/dev_guide/module_lifecycle.rst
* Update docs/docsite/rst/user_guide/intro_inventory.rst
* Update docs/docsite/rst/user_guide/playbooks_loops.rst
* Update docs/docsite/rst/user_guide/playbooks_reuse.rst
* Update docs/docsite/rst/dev_guide/platforms/aws_guidelines.rst
* Update docs/docsite/rst/dev_guide/testing.rst
* Update docs/docsite/rst/dev_guide/testing_integration.rst
* Update docs/docsite/rst/porting_guides/porting_guide_2.5.rst
* Update docs/docsite/rst/reference_appendices/faq.rst
4 years ago
Alicia Cozine
02ea80f6d7
tidies up vars page ( #71339 )
4 years ago
Sayee
4d68efbe24
Writing style updates to Using Variables topic ( #71194 )
...
* updated topic title, underline length for headings, and incorporated peer feedback
4 years ago
Alicia Cozine
db354c0300
Docs: User guide overhaul, part 5 ( #70307 )
4 years ago
Alicia Cozine
851e8e18b2
clarifies that vars can begin with _, with a warning ( #69749 )
...
Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com>
4 years ago
Pilou
59f2174c8b
Doc: playbook keywords are reserved names too ( #69585 )
5 years ago
Alicia Cozine
6fffb0607b
WIP: Docs: User guide overhaul, part 4 ( #69266 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
5 years ago
Lukas Pirl
34db57a47f
introduce fact "ansible_processor_nproc": number of usable vcpus ( #66569 )
...
This fact reflects the number of usable vcpus (which might be different
from ansible_processor_vcpus, e.g., in containers with limits). See
also #51504 .
* Add fixture data and update unit tests
Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
Kenyon Ralph
a681810b2f
doc: variable precedence: "override", not "overwrite" ( #68698 )
5 years ago
Alex Humphreys
01a6e1c2c9
Mention role defaults file ( #67153 )
...
Add info on where role defaults are set; matches the entry for role variables.
5 years ago
Mossroy
c3c1708dea
Fix variable name in an example ( #65760 )
...
Makes the variable name consistent between the example code (`myname`) and the text below (mentioning a variable called `name`) in the docs.
5 years ago
林博仁(Buo-ren Lin)
8ebc57c186
Mention that Python keywords are invalid Ansible variable names ( #65094 )
...
* Mention that Python keywords are invalid Ansible variable names
Using a Python keyword as a variable name triggers the error `Invalid variable name in 'register' specified: 'return'`.
5 years ago
Marek Czernek
18f4f0549f
Correct a typo ( #64020 )
5 years ago
Andreas Olsson
c8315bfd60
Prefer https:// links in the docs site ( #62939 )
...
This is a follow-up of last year's 1a11cec
. It deals with links which
at that point either were not present or did not support https://.
5 years ago
Brian Coca
c2469648e4
Docs on general precedence ( #50201 )
...
* Add docs/docsite/rst/reference_appendices/general_precedence.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
Gavin Kyte
a722021207
Change un-ordered list to ordered ( #52033 )
...
Makes sense to make implied order explicit with an ordered list
6 years ago
James Cassell
953058d025
standardize connection variable names ( #51776 )
...
* standardize user/password connection vars
* docs: use ansible_user and ansible_password
* docs: var precedence for connection vars
* docs: ansible_become_pass -> ansible_become_password etc
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
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
Jeffrey Reeves
1e647db8dc
Redacted IP addresses under SSH_CLIENT & SSH_CONNECTION ( #49991 )
6 years ago
Matt Martz
67ce743cc9
Remove erroneous extra-vars example, and a few really old versionadded indicators. Fixes #38415 ( #49955 )
6 years ago
Brian Coca
8461321a6a
clarify registered vs facts ( #45432 )
...
* clarify registered vs facts
fixes #45411
* wordsmithing
6 years ago
Alicia Cozine
7db63851e0
Updates variables docs: facts examples, headers, links, etc. ( #47767 )
...
* refreshes ansible facts output and updates some references/headers
6 years ago
Brian Coca
44510448b0
prefer ansible_facts namespace and dict notation ( #44980 )
...
* prefer ansible_facts namespace and dict notation
* fixed mistranslation
6 years ago
Sandra McCann
fe119c18ef
fixed formatting ( #45164 )
...
(cherry picked from commit 58ca82fa1c
)
6 years ago
James Polley
7988266bb7
Improve clarity of precedence when command-line parameters are used. ( #39059 )
...
* Improve clarity of precedence when command-line parameters are used.
* Add command-line values into the precedence list.
* Several sample config snippets were included without any explanation
of how those snippets would be processed. Added descriptions so that
the reader can understand what each snippet will (or won't) accomplish.
* Don't focus on inventory as much
Expand on the fact that it's the fact that a variable is set that
matters, not the source of the variable.
6 years ago
Brian Coca
3f657ca28f
clarify priority setting ( #44865 )
...
* clarify priority setting
* updated as per fb
6 years ago
Brian Coca
93f5c10714
vars list ( #43171 )
...
* vars list
(cherry picked from commit 463b85cf0bcf7a557b857d1ebd3e8bf1b693fa4c)
* updated as per fb
6 years ago
Pilou
af786cb9d7
Fix a typo in docs: s/patent/parent/ ( #44529 )
6 years ago
Andreas Olsson
1a11cecaef
Prefer https:// links in the docs site
...
All the changed urls are availible by way of https://. Most of them
already redirect.
6 years ago
Brian Coca
18aa87803f
remove dupe entries
6 years ago
Jacob Floyd
4fa2fb9c89
Docs fix: ansible_group_priority defaults to 1
...
The docs committed in #28777 were inconsistent.
This clarifies that the default `ansible_group_priority` is `1`.[1][2]
[1] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/inventory/group.py#L40
[2] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/cli/inventory.py#L236
7 years ago
Martin Kimmerle
294c3a0a7c
[docs][minor] Variables user guide: fix grammar ( #39427 )
7 years ago
Sam Doran
59e541e31a
Change behavior to behaviour in docs and tests ( #39392 )
...
* Change behavior to behaviour
- use existing fact to get hash setting rather than shell task
- fix code highlighting syntax in playbooks_variables.rst
* Re-wrote intro section; this entire topic needs a clean-up/rewrite.
7 years ago
Cameron
854be6ef16
docs: fix 'ipmi' typo ( #39823 )
7 years ago
Anna Liao
c812396793
Update playbooks_variables.rst ( #39570 )
...
<!--- Your description here -->
+label: docsite_pr
7 years ago
Martin Krizek
5297eac46d
playbooks_variables.rst: fix facts code-block ( #38520 )
7 years ago
Brian Coca
c62551c1b0
Update role doc examples ( #37844 )
...
* fix role examples
- also fixed issue with overload of 'name', fixes #37836
- attempted to clarify tag inheritance/application
* Typo fix
7 years ago
Brian Coca
5ad13d66aa
documented actual precedence ( #38009 )
...
fixes #22025
7 years ago
Brian Coca
40a55e9f55
update vars info ( #37729 )
...
- remove 1.x references
- update directives to keywords as this is the accepted naming for them
7 years ago
scottb
381359a8f8
Doc build warning/broken link clean-a-palooza ( #37382 )
...
* Doc build warning/broken link clean-a-palooza, WIP commit 1.
* Fixed broken anchor
* Fixing additional broken links; converting from doc to ref.
* Fix anchor
7 years ago
scottb
373b1dcf59
Core Docs Refactor and Redesign ( #36067 )
...
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79 . Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more.
* Adding extra blank line for shippable
7 years ago