Alicia Cozine
0e9d1ab1cc
incorporate minimalism feedback on distributing collections page ( #75266 )
3 years ago
Ashwini Mhatre
d016499dcd
Update network user guide to point to ansible.utils.cli_parse module and add docs for validate plugin ( #75104 )
...
* Update network user guide to point to ansible.utils.cli_parse module as ansible.netcommon.cli_parse is deprecated from ansible.netcommon 2.0.0 release
3 years ago
Toshio Kuratomi
2a759cbe20
Update the porting guide for a new ansible version ( #75292 )
3 years ago
David Moreau Simard
8372f34b67
docs: Update description and URL for the ara repository ( #75283 )
...
The repository has moved from /openstack/ to /ansible-community/ some
time ago.
3 years ago
Sloane Hertel
3b861abce1
add action_groups support to collections ( #74039 )
...
* Canonicalize module_defaults actions and action_groups pre-fork and cache them on the play
* Call get_action_args_with_defaults with the resolved FQCN plugin and don't pass the redirect list
* Add validation for action_group metadata and a toggle to disable the warnings
* Handle groups recursively referring to each other
* Remove special-casing for non-fqcn actions in module_defaults groups
* Error for actions and groups in module_defaults that can't be resolved
* Error for fully templated module_defaults
* Add integration tests for action_groups
* Changelog
3 years ago
Akira Yokochi
9af0d91676
fix option name for parsed ( #75229 )
3 years ago
Andrew Klychkov
f8bb182589
developing_collections_testing: Fix formatting ( #75233 )
3 years ago
Toshio Kuratomi
dc25197c15
Allow passing extra arguments to the build-ansible.py commands
...
This is useful for testing and debugging. You can use the extra
arguments to specify a local directory for the collection list, for
instance.
3 years ago
Christian Adell
3ba2243ba3
Replace self.module by my_module ( #75196 )
...
While implementing basic Ansible module testing I realised that the `self.module` used in some places is not actually a thing, and I changed to `my_module` to make it work as I understand it was expected.
3 years ago
Lydie
1e00099753
Removed Galaxy banner ( #75163 )
3 years ago
Abhijeet Kasurde
21ba2967de
Misc typo fixes ( #75188 )
...
Changed `Previouslly` to `Previously`.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Toshio Kuratomi
23a84902cb
Update the porting guide for a new ansible version ( #75143 )
3 years ago
Todd Walton
d9eb846534
Update vault script ( #75074 )
...
Update link to the `vault-keyring-client.py` file, which moved out of core.
3 years ago
Sviatoslav Sydorenko
d75d9443fc
Bump sphinx_ansible_theme to v0.7.0+ ( #75059 )
...
This version relies on an external lib implementing lexers and styles.
That lib pulls in proper Pygments version so this patch also drops it
from direct requirements.
3 years ago
Andreas Olsson
2eb9921b19
Prefer https:// links in the docs site ( #75121 )
...
This is a follow-up of previous years' 1a11cec
and c8315bf
. It deals
with links which at that point presumably either were not present or
did not support https://
3 years ago
Dirk Schäfer
29592aa3d4
Update YAMLSyntax.rst ( #75113 )
...
fix yaml-syntax example
3 years ago
Alicia Cozine
5d3d9ad8be
docs: adds Ansible 5 roadmap ( #75075 )
3 years ago
Sandra McCann
ea0ba7bf30
update terminology based on recent IBM Style Guide word list ( #75089 )
3 years ago
Sandra McCann
f05bcf5693
update intersphinx links for Ansible 4 ( #75099 )
3 years ago
Felix Fontein
47c50c38bb
Use antsibull-docs devel for devel docs ( #74988 )
...
* Require antsibull 0.34.0.
* Remove Makefile comment about the devel docs building only the core
(formerly base) docs; the behavior was updated in ccbfdec334
Currently 'make coredocs' builds core-only docs; 'make webdocs' builds the full docs even on the devel
branch
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
3 years ago
Felix Fontein
2c0f050b4f
Use antsibull sphinx extension ( #73170 )
...
* Use antsibull sphinx extension.
* Require antsibull 0.34.0.
3 years ago
Alicia Cozine
58f26388be
Update docs requirements list ( #74956 )
...
* removes upper bound on sphinx version
* updates versions of docs build dependencies, adds known good requirements file
* adds instructions for using known_good_reqs file
3 years ago
Chandler Swift
3a8fc2d2be
Syntax fixes for docs ( #75086 )
3 years ago
Gonzalo Arreche
0f7f4e7b61
Add comma on role creation docs ( #75064 )
...
Adding a comma to make the sentence simpler to read.
3 years ago
Andreas Olsson
aedc82da98
Clarify Vault password client naming requirements ( #75060 )
3 years ago
Alicia Cozine
a7be495b7b
Update plugin docs ( #75050 )
...
* edit existing plugin pages, headings, and links
3 years ago
Nathaniel Case
ad203a7dbd
Add page describing terminal plugins to docsite ( #75066 )
3 years ago
Sviatoslav Sydorenko
ec408a69f1
🔥 Drop unused `core.css` file
...
This is a forgotten leftover from #74318 that should've been removed
earlier.
3 years ago
Sam Doran
4e608c02fb
Add changelog and porting guide for _remote_checksum() deprecation ( #75035 )
...
I forgot to add it with the PR that made the changes.
3 years ago
Brian Coca
5a5a1882d4
Added FAQ entry for complex validation needs ( #74707 )
...
* Added FAQ entry for complex validation needs
* updated validate docs
* fix
* longline
* Apply suggestions from code review
Co-authored-by: Sandra McCann <samccann@redhat.com>
3 years ago
Brian Coca
08fc43f3ea
document keywords ( #74046 )
...
* document kewyords
also minoir tweak to local action/connection
* made corrections
3 years ago
Brian Coca
6fd61bb19f
add option def/handling to lookup ( #74495 )
3 years ago
Paul Smet
2e2a5829a2
Update FreeBSD Python version in intro_bsd.rst ( #74938 )
...
* Use the python pkg instead of a specific version
The python pkg contains a symlink to the default python interpreter.
3 years ago
Alan Hinchliff
3fa6e6d038
example hosts should match play ( #74959 )
3 years ago
bluikko
b0f62062d3
Async task change handling ( #75020 )
...
Async task changes should be handled in the async_status task.
3 years ago
David Shrewsbury
2387ce311f
remove reference to container ML ( #75014 )
3 years ago
Andrew Klychkov
5df82415b5
collections_using.rst: add note that manual upgrade is required when installing collections from Galaxy ( #75024 )
3 years ago
Felix Fontein
7f6edd78f9
Move Docker scenario guide to community.docker. ( #74736 )
...
The scenario guide has already been added to community.docker in
ansible-collections/community.docker#140
3 years ago
David Shrewsbury
97acb0f470
role argspec - tag role argspec validation task with 'always' ( #74994 )
...
* update tag docs
3 years ago
Toshio Kuratomi
576e0f6404
Update the porting guide for ansible 4.1.0 ( #74965 )
3 years ago
Felix Fontein
81ad125aa6
Fix name of subkey. ( #74939 )
3 years ago
Yanis Guenane
d45c2cec55
Localization: Import first set of translated files
3 years ago
Sviatoslav Sydorenko
346c7a765d
Use `sphinx_ansible_theme` Sphinx theme in docs ( #74318 )
3 years ago
Abhijeet Kasurde
d9001f8fd0
Fix intro docs ( #74843 )
3 years ago
Felix Fontein
acf09e56a2
Update inventory script references from c.g to ansible-community/contrib-scripts. ( #74905 )
3 years ago
twalsh-uod
3d8feed2cf
Update playbooks_filters.rst ( #74911 )
...
Fix typo: 'sting' -> 'string'
3 years ago
Alicia Cozine
33924d7e8d
gives each banner a unique div ID ( #74907 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
3 years ago
Alicia Cozine
605b1a1c5c
documents community 'extra docs' option in collections ( #74886 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago
Alicia Cozine
62fc4ad8da
adds banner for GalaxyNG survey ( #74889 )
3 years ago
Abhijeet Kasurde
8d39332c3d
plugins: specify plugin types for get_option ( #74799 )
3 years ago