David Moreau Simard
1d1597ffd9
Docs: Update porting guide for Ansible 5.0.0 ( #76404 )
3 years ago
Sandra McCann
862a2a3599
set latest Ansible version to 5 ( #76304 )
3 years ago
Sandra McCann
a1205d52ce
update release and maintenance for Ansible 5 ( #76301 )
3 years ago
David Moreau Simard
b9b69c1135
Docs: Update porting guide for ansible 4.9.0 ( #76363 )
3 years ago
David Moreau Simard
0afc0b8506
Add a link to the Ansible 5.x changelog ( #76352 )
...
The 5.x changelog is available, add a link to it.
3 years ago
nemobis
0360728b7f
Fix typo in docs for "globbing" ( #76324 )
...
Constent with the rest of the documentation including fileglob.
3 years ago
Sandra McCann
c379e61b8b
Update docs build requirements to most recent versions of dependencies ( #76283 )
...
* align requirements files to more recent versions
* bump up to latest antsibull
* update sphinx in rstcheck requirements
* update to dependency versions that sphinx 4.2 pulls in
* use same no-cap spelling
3 years ago
Matt Martz
04698b0c41
Add porting guide entry for fetch_url change in behavior ( #76314 )
3 years ago
Matt Clay
bb63c97c16
ansible-test - Update import test and sanity requirements. ( #76308 )
...
* Add script to freeze sanity requirements.
* Declare sanity test requirements and freeze
* Use pinned requirements for import.plugin test.
* Expand scope of import test for ansible-core.
* Add ignores for galaxy import errors.
* Update test-constraints sanity test.
3 years ago
David Moreau Simard
d0ec236d4a
Update porting guide for Ansible 5.0.0b2 ( #76303 )
3 years ago
azrdev
fd4460c1e4
docs/best_practices: all contained vault passwords required when using inventory ( #75976 )
3 years ago
Felix Fontein
a734da5e82
Restore documentation on M() and R() ( #76284 )
...
* Undo most of bf9944266c
, add note on where R() does not work.
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
3 years ago
Felix Fontein
fe77bc9e3c
Validate some markup in documentation in validate-modules ( #76262 )
...
* Validate some markup in documentation.
* Add changelog fragment.
* Use urlparse instead of URL regex.
* Document new error code.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
3 years ago
Aine Riordan
90de24da7b
Docs: Link to valid data types for role parameters ( #76276 )
3 years ago
Daniel Goldman
be2bd2f1af
Documentation for other types in collection `requirements.yml` ( #75872 )
3 years ago
David Moreau Simard
55dc75b8c8
Update porting guide for Ansible 5.0.0b1 ( #76263 )
3 years ago
Sandra McCann
22eb4a9ce0
Remove edit on github from collection pages ( #76259 )
...
* remove main index page from Edit on Github
* remove all collection index pages from Edit on Github
3 years ago
Mark Chappell
f6ec773e6e
Update porting guide Python 2.7+ wording. ( #76258 )
3 years ago
Sandra McCann
b16d5ff7a7
set 2.12 to latest ( #76191 )
...
* set 2.12 to latest
* add 2.10 back
3 years ago
Sandra McCann
d0c1e5a46d
Update release/maint page for 2.12 release ( #76205 )
...
* make changelogs more visible and fix a broken link
* add 2.12 changelogs
* add eol column
3 years ago
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