Sandra McCann
fa898f4fcc
Docs Backportapalooza 06 09 ( #78020 )
...
* Move AWS guidelines to collection (#77959 )
(cherry picked from commit 0ff1ba3e12 )
* docs: Update porting guide for ansible 5.9.0 (#77982 )
(cherry picked from commit f9d4c26143 )
* docs: Update porting guide for ansible 6.0.0rc1 (#77991 )
(cherry picked from commit a30500144e )
* Fix docs links for the steering committee (#77974 )
(cherry picked from commit ca9be6e27e )
* Add macOS fork issue to FAQ (#77965 )
* Add macOS fork issue to FAQ
* Remove colon from error msg
(cherry picked from commit 0fae2383da )
* Docs: change community collection inclusion process (#77905 )
(cherry picked from commit e589eba506 )
* update backport instructions to reflect stable-2.13 (#77958 )
Co-authored-by: Divine Odazie <dodazie@gmail.com>
(cherry picked from commit 85329beb90 )
* mention different results for password_hash depending on library used (#76863 ) (#77963 )
(cherry picked from commit fa840d4c7c )
* Rephrase-community (#77985 )
(cherry picked from commit 556ac89664 )
Co-authored-by: Mario Lenz <m@riolenz.de>
Co-authored-by: Ompragash Viswanathan <ompragash.viswanathan@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Philippe Kueck <philfry@users.noreply.github.com>
Co-authored-by: Bennykillua <67695793+Bennykillua@users.noreply.github.com>
4 years ago
Alicia Cozine
3c3e30a610
Docs: Add Matrix as a chat option ( #75406 )
4 years ago
Toshio Kuratomi
80e7e1a17c
Due to the takeover of freenode we're moving to a different irc network. ( #74775 )
...
* Due to the takeover of freenode we're moving to a different irc network.
* Our channels updated to point at the same channel name on libera.chat
* Some links went to webchat.freenode.net. At this time, libera.chat
doesn't point you to an official webchat client so I changed these to
https://libera.chat . (kiwi irc does work with libera.chat so that
could be another option).
* In general, I used the name irc.libera.net for link names and
https://libera.chat for link targets. This is because the irc service
is hosted on irc.libera.chat but the project web server is hosted on
libera.chat. (This appears to also be true for freenode but we were
using http://irc.freenode.net which doesn't seem to work. Oops).
* Removed http://irc.freenode.net from the linkcheck exceptions.
linkcheck was actually correct to flag that as invalid (should have
been http://frenode.net instead).
* Looks like hte important people in #yaml are now in libera.chat
* Link to where contributors should get help
Add a link target and then link to where contributors should get support
for developing groups of modules.
* Update docs/docsite/rst/dev_guide/developing_modules_in_groups.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: John R Barker <john@johnrbarker.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
5 years ago
Jill R
fa15d35cb1
Update AWS guides with new SDK and Python requirements ( #74585 )
...
The 2.0 collection releases will introduce new Python requirements
and a new SDK support policy
5 years ago
Mark Chappell
c387b318a6
AWS: update reference to auto-retrying ResourceNotFound ( #72314 )
...
AWS Dev Guidelines: update reference to auto-retrying ResourceNotFound
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Mark Chappell
63afb33d86
Use is_boto3_error_code in 'standard' example ( #72313 )
...
Use is_boto3_error_code in 'standard' example rather than e.response['Error']['Code'] (#72313 )
Co-authored-by: Sloane Hertel <shertel@redhat.com>
5 years ago
Mark Chappell
cf08c23b4f
Update AWS dev guides to use collections utils and fragments ( #72312 )
5 years ago
Erik Zettel
2b79cd2c0f
Fix typos ( #72072 )
5 years ago
Andrew Klychkov
7bfeed3e24
Docsite: replace Latin phrases to English ( #71588 )
...
Replace Latin phrases like "e.g." and "i.e." and "etc." with English phrases.
* Update docs/docsite/rst/community/committer_guidelines.rst
* Update docs/docsite/rst/dev_guide/developing_modules_documenting.rst
* Update docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
* Update docs/docsite/rst/dev_guide/module_lifecycle.rst
* Update docs/docsite/rst/user_guide/intro_inventory.rst
* Update docs/docsite/rst/user_guide/playbooks_loops.rst
* Update docs/docsite/rst/user_guide/playbooks_reuse.rst
* Update docs/docsite/rst/dev_guide/platforms/aws_guidelines.rst
* Update docs/docsite/rst/dev_guide/testing.rst
* Update docs/docsite/rst/dev_guide/testing_integration.rst
* Update docs/docsite/rst/porting_guides/porting_guide_2.5.rst
* Update docs/docsite/rst/reference_appendices/faq.rst
5 years ago
Alicia Cozine
29b20bd1b1
DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides ( #71480 )
5 years ago
Mark Chappell
e1ba7dc52a
Update AWS Integration test docmentation ( #70454 )
6 years ago
Jill R
0ef75f65d9
Fix broken link in AWS Guide ( #70153 )
...
Point to collection rather than ansible/ansible for example.
6 years ago
Jill R
ac881b0026
Add section to aws devel guidelines about module_defaults ( #66699 )
6 years ago
Mark Chappell
458268f4cb
AWS Guidelines: Make 'security_token' optional so that they can be run outside of CI ( #66107 )
6 years ago
Sloane Hertel
1e52782d6b
Fix indentation of example ( #63789 )
...
Remove no_log since module_defaults aren't displayed like set_fact was
6 years ago
Jill R
9cda5819b9
Update AWS dev guide to recomment module_defaults and point to CI policy repo ( #63589 )
6 years ago
Andreas Olsson
c8315bfd60
Prefer https:// links in the docs site ( #62939 )
...
This is a follow-up of last year's 1a11cec . It deals with links which
at that point either were not present or did not support https://.
6 years ago
Alicia Cozine
118cf3ece6
Cloud dev docs to rst ( #56485 )
...
* Moves developer docs for AWS, ovirt, and openstack modules out of lib/ansible/, integrates them with dev_guide, with abadger's fix to make python snippets pass rstcheck
7 years ago