Daniel-at-github
ec403db1c7
Document how to run all tasks, even the ones with the never tag ( #80315 )
...
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2 years ago
dzvision
a6e0012b8a
Update playbooks_templating.rst ( #80375 )
2 years ago
WeiXinFam-Insta
0460f78081
Documentation changes for #80367 and #80270 ( #80391 )
2 years ago
Andrew Klychkov
db8f1756bc
[Docs] communication.rst: Add a hint about adding Matrix shields to READMEs ( #80392 )
2 years ago
Sviatoslav Sydorenko
88a380c8f0
📝 Document macOS user deletion over SSH ( #80358 )
...
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
2 years ago
Felix Fontein
4029da9a9f
Semantic markup docs ( #80240 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago
Matt Davis
5e131a96c0
bump devel to 2.16.0.dev0 ( #80390 )
2 years ago
Sviatoslav Sydorenko
a45dd2a01c
🐛 📝 Undouble trailing colon @ `faq.rst` ( #80359 )
...
It is causing parsing/representation problems of the following
explicit RST code block.
2 years ago
Felix Fontein
cf44c84396
Add antsibull-changelog and antsibull-docs to other tools and programs page. ( #80340 )
2 years ago
Matt Clay
0cfdf0ad59
Use a dedicated version helper for the docs build ( #80345 )
...
This removes the dependency on the release version helper in the docs-build sanity test.
2 years ago
Matt Clay
1d6f019ce6
Remove obsolete integration test aliases ( #80342 )
...
* Remove obsolete integration test aliases
* Remove obsolete `skip/osx` aliases
* Use `skip/macos` instead of `skip/osx` in docs
2 years ago
Anwesha Das
29e0a68af2
Add Ansible community 7.4.0 porting guide ( #80338 )
2 years ago
Achim
fc9415eeb4
"Ansible Lint" IntelliJ plugin added ( #80263 )
2 years ago
Felix Fontein
4ea50cef23
validate-modules: check_mode attribute and compare with supports_check_mode parameter ( #80090 )
...
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
2 years ago
Sandra McCann
cba3952434
Move Collection requirements to ansible/ansible ( #80234 )
2 years ago
Benoît Geeraerts
1491ec8019
Update special_variables.rst ( #80210 )
...
The usage of a glossary on this page will allow linking to a specific special variable, like on the glossary page, e.g.: https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html#term-Idempotency
2 years ago
Esther Christopher
0937cc4862
Update connection.rst ( #80194 )
2 years ago
Alicia Cozine
507fd1bd60
Document debugging conditionals ( #80239 )
...
##### SUMMARY
Add a section to the docs describing how to debug conditional statements - how to get Ansible to show you whether your `when:` clause evaluates to `true` or `false`.
I ran into trouble with this and couldn't find anything in the docs. Thought I'd add it.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2 years ago
Matt Clay
bad8843124
ansible-test - Update git diff handling ( #80202 )
...
This change allows ansible-test to work with newer versions of git on AZP.
2 years ago
Kristian Heljas
7ce951ff48
Adjust release schedule docs to four weeks ( #80166 )
2 years ago
Don Naro
1055803c3a
docsite requirements path ( #80134 )
2 years ago
Jairo Llopis
3216e071c7
docs: automatic `always` tag in gather_facts ( #80052 )
2 years ago
Keeper-of-the-Keys
cc8e6d06d0
Update playbooks_conditionals.rst ( #80062 )
...
"changed" was missing from the docs
2 years ago
Sandra McCann
0521184337
clarify playbook tests ( #80073 )
2 years ago
Andreas Deininger
841b71c94f
Fixing typos ( #80045 )
2 years ago
Akira Yokochi
012393e2cd
fix link for development guidelines ( #80055 )
2 years ago
Kristian Heljas
02c49ffe60
Encourage true/false for module documentation ( #80060 )
...
Co-authored-by: Felix Fontein <felix@fontein.de>
2 years ago
Nicolas P
c8f740cfee
Fix typo docs in playbooks_tags.rst ( #80117 )
2 years ago
Don Naro
352010f9c3
improve doc dependency install steps ( #80120 )
2 years ago
Anwesha Das
dbcaab1012
Add Ansible community 7.3.0 porting guide ( #80106 )
2 years ago
Matt Clay
f587856beb
Remove straight.plugin dependency ( #80084 )
2 years ago
Raphael Michel
563833d124
Docs: Clarify note on tags ( #80079 )
...
The current wording could be read as "tasks that are tagged *both* configuration and packages" while in fact it is "tasks that are tagged *either* configuration *or* packages"
2 years ago
Desmond Obisi
5ad77fc7bb
fix: jinja complex type transforms doesn't work as documented ( #80067 )
...
jinja complex type transforms: dict(somelist| slice(2)) doesn't work as documented. Changed the example to use zip_longest
2 years ago
Aastha Varma
940fdf5dba
consistent booleans for page text and code blocks ( #80036 )
...
* consistent booleans for page text and code blocks
* Update check_mode from n to false
2 years ago
Player256
ce5471fc9f
Update collection_integration_updating.rst ( #80037 )
2 years ago
nkakouros
998b5c1a06
Clarify when plugin settings are being populated ( #79710 )
2 years ago
Gijikiki
ed879954f9
Update playbooks_tests.rst ( #79788 )
2 years ago
Don Naro
9f02e505d9
add wheel to docsite pre-reqs #79513 ( #80061 )
2 years ago
Anže Luzar
122de95d85
Add Steampunk Spotter to Other tools list ( #80006 )
2 years ago
Matt Clay
a4248a63aa
Add missing newlines to YAML files ( #80031 )
2 years ago
Sandra McCann
f841c2803a
update banner' ( #79971 )
2 years ago
Matt Martz
54ff9afa10
Data tagging delayed to 2.16 ( #80011 )
2 years ago
Alicia Cozine
75274021d3
fixes typo in Ansible 7 roadmap ( #79996 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
2 years ago
Alicia Cozine
0946ee2f14
adds roadmap for Ansible 8 ( #79598 )
2 years ago
Sandra McCann
d47a848219
fix core devel doc output ( #79902 )
2 years ago
Sandra McCann
dc99005820
Rst fixes ( #79939 )
...
* fix rstcheck errors for 6.1.1
* spell shell correctly
2 years ago
Alicia Cozine
5f947f867c
make this a warning, not a comment ( #79928 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
2 years ago
Matt Martz
24519f3bd1
Update example to always init ANOTHER_LIBRARY_IMPORT_ERROR ( #79927 )
2 years ago
JaroslavKlech
d8dc76e134
Mentions 'meta: flush_handlers' task ( #79542 )
2 years ago
Felix Fontein
07f1a1b7dc
docsite: bump antsibull-docs, reference collection env var index ( #79666 )
2 years ago
Matt Clay
58461bc204
Remove outdated note on relative imports in docs ( #79873 )
2 years ago
Andrew Klychkov
fa382670dc
maintainers_guidelines.rst: add a link to collection release guidelines ( #79859 )
2 years ago
Christian Adams
9d42447fa5
Add Ansible community 7.2.0 porting guide ( #79867 )
2 years ago
Mario Lenz
10f0e5f6d4
Remove dev_guide stubs ( #79795 )
...
* Remove dev_guide stubs
* Remove Cisco ACI Dev Guide
2 years ago
Andrew Klychkov
58f0950638
[Docs] add doc links to documentation_contributions.rst ( #79840 )
2 years ago
Andrew Klychkov
722fc05c31
[Docs] add easyfix/good first issue/docs links ( #79830 )
2 years ago
Sorin Sbarnea
44dcfde9b8
Improve documentation on requirements.yml ( #76140 )
...
Makes it clear that user can use range identifiers with collection
versions inside requirements.yml files.
2 years ago
Jens Timmerman
65eb5c0a9f
Update dev_guide.rst ( #79625 )
2 years ago
Matt Clay
2164d5699c
Expand docs for the import sanity test. ( #79768 )
...
* Expand docs for the import sanity test.
* Remove note about Python 2.7 compat.
It should not be needed since there is a sanity test to enforce use of `__metaclass__ = type`.
* Improve introductory paragraph.
* Fix link typo.
2 years ago
Jo
48e6bf8d27
Fix: documentation for per-task timeout ( #79715 )
2 years ago
prasadpatil49
d7a4152851
doc fix for platform content #79794 ( #79801 )
2 years ago
Andrew Klychkov
6cb6d655b3
[Docs] maintainers_guidelines: add WG and real-time chat request info ( #79750 )
2 years ago
Evgeni Golov
7ab3de7ee8
correct examples to use removed_from_collection not collection_name ( #79803 )
2 years ago
Matt Clay
a3b7863098
validate-modules - Remove `__future__` limits ( #79800 )
...
* validate-modules - Remove `__future__` limits
Limits on specific `__future__` imports are handled by other sanity tests.
* Add integration test for module/plugin imports.
2 years ago
Sandra McCann
f2707d1fbc
fix filename for sidecar docs ( #79779 )
2 years ago
Matt Clay
5d71ace583
Fix broken docs links. ( #79769 )
2 years ago
Andrew Klychkov
11a27eefa2
communication.rst: improve ( #79751 )
2 years ago
Kristian Heljas
97993eeb10
Fix broken link for inventory script examples ( #79762 )
...
These scripts were removed from community.general in https://github.com/ansible-collections/community.general/pull/2696 and moved to ansible-community/contrib-scripts per https://github.com/ansible-community/community-topics/issues/16#issuecomment-853317111
2 years ago
Kenyon Ralph
b5b7f9bce2
complex_data_manipulation.rst: fix typo ( #79758 )
2 years ago
Brian Coca
8b032150a4
document adjacent docs (sidecar) ( #79056 )
...
* Update docs/docsite/rst/dev_guide/developing_locally.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
2 years ago
Andrew Klychkov
fb32e92b1a
communication.rst: remove Tesing WG info
2 years ago
Kristian Heljas
e41d2874a6
Fix `undef()` example to a valid Jinja template ( #79701 )
2 years ago
Andrew Klychkov
55f9d7f71f
Docsite: remove dead Lockdown Working Group from Communication guide ( #79693 )
2 years ago
Andrew Klychkov
65efa4b97f
Docsite: add Security Automation Working Group to Communication guide ( #79692 )
2 years ago
Andrew Klychkov
fe7d488a1b
contributor_path: fix typos ( #79678 )
2 years ago
Deric Crago
0fc932fda0
switched reference from katacoda to instruqt ( #79698 )
2 years ago
Matt Clay
eae02bf5b8
Fix link in compile sanity test docs.
2 years ago
Kristopher Henry Kram
8e7cc371be
Fix typo ( #79641 )
2 years ago
Gineesh Madapparambath
e7af7532bd
Update authentication.rst ( #79623 )
2 years ago
Felix Fontein
51bddd862b
Document callback types in documentation ( #79651 )
2 years ago
Peter Tripp
69c874f478
Typo in playbooks_blocks.rst ( #79603 )
2 years ago
Michael Mayer
aa268b8db2
Add example of yaml file with --extra-vars ( #79521 )
2 years ago
Matt Martz
b3a1eabb7d
Add big support table ( #79221 )
...
Co-authored-by: samccann <samccann@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago
Matt Martz
04209d328b
2.15.0 will release 2023-05-15 ( #79567 )
...
* 2.15.0 will release 2023-05-15
* Eliminate 1 week freeze, shift dates 1 week
* oops
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2 years ago
Matt Clay
245d516911
Fix `:ref:` usage in testing docs. ( #79566 )
2 years ago
Matt Clay
0f4afd7e6d
Remove obsolete legacy integration test docs. ( #79563 )
2 years ago
Matt Clay
932a32153a
Update docs for the `compile` sanity test. ( #79562 )
2 years ago
Raymond Yee
527abba860
Update windows_faq.rst ( #79552 )
...
`python-pip` changes to `python3-pip` for the Ubuntu 20.04 WSL distro
2 years ago
Christian Adams
b1caba8b53
Add Ansible community 7.1.0 porting guide ( #79553 )
2 years ago
Lee Garrett
3fd519de57
Fix hardcoded python call ( #79520 )
...
Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
2 years ago
Anwesha Das
3cdf589ca7
Add Ansible community 6.7.0 porting guide ( #79544 )
2 years ago
Don Naro
042a55fbe0
Docs: Update intersphinx links for Ansible 7 ( #79485 )
2 years ago
Matt Clay
cda16cc5e9
ansible-test - Improve container management. ( #78550 )
...
See changelogs/fragments/ansible-test-container-management.yml for details.
2 years ago
Waleed Mortaja
3723c426d2
Fix lists styling ( #79481 )
2 years ago
Waleed Mortaja
3a6b6370ad
Add comma ( #79480 )
2 years ago
Christian Adams
6ea058315f
Add Ansible community 7.0.0 porting guide ( #79448 )
2 years ago
Don Naro
e5399c95d5
issue #79378 html context in sphinx conf ( #79401 )
2 years ago
Don Naro
32c90080e4
Docs: Updating the Ansible community changelogs ( #79400 )
2 years ago
Mark Chappell
3cc95d1f12
docs - make the existence of 'trivial' changelog entries easier to find ( #79440 )
2 years ago
Jordan Borean
493ef4a559
WinRM - Add doc entry for cert auth over TLS 1.3 ( #79434 )
2 years ago