Felix Fontein
a861cb5607
ansible-core 2.12 dropped support for galaxy.yaml. ( #76179 )
3 years ago
Vicente Jimenez Aguilar
a1236a582c
Stop using "checksumming" instead of "encrypting" in the docs ( #76168 )
...
* Hashing is not encrypting
All encryption systems have a formal inverse function to decrypt
A hash is a one way function without inverse by definition
* Update docs/docsite/rst/user_guide/playbooks_filters.rst
Co-authored-by: Sandra McCann <samccann@redhat.com>
3 years ago
Sebastian Wiesinger
1b43298316
Update dev guide for vars plugins in collections ( #75861 )
3 years ago
Sandra McCann
636b317a4f
update backport instructions for 2.12 ( #76209 )
3 years ago
David Moreau Simard
2fd26ea35a
docs: Update porting guide for Ansible 5.0.0a3 ( #76201 )
3 years ago
David Moreau Simard
2de7c59930
docs: Update porting guide for Ansible 4.8.0 ( #76197 )
3 years ago
Sandra McCann
fdc3348859
Docs: Add skeleton roadmap for Ansible 6 ( #76130 )
...
* add skeleton roadmaps
* fix spacing
* correct link
* remove skeleton
3 years ago
Paul
e84d660140
Update playbooks_tests.rst ( #76047 )
3 years ago
mscherer
2955ff57a7
Fix module name ( #76058 )
3 years ago
Matthew Donoughe
d17f9a523d
Docs: fedora32 is no longer supported (for integration tests) ( #76159 )
3 years ago
Aine Riordan
e0e6464873
Docs: Fix text for contributing to collection link ( #76174 )
3 years ago
Richard Megginson
360a3d2431
Clarify that "requires_ansible" means Ansible Core ( #76100 )
...
Clarify that the `requires_ansible` field in meta/runtime.yml refers to the version of Ansible Core (ansible-core), not any package called "ansible" e.g. https://pypi.org/project/ansible/
3 years ago
Jonas I. Liechti
0b0acef423
bug fix: using non-FQDN in plugin choices fails plugin name verification ( #75991 )
...
* enable both non-FQDN and FQDN plugin name
* add info about matching requirement of plugin name in config and plugin source file
3 years ago
Sean Cavanaugh
3a9e42cfde
Docs: Change API endpoint for hub to console.redhat.com in user guide ( #76080 )
...
The cloud.redhat.com has changed to console.redhat.com
3 years ago
Matt Martz
19c8790251
2.13 schedule ( #75843 )
3 years ago
Brian Scholer
4abc669c24
Update module documentation about ref links ( #76088 )
...
* Update module documentation about ref links
3 years ago
Martin Krizek
26707a3c6b
Heisen jinja2_native ( #75587 )
...
* Use NativeEnvironment for all templating
ci_complete
* Keep Templar.copy_with_new_env for backwards compat
* Mention that AnsibleUndefined.__repr__ changed in the porting guide
* Templar.copy_with_new_env backwards compat
* ci_complete
3 years ago
Nedko Hristov
6b8ed23926
Update `argcomplete` install via apt command ( #76139 )
...
To install `argcomplete` on Ubuntu 21.10 we need to update the install line to use Python3
3 years ago
Matt Martz
9b4f9e9fd3
Drop python2.6 support in module execution ( #76106 )
3 years ago
Sandra McCann
835fe71828
Docs: fix link to 2.12 changelog ( #76091 )
3 years ago
David Moreau Simard
43d09710c8
Update porting guide for Ansible 5.0.0a2 ( #76083 )
3 years ago
Sean Cavanaugh
817e1045bb
Update network_resources.rst ( #76040 )
...
* Update network_resources.rst
I am not sure a fully qualified URL should be here... but teach me great documentation gods
* Change platform index external link to internal ref
Co-authored-by: Aine Riordan <44700011+ariordan-redhat@users.noreply.github.com>
3 years ago
Deric Crago
9a0fe18915
allow override of PYTHON variable ( #76023 )
3 years ago
Matt Clay
fae0cf4c51
Remove unofficial packaging.
...
Unofficial packaging should be maintained externally since
it is not tested in CI or used in the official release process.
Maintainers of unofficial packages are better equipped with the necessary
expertise and testing resources to support alternative packaging.
3 years ago
Brian Coca
ff792d252e
Docs: dash - character invalid in playbook names in collections( #75891 )
...
* collection playbooks, note no -
fixes #75890
3 years ago
fermin
9eeaf1c5b5
Docs - add code-block:: wrapping for playbooks filter doc ( #75953 )
...
* Add code-block
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Deepansh
64506c7d15
Docs: Change note for rackspace cloud guide ( #75898 )
...
* Fix rackspace cloud guide docs
* Fix syntax error
3 years ago
Chris Hepner
67c12fc4eb
Docs - Fix "kubernetes.core" typos in code snippets ( #75930 )
...
Replace "kuberernetes.core" with "kubernetes.core" in filter examples.
3 years ago
David Moreau Simard
93a6299cd3
docs: Update porting guide for Ansible 4.7.0 ( #76034 )
3 years ago
Abhijeet Kasurde
1ea74f4dd6
Misc typo fix ( #76008 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Miroslav Brabenec
fa4a92f221
Docs: Add code-block:: to examples in ipaddr filters doc( #75951 )
...
* Add code-block elements to playbooks_filters_ipaddr
* Add punctuation to lead-in sentences for code blocks
3 years ago
marie
2a3aa66fbd
docs - wrap examples in code-block:: in sample setup ( #75964 )
...
* docs: Use code-block to format code in sample setup
Fixes #75905
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Tim Pogue
4444692436
Docs: add code-block:: to playbook variables doc in user guide( #75985 )
...
* update code-block formatting changes.
3 years ago
Midhun R Nair
6bf65f6246
Docs - Added code-block:: wrappers in playbook tests doc ( #75952 )
3 years ago
Matěj G
6319a0f415
docs - Wrap examples in code-block:: in loops guide ( #75916 )
...
* docs - Use code-block to format examples in loops guide
Resolves #75900
3 years ago
Paul Capron
afbef70bad
documenting_modules_network.rst: Add missing space ( #75972 )
3 years ago
Matěj G
d6dbc1a26f
docs - Change :: to code-block:: in error handling guide ( #75978 )
...
Fixes #75908
3 years ago
Alfred Tso
4d8a724071
docs - Replace :: with code-block:: in playbooks_conditionals doc ( #75965 )
...
Fixes #75906
3 years ago
NarayanAdithya
d26ff4e376
Docs: changed :: to code-block:: in 9 files ( #75994 )
...
* Fixed 9 files in user guide
3 years ago
Joshua Ford
221c7373db
docs - Add code-block to code examples in playbooks_strategies.rst ( #75960 )
...
Fixes ansible#75911.
3 years ago
Joshua Ford
fd346565d3
docs - wrap examples in code-blocks in playbooks_vars_facts.rst ( #75961 )
...
Fixes ansible#75912.
3 years ago
Holger Dörner
37eefb47c5
Docs: Add code-blocks to examples in Windows-WinRM guide ( #75974 )
...
Co-authored-by: Holger Dörner <h.doerner@bitexpert.de>
3 years ago
Holger Dörner
84ec976378
Docs: Add code-blocks to Playbooks-Delegation in user guide( #75973 )
...
Co-authored-by: Holger Dörner <h.doerner@bitexpert.de>
3 years ago
Tamas Szabo
d0edf69fe0
docs: code-block wrapping for playbooks_debugger.rst ( #75968 )
...
* code-block wrapping for playbooks_debugger.rst #75919
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Sanjula Madurapperuma
cd540544fd
Docs: add code block elements in user_guide/playbooks_async.rst ( #75947 )
...
* Fix for code block
3 years ago
Angel Mendez
fffa9412f4
Docs: add code blocks elements for user_guide/vault.rst ( #75963 )
...
* feat:(docs) add code blocks elements for user_guide/vault.rst
Addresses issue #75921
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Tamas Szabo
71811407c5
Docs: code-block wrapping for playbooks_checkmode.rst #75925 ( #75931 )
...
* code-block wrapping for playbooks_checkmode.rst #75925
* Fixes typo in previously introduced code-block
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Tamas Szabo
22a540e109
Docs: Code-block wrapping for playbooks_startnstep.rst #75934 ( #75943 )
...
* Code-block wrapping for playbooks_startnstep.rst #75934
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
nicpayne713
5c4bbed2de
Docs: Add code-blocks to user guide doc ( #75928 )
...
* Add code-block elements to 5 examples
* Add :
3 years ago
Tamas Szabo
81eec4a05a
Docs: code-block wrapping for playbooks_module_defaults.rst #75936 ( #75942 )
3 years ago