Matt Martz
a33cc191bd
Update 2.11 Roadmap to include dates and planned work ( #72222 )
...
* Update 2.11 Roadmap to include dates and planned work
* remove comma
4 years ago
Justin Otherguy
8465f285cc
Update playbooks_strategies.rst ( #72176 )
...
beside the fact that naming the variable to specify the number of machines executed in *parallel* is named *serial* - the number of hosts chosen in this example is not optimal, either: 2x2 = 4; so - 3 hosts in 2 batches should clear things up a little
4 years ago
Ken Celenza
b18e462bbb
Consistent Taxonomy ( #72215 )
...
Historically "these" have been called directives, attributes, and keywords. We've now settled on `keyword` (https://docs.ansible.com/ansible/latest/reference_appendices/playbooks_keywords.html ). Update all documentation to reflect this term.
4 years ago
Toshio Kuratomi
6e7a40dd94
Update the porting guide for a new ansible version ( #72211 )
4 years ago
Jordan Borean
caba47dd3f
Add support for GSSAPI/Kerberos to urls.py ( #72113 )
...
* Add support for GSSAPI/Kerberos to urls.py
* Test out changes with the latest test container
* Get remote hosts working
* Fix up httptester_krb5_password reader
* Fix tests for opensuse and macOS
* Hopefully last lot of testing changes
* Dont do CBT on macOS
* Fixes from review
4 years ago
Sandra McCann
7c1dd1c7fb
add link to jinja docs from templating section ( #72205 )
4 years ago
Sandra McCann
c084bc160c
add details on how to get API token for Galaxy ( #72203 )
4 years ago
Andrius Benokraitis
9382738f52
Update contributing_maintained_collections.rst ( #72178 )
...
##### SUMMARY
Adding Kubernetes.Core collection, editing vmware.vmware_rest a bit
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
4 years ago
Andrew Klychkov
30a651bca3
Docsite: update user_guide/playbooks_async ( #72115 )
4 years ago
Raphael Prosillo
e119c2d2bf
Add The Bullhorn to the community communication page ( #72125 )
...
Update documentation on communication channels for Ansible.
4 years ago
Jens Heinrich
835752cc53
Update playbooks_vars_facts.rst ( #72150 )
...
Remove misleading typo, add a note on the mode of local facts
Co-authored-by: JensHeinrich <github.com/JensHeinrich>
4 years ago
Gonéri Le Bouder
af7fd0f79d
doc: use FQCN for vmware_rest examples
...
Use the collection name + the module name for clarity.
4 years ago
Gonéri Le Bouder
c72e2ee675
import of the vmware_rest documentation ( #72090 )
...
Co-authored-by: Jill R <4121322+jillr@users.noreply.github.com>
4 years ago
Evan Van Dam
3db08adbb1
Add optional attribute arg for min and max filters ( #50909 )
...
* Pass **kwargs to min and max filters
* Use the jinja2 filters if available
* Add unit tests
* Add examples to docs passing attribute
4 years ago
Lars Kellogg-Stedman
bc98ebf29f
installation docs - add tip pointing to pip docs ( #71741 )
4 years ago
Erik Zettel
2b79cd2c0f
Fix typos ( #72072 )
4 years ago
Andrew Klychkov
3efc8b6de8
Docsite: update user_guide/playbooks_prompts ( #72049 )
4 years ago
Andrew Klychkov
c12fce3aa9
Docsite: update user_guide/playbooks_checkmode ( #72052 )
4 years ago
Andrew Klychkov
77840f886e
Docsite: update user_guide/playbooks_debugger ( #72053 )
4 years ago
Zois Pagoulatos
eee13962e5
Minor typo in test_strategies.rst ( #72060 )
4 years ago
DarrenHSKG
88a676246e
Update porting_guide_2.8.rst ( #72041 )
...
##### SUMMARY
Removed translatable words from codeblocks as per https://github.com/ansible/ansible/issues/59449
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
4 years ago
Abhijit Menon-Sen
64d9ccb965
Reword strangely patronising introduction to loops ( #72019 )
4 years ago
Felix Fontein
a077bca5d5
ansible-test: improve version number validation, validate some semantic versioning properties ( #71679 )
...
* Validate removal versions.
* Validate that removal collection versions and version_added collection versions conform to semver spec.
* Validate removal version numbers in meta/runtime.yml.
* Stricter validation for isodates (f.ex. YYYY-M-D is not allowed).
* Improve error reporting.
* Validate removal collection versions.
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
4 years ago
Jorge Vallecillo
94522b7c10
Fix typos ( #71970 )
4 years ago
Andrew Klychkov
74be7de361
Docsite: improve user_guide/playbooks_vars_facts ( #71973 )
...
* Docsite: improve user_guide/playbooks_vars_facts
4 years ago
Andrew Klychkov
8ae3998ecf
Docsite: update user_guide/vault ( #71975 )
4 years ago
Andrew Klychkov
0645436acd
Docsite: update user_guide/playbooks_filters ( #71980 )
4 years ago
Andrius Benokraitis
c5a161b2b0
Update faq.rst ( #71982 )
...
Added link to https://access.redhat.com/solutions/5295121 in third sentence
4 years ago
Alicia Cozine
eed606e0e9
adds name lines to handler re-use examples ( #71946 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
4 years ago
Gonéri Le Bouder
c1005147e0
doc: add vmware_rest_guidelines
...
Add the development guidelines for the vmware_rest collection.
4 years ago
Alicia Cozine
27826827e9
updates intersphinx references for docs links ( #71921 )
...
* DOCS: updates intersphinx references for docs links
* TESTS: Raise the number of bytes scanned to determine if a file is binary. The newest ansible-2.10.inv file has its first null byte at position 2261. 4096 is still a cheap chunksize to read so it still makes sense to raise this.
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
4 years ago
Obioma Osuagwu
4cb20dba97
Update index.rst ( #71887 )
...
* Update docs/docsite/rst/community/index.rst to include another link to the mailing lists list
4 years ago
Andrew Klychkov
c19af92be6
Docsite: improve user_guide/playbooks_variables ( #71938 )
...
* Docsite: improve user_guide/playbooks_variables
4 years ago
Andrew Klychkov
2fed63a930
Docsite: improve inventory-related pages ( #71907 )
...
* Update docs/docsite/rst/plugins/inventory.rst
4 years ago
Abhijeet Kasurde
4f990e7615
dev_guide: Add Pygments Lexer examples ( #71458 )
...
* dev_guide: Add Pygments Lexer examples
Fixes : #51307
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* adds ansible-output lexer, remmoves unsupported lexers
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
4 years ago
Brian Coca
9a39452a31
update the definition of changed ( #71865 )
...
* add nuance to the definition of changed, add notes to modules that return "changed" without changing state
4 years ago
Badhreesh
a47eafa581
Update playbooks_reuse_roles.rst ( #71880 )
...
Change "vars_files" to "vars, files" under the Roles heading
4 years ago
Andrew Klychkov
25bfda8417
Docsite: improve user_guide/intro_inventory ( #71859 )
4 years ago
Andrew Klychkov
c3841b8440
Docsite: improve user_guide/playbooks_tags ( #71858 )
4 years ago
Andrew Klychkov
7a0a2f188b
Docsite: improve user_guide/playbooks_reuse_roles ( #71857 )
...
* Docsite: improve user_guide/playbooks_reuse_roles
* fix
4 years ago
Andrew Klychkov
2655fc0c23
Docsite: update Migrating Ansible content to a different collection ( #71854 )
...
Co-authored-by: Felix Fontein <felix@fontein.de>
4 years ago
Baptiste Mille-Mathias
401be27053
Add example values and results for theory filters ( #71908 )
...
Add example values and results for theory filters
4 years ago
Andrew Klychkov
ed6fb2e3f6
Docsite: improve user_guide/intro_adhoc ( #71909 )
4 years ago
Sandra McCann
70e25dc158
clarify releases download for older releases only ( #71892 )
4 years ago
Sandra McCann
e358946b98
update install instructions for pip ( #71891 )
4 years ago
Sandra McCann
4aedd1b987
add new glossary terms for 2.10 ( #71813 )
...
* add new terms for 2.10
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
4 years ago
Sandra McCann
d6063b7457
clarify FQCN use for playbooks ( #71816 )
...
* clarify FQCN use
* Apply suggestions from code review
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
4 years ago
brnl
5b27b307b9
Update intro_getting_started.rst ( #71851 )
...
Fixed the formatting on the remote user name override list.
4 years ago
Toshio Kuratomi
606924a4b4
Update the porting guide for a new ansible version ( #71863 )
4 years ago
Sandra McCann
bf4e102d97
update version switcher for 2.10 release
4 years ago