Matt Clay
3f0d5bc351
Fix LooseVersion and StrictVersion refs in docs.
3 years ago
Brian Coca
84b85a5b5a
more explicit moustache docs ( #77051 )
3 years ago
fbourqui
1480503326
Update complex_data_manipulation example uptime in days/h/m/s ( #77019 )
3 years ago
Preston Carman
f82b1ba67c
Update indentation for example in playbooks_handlers.rst ( #75348 )
3 years ago
Sandra McCann
32f7490a2c
Add note to serial docs ( #77006 )
...
* add note to serial docs
* add keyword directly
Fixes #76820
(cherry picked from commit de20f1bae8
)
3 years ago
zasca
8939f4d2f7
add tasks ( #75489 )
3 years ago
Sloane Hertel
43e55db208
ansible-galaxy - add signature verification of the MANIFEST.json ( #76681 )
...
* ansible-galaxy collection install|verify:
- Support verifying the origin of the MANIFEST.json when the Galaxy server has provided signatures.
- Allow supplemental signatures to use during verification on the CLI/requirements file.
* ansible-galaxy collection install:
- Support disabling signature verification. This silences the warning provided by ansible-galaxy if the Galaxy server provided signatures it cannot use because no keyring is configured.
- Store Galaxy server metadata alongside installed collections for provenance. This is used by 'ansible-galaxy collection verify --offline'.
* Add unit tests for method that gets signatures from a Galaxy server
* Add integration tests for user-provided signature sources
- Test CLI option combinations
- Test installing collections with valid/invalid signature sources
- Test disabling GPG verification when installing collections
- Test verifying collections with valid/invalid signature sources
* Make signature verification advisory-by-default if signatures are provided by the Galaxy server
- Make the default keyring None
- Warn if the keyring is None but the Galaxy server provided signatures
- Error if the keyring is None but the user supplied signatures
- Error if the keyring is not None but is invalid
* changelog
* add ansible-galaxy user documentation for new options
Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Andy Mott <amott@redhat.com>
Co-authored-by: John R Barker <john@johnrbarker.com>
3 years ago
IronTooch
65987e86a9
Added package reference for Debian to resolve error ( #76876 )
3 years ago
Vladimir Botka
5448661aec
Update 'Ansible and BSD' section 'Setting the Python interpreter'. ( #76825 )
3 years ago
ChunPanYung
0ca19a5b73
Update windows_winrm.rst ( #76835 )
...
Co-authored-by: Jordan Borean <jborean93@gmail.com>
3 years ago
Stephen Lawrence
2bd074b486
doc: fix Jinja2 doc link templating playbook ( #76889 )
...
Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
3 years ago
Sandra McCann
a5283d67ee
add quoted examples ( #76858 )
3 years ago
Syed Ali Haider
6bca0a5dc2
docs: add fqcn to module examples ( #73546 )
...
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago
darran-c
fdf12542b2
Fix typo in task name ( #76642 )
3 years ago
Alicia Cozine
67e5649a26
Adds documentation about when/why to use roles ( #76560 )
...
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
3 years ago
Jordan Borean
7dd22b8b4b
Update Windows host requirements ( #76582 )
3 years ago
Simon Monai
5db1d11c19
Replace "Encrypt" with "Hash" for prompt documentation ( #76584 )
...
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
3 years ago
Jon "The Nice Guy" Spriggs
47e2a26959
Update playbook_tests with type testing ( #72732 )
3 years ago
Jacob McGill
ee777567bc
Update intro_inventory.rst ( #76340 )
3 years ago
Benoît Geeraerts
8a562ea14a
Resolves #76449 Misplaced added version info ( #76539 )
...
`.. versionadded::` are coming right after the section tittle, and was misplaced here
3 years ago
Sloane Hertel
5b2334983c
Fix more 'playbook'/'play' conflation ( #76387 )
3 years ago
azrdev
fd4460c1e4
docs/best_practices: all contained vault passwords required when using inventory ( #75976 )
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
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
Paul
e84d660140
Update playbooks_tests.rst ( #76047 )
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
Chris Hepner
67c12fc4eb
Docs - Fix "kubernetes.core" typos in code snippets ( #75930 )
...
Replace "kuberernetes.core" with "kubernetes.core" in filter examples.
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
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
Nathan Tsai
a2ff765e06
Docs: add code-blocks to User Guide modules_intro ( #75932 )
3 years ago