Matt Clay
8bd599d048
Change Shippable refs in docs to Azure Pipelines.
4 years ago
Matt Clay
a30c55f68a
Remove deprecated `common.removed` module_util.
...
Tests have been updated to reflect its removal as well.
4 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>
4 years ago
Bill Nottingham
34c9ed8a28
Product-related updates. ( #74454 )
4 years ago
Alicia Cozine
9d9b08bece
fix spacing to fix header, reorg contributing page ( #74421 )
...
Co-authored-by: John R Barker <john@johnrbarker.com>
4 years ago
Abhijeet Kasurde
8d499bbc83
Update Kubernetes collection name in docs ( #74440 )
4 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>
4 years ago
Mark Chappell
cf08c23b4f
Update AWS dev guides to use collections utils and fragments ( #72312 )
4 years ago
Alicia Cozine
c90922ee36
Docs - Split Developing collections page, add info on optional module_utils ( #74105 )
...
*
4 years ago
schurzi
5e5bfa8116
remove deprecated ansible.module_utils._text from documentation ( #73211 )
...
According to comment in ansible.module_utils._text it is deprecated and
should not be used. This is now reflected in the documentation.
4 years ago
Alicia Cozine
c66cff444c
documents the use of ansible.legacy ( #73942 )
4 years ago
Marketka
0bf9b7fdf8
Added prerequisites to install for CentOS ( #73993 )
...
* Added prerequisites to install for CentOS as well so CentOS users don't have to look for alternatives for each Ubuntu package.
Signed-off-by: mm667937 <marketa.muzikova@broadcom.com>
Signed-off-by: mm667937 <marketa.muzikova@broadcom.com>
4 years ago
Andrew Klychkov
46b02e125f
dev_guide/testing_integration: update image list ( #74017 )
4 years ago
Jim Speir
4780e10a2b
Adding jborean93/WindowsServer2019 in docs ( #73950 )
4 years ago
sgpinkus
efe97aeb31
Update developing_inventory.rst ( #73931 )
...
* Update developing_inventory.rst
hashes/dictionaries in JSON (JavaScript Object Notation) are represented by what JSON calls "objects", so use that established terminology instead of "hash", "dictionary", or "hash/dictionary" etc.
* Update docs/docsite/rst/dev_guide/developing_inventory.rst
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
4 years ago
Sloane Hertel
95dc8f2361
Add some dev documentation for constructed features ( #73497 )
4 years ago
Alicia Cozine
30c465c1a9
Promote publication ( #72400 )
...
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
4 years ago
Alicia Cozine
b57444af14
Rebased pr73824 ( #73934 )
...
Co-authored-by: Eugene <k.evgen61@gmail.com>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
4 years ago
bylerbk
1ac2858b5a
Update developing_modules_general.rst ( #73805 )
...
##### SUMMARY
<!--- Fixing a typo. There was a double "you" in the text. -->
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
4 years ago
Felix Fontein
b2015c98e2
validate-modules: make sure that options that potentially contain secret data have no_log set ( #73508 )
...
* Catch more potential errors (and increase false-positive rate).
* Flag some false-positives in lib/ansible/modules/ with no_log=False.
Co-authored-by: John Barker <john@johnrbarker.com>
4 years ago
Felix Fontein
3cc693b92c
Import test: improve docs, add more tests ( #73600 )
4 years ago
Sebastian Haderecker
27baa8cd86
OpenStack guidelines: Replace with link ( #73617 )
...
Replace the guidelines page with a link to the current guidelines on opendev.org.
4 years ago
Felix Fontein
1f3a90270b
Import sanity test for plugins ( #72497 )
4 years ago
Lydie
4059b37ab1
Conscious language added to user guide, development guide, and Ansible community guide, ( #73574 )
...
* Added conscious language note to index pages of guides
4 years ago
Matt Clay
607af05d36
Fix syntax errors detected by rstcheck.
...
The errors occur when using sphinx >= 2.0.0.
4 years ago
Felix Fontein
76604397cb
Mention that C(...) should be used for inline code. ( #73312 )
4 years ago
Felix Fontein
73aa571305
Make sure to mention collection version for version_added as well. ( #73270 )
4 years ago
Felix Fontein
270385f949
Remove 'type: complex' from the example, and mention that it should be avoided. ( #73171 )
4 years ago
Jens Heinrich
8a202cae3e
Update developing_collections.rst ( #73142 )
...
Fix typo - FQCN not FCQN.
4 years ago
azrdev
6487a239c0
developing_inventory sample code: fix undefined var "results" if get_option(cache)=False ( #72977 )
...
if user_cache_setting == False, then the previous code didn't parse the inventory source
4 years ago
Alicia Cozine
e5ccd18be4
Wording changes to docs ( #70082 )
4 years ago
Evgeni Golov
57c2cc7c77
correct the reST rendering of the R() note ( #72896 )
4 years ago
Andrew Klychkov
0a7fcd135c
Docsite: update "Migrating Ansible content to a different collection" info ( #72710 )
...
* add a reminder about ignore-*.txt entries, fix formatting, add symlink removal note
* Update docs/docsite/rst/dev_guide/developing_collections.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: David Moreau Simard <moi@dmsimard.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
4 years ago
Abhijeet Kasurde
a57539f764
Update VMware module development ( #72603 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Marco Lembo
1937dd5e9c
Update developing_plugins.rst ( #72305 )
...
##### SUMMARY
ansible_date_time returns utc time. datetime.utcnow() rather than datetime.now()
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
4 years ago
Matthew Davis
ddad9930aa
Clarify collection paths in docs ( #72510 )
...
* Clarify collection paths in docs, fix rst syntax, rephrase docs about using collection from folder/local git
Co-authored-by: Felix Fontein <felix@fontein.de>
4 years ago
Felix Fontein
da1c1e8bb8
Add info on how to contribute to **community**-maintained collections as well. ( #72494 )
4 years ago
Felix Fontein
01d207a3e3
Improve argument spec documentation ( #72335 )
...
* Link to argument spec documentation from 'Creating a module'.
* Use items instead of sub-headings.
* Update deprecation information.
* Document conditional requirements.
* Document supports_check_mode and add_file_common_args.
* Add deprecation examples.
* Re-add word.
* Improve title.
* Fix RST formatting, add conditional dependency section starter.
4 years ago
Nathan Scott
c20329a0f6
Update migrating_roles.rst ( #72260 )
...
Fix a typo in the sample spec file Source0 line
4 years ago
Ronald Eddy Jr
d18901dd4a
Update HTTP -> HTTPS ( #72244 )
...
Co-authored-by: Ronald Eddy Jr <ron@Ronalds-MacBook-Pro.local>
4 years ago
Jordan Borean
caba47dd3f
Add support for GSSAPI/Kerberos to urls.py ( #72113 )
...
* Add support for GSSAPI/Kerberos to urls.py
* Test out changes with the latest test container
* Get remote hosts working
* Fix up httptester_krb5_password reader
* Fix tests for opensuse and macOS
* Hopefully last lot of testing changes
* Dont do CBT on macOS
* Fixes from review
4 years ago
Erik Zettel
2b79cd2c0f
Fix typos ( #72072 )
4 years ago
Felix Fontein
a077bca5d5
ansible-test: improve version number validation, validate some semantic versioning properties ( #71679 )
...
* Validate removal versions.
* Validate that removal collection versions and version_added collection versions conform to semver spec.
* Validate removal version numbers in meta/runtime.yml.
* Stricter validation for isodates (f.ex. YYYY-M-D is not allowed).
* Improve error reporting.
* Validate removal collection versions.
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
4 years ago
Jorge Vallecillo
94522b7c10
Fix typos ( #71970 )
4 years ago
Gonéri Le Bouder
c1005147e0
doc: add vmware_rest_guidelines
...
Add the development guidelines for the vmware_rest collection.
4 years ago
Abhijeet Kasurde
4f990e7615
dev_guide: Add Pygments Lexer examples ( #71458 )
...
* dev_guide: Add Pygments Lexer examples
Fixes : #51307
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* adds ansible-output lexer, remmoves unsupported lexers
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
4 years ago
Andrew Klychkov
2655fc0c23
Docsite: update Migrating Ansible content to a different collection ( #71854 )
...
Co-authored-by: Felix Fontein <felix@fontein.de>
4 years ago
Andrew Klychkov
a80131a283
Docsite: misc fixes ( #71697 )
4 years ago
Sloane Hertel
7048542199
Fix passing the connection timeout to connection plugins ( #71722 )
...
* Fix passing the connection timeout to connection plugins
4 years ago
Amin Vakil
7a0e545700
Add how to run unit test link in testing_units_modules doc ( #71523 )
...
* Add how to run unit test link in testing_units_modules
* Fix sanity test
4 years ago