Sandra McCann
901e3d43b1
describe how to generate a sample ansible.cfg ( #77053 )
...
* describe how to generate a sample ansible.cfg
* correct commands used
3 years ago
Brian Coca
84b85a5b5a
more explicit moustache docs ( #77051 )
3 years ago
Sandra McCann
e620b96f49
Create collection maintainer's guide ( #76976 )
...
* initial merge of maintainer guide
* Apply suggestions from code review
Co-authored-by: Aine Riordan <44700011+ariordan-redhat@users.noreply.github.com>
Co-authored-by: Aine Riordan <44700011+ariordan-redhat@users.noreply.github.com>
3 years ago
Sandra McCann
af7c9deb4e
add crosslinks for changelog fragments ( #77022 )
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
Abhijeet Kasurde
a1af1d94cd
vmware: Migrate VMware Scenario Guides ( #76640 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
ChunPanYung
0ca19a5b73
Update windows_winrm.rst ( #76835 )
...
Co-authored-by: Jordan Borean <jborean93@gmail.com>
3 years ago
Vladimir Botka
9a9ef01997
Update 'Installing Ansible on FreeBSD'. ( #76849 )
...
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
3 years ago
Matt Martz
3108c51764
Add note about installing python on macOS ( #76873 )
3 years ago
Daniel Goldman
e1cf6af06d
add `undef()` keyword to core 2.12 porting guide ( #76880 )
3 years ago
David Moreau Simard
10fd7bf12c
docs: update porting guide for Ansible 5.3.0 ( #76917 )
3 years ago
Felix Fontein
1f4e50f178
Ansible 6 roadmap: simplify collection inclusion process ( #76932 )
...
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
3 years ago
Matt Clay
2767a4cf4a
docs - remove broken link in ACI scenario guide ( #76940 )
3 years ago
Felix Fontein
bc1e29d722
Bump antsibull version from 0.40.1 to 0.41.0 and ansible sphinx theme version to fix HTML generation in return value tables ( #76759 )
...
* Use Jinja2 comment instead of HTML comment to avoid W3C validator warning (-- inside comment).
(For those interested in the history of this: http://www.howtocreate.co.uk/SGMLComments.html#doubledash )
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
Joe Zollo
bc5672d9ba
Update developing_modules_general_windows.rst ( #76846 )
3 years ago
Sandra McCann
a5283d67ee
add quoted examples ( #76858 )
3 years ago
Felix Fontein
ebea751805
Roadmap for Ansible 6 ( #76772 )
...
Co-authored-by: John R Barker <john@johnrbarker.com
3 years ago
Sandra McCann
e9af4195be
update ansible.legacy docs ( #76839 )
...
* update ansible.legacy docs
* correct role description
* Update docs/docsite/rst/dev_guide/developing_locally.rst
* Update docs/docsite/rst/dev_guide/developing_locally.rst
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
Tong He
ddc4b1716b
Mention ansible-core 2.11 RPM package in Ansible Core Installation Guide ( #76801 )
3 years ago
Sandra McCann
61bd779335
add core roadmaps to ansible docs ( #76818 )
...
* add core roadmaps to ansible docs
* make older roadmaps also show up
3 years ago
Sandra McCann
5a69023941
remove ansibot from collection docs ( #76817 )
...
* remove ansibot from collection docs
* Update docs/docsite/rst/community/collection_development_process.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago
Sandra McCann
cfe4bdc1b9
Create separate core vs collection contributor guides ( #76764 )
...
* updated core guides
* ansible package docs guides
* add core guide to Ansible docs
* Update docs/docsite/rst/community/maintainers.rst
3 years ago
David Moreau Simard
e33e7233d0
docs: Update porting guide for ansible 5.2.0 ( #76746 )
3 years ago
Sandra McCann
665e3dc629
remove outdated note on limitations of R() in module docs ( #76736 )
3 years ago
Mario Lenz
01ba6d4a45
Fix C&P error ( #76673 )
3 years ago
Felix Fontein
c53e6d94e9
Use antsibull 0.40.1 for docsite build ( #76675 )
3 years ago
Or Bin
a1d0e60703
Fixed documentation: "[a] ini file" -> "an ini file" ( #76627 )
3 years ago
darran-c
fdf12542b2
Fix typo in task name ( #76642 )
3 years ago
Or Bin
aa4f23dc97
Fixed documentation: "do not needed -> do not need" ( #76617 )
3 years ago
David Moreau Simard
e2d1dbbdc5
Docs: update porting guide for ansible 5.1.0 ( #76595 )
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
4c738b08b4
Add docs on Windows module util requirements ( #76583 )
3 years ago
Matt Martz
8a4090f749
Do not format the choice as a definition list for non-mapping values ( #76568 )
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
Abhijeet Kasurde
601d66c7e5
k8s: Migrated scenario guides to collection ( #75249 )
...
Kubernetes scenario guides are moved to
``kubernetes.core`` collection.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Jacob McGill
ee777567bc
Update intro_inventory.rst ( #76340 )
3 years ago
Kian Meng, Ang
e5967c02f5
Fix typos in docs ( #76526 )
3 years ago
David Moreau Simard
6ee58056da
docs: Update porting guide for ansible 4.10.0 ( #76559 )
3 years ago
Sloane Hertel
146a4bcd0d
Fix docs for installing from a git repo ( #76350 )
3 years ago
Dan Kolepp
9dac51f25a
Update special_variables.rst ( #76360 )
3 years ago