Kampftoast
5137cb16e9
Update porting_guide_5.rst ( #78954 )
2 years ago
Kampftoast
ba32642538
Update porting_guide_4.rst ( #78953 )
2 years ago
Kampftoast
919c449256
Update porting_guide_3.rst ( #78952 )
...
Fixes #78914
2 years ago
Kampftoast
dc2d15fca4
Update porting_guide_2.0.rst ( #78951 )
...
Replaced http link with rst version - issue https://github.com/ansible/ansible/issues/78914
2 years ago
Blaster4385
f7c01bc866
Docs: Provide descriptive labels for http references ( #78959 )
2 years ago
Sudipto Ghosh
fb8c2daf46
Docs: true/false with boolean values in docsite/rst/os_guide ( #78957 )
2 years ago
jmakhack
56c48d1c45
docs - Use code-block to format examples in Windows module development walkthrough ( #78985 )
2 years ago
Thomas Doczkal
1b922b42dd
Adds code-block in collection documentation ( #78977 )
...
* fix issue #78976
2 years ago
Luigi Giugliano
9afb37eda6
#78965 Adding the code-block to prevent the translation ( #78979 )
...
* Adding the code-block to prevent the translation
2 years ago
IMvision12
93c2cb2b8e
#78971 Update module_lifecycle.rst ( #78974 )
...
* Update module_lifecycle.rst
2 years ago
Ozan Uslan
3dc0c2135e
Docs: Add code-block wrappers to code examples in style_guide ( #78970 )
...
* Docs: Add code-block wrappers to code examples in style_guide
List of changed files:
- docs/docsite/rst/dev-guide/style_guide/index.rst
- docs/docsite/rst/dev-guide/style_guide/basic_rules.rst
2 years ago
Lukas Grimm
446406a0c8
added code-blocks according to #78963 ( #78969 )
...
* added code-blocks according to #78963
* Update testing.rst, added newlines
2 years ago
Deepshri M
1db75a41bf
Adding code-block wrappers to code examples ( #78968 )
2 years ago
Lukas Grimm
01484cdc68
added code-blocks according to #78962 ( #78972 )
2 years ago
Ozan Uslan
538b99781f
Docs: Add code-block wrappers to code examples: testing_documentation.rst ( #78966 )
...
* Docs: Add code-block wrappers to code examples: testing_documentation.rst
List of changed files:
- docs/docsite/rst/dev_guide/testing_documentation.rst
* Fix: match whitespace convention of other occurences
2 years ago
Matt Clay
5b239acb77
ansible-test - Update distro containers to 4.8.0.
...
The updated containers include coverage 6.5.0.
2 years ago
Brian Coca
9650ddb11c
omit keyword should reset to context ( #78917 )
...
* omit keyword should reset to context
ensure we use context/inheritance when calculating value,
using default only when context is unavailable.
fixes #75692
2 years ago
Matt Clay
20c1252212
ansible-test - Update coverage to version 6.5.0.
...
ci_complete
ci_coverage
2 years ago
Jasper
cee9872605
apt_key, fix example indentation
...
Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago
Jordan Borean
ba6da65a0f
Fix connection/become task loop settings ( #78565 )
...
* Fix connection/become task loop settings
* Remove old code
2 years ago
Jordan Borean
be4807b712
ansible-test validate-module - support sidecar docs ( #78904 )
2 years ago
Matt Martz
c3fc8db41c
Deprecate using a list of dicts for vars. See #78920 ( #78927 )
2 years ago
Felix Fontein
d93883645c
Upgrade antsibull-docs to 1.6.1 ( #78872 )
...
* Bump antsibull-docs version to 1.6.0 to fully support filter docs.
* known_good_reqs.txt no longer exists.
* Bump version to 1.6.1.
2 years ago
Greg "Gwmngilfen" Sutcliffe
0343ae46d2
Add message about viewing chat history when on IRC ( #78834 )
2 years ago
Joel McGuire
ae66d9a1f4
Fixed spelling ( #78911 )
2 years ago
Christian Adams
0884a7cf0e
Add Ansible community 7.x porting guide ( #78916 )
2 years ago
Brian Coca
0b678d5036
avoid roles exporting vars: ( #69040 )
...
- correct 'vars:' precedence to allow phasing out of include_params
- actually merge vars and always include role_vars
- avoided dupe deps from giving wrong vars
- use 'first' instance of dep as others are from previous instances/invocations
and can have diff values for vars
- ensured deps only provide exportable vars themselves
- added COMMENTS
- added tests
- apply export restrictions setting to defaults
- use 'public' as cutoff
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
ci_complete
2 years ago
Felix Fontein
3423a6609f
Fix docs for new commonpath and normpath filters ( #78897 )
2 years ago
Brian Coca
4b0697ee03
make pager and editor configurable, specifically for ansible ( #78816 )
...
* make pager and editor configurable, specifically for ansilbe
fallback on common ways to configure
2 years ago
Brian Coca
c7cde2645d
apt_repository, handle both new/old gpgp stds ( #78735 )
...
* apt_repository, handle both new/old gpgp stds
2 years ago
Brian Coca
7acd4f75c0
apt module, prevent tb from invalid type for pkg ( #78666 )
...
* apt module, prevent tb from invalid type for pkg
see #78663
2 years ago
Brian Coca
95236c5569
slight var loading optimization ( #78835 )
...
Avoid having to recalculate these values since they don't change from first access
2 years ago
Oskar Ahner
3515b3c5fc
winrm - fix reducing 'Read timed out' error ( #78869 )
...
* winrm - fix reducing 'Read timed out' error
This fix reduces the exceptiopn 'Read timed out. (read timeout=nnn)' occurring seemingly randomly and
unpredictable on some networks (which have long latency and/or many hops or other problems). The fix
ensures that the involved timeout is set to a value so this issue is reduced.
* Add changelog fragment
Co-authored-by: Jordan Borean <jborean93@gmail.com>
2 years ago
Matt Clay
bc274f57f7
ansible-test - Improve pylint command consistency. ( #78896 )
...
* ansible-test - Improve pylint command consistency.
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2 years ago
Shivam Durgbuns
6e949d8f5d
Added normpath filter ( #78894 )
...
Signed-off-by: Shivam Durgbuns <sdurgbun@redhat.com>
2 years ago
Brian Coca
7c4d5f5099
documented windows filters ( #78876 )
...
* documented windows filters
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sandra McCann <samccann@redhat.com>
2 years ago
Shivam Durgbuns
8444d47b11
Adding two new os.path filters and its docs ( #78794 )
...
* Adding two new os.path filters and its docs
Signed-off-by: Shivam Durgbuns <sdurgbun@redhat.com>
2 years ago
Brian Coca
4115ddd135
plugin loader fix existing config testing ( #78859 )
...
create specific function to find config entry to avoid repopulating constantly
2 years ago
Anwesha Das
71adb02142
Fixes typo in rst format ( #78884 )
...
.. hint:: requires a blank line above and below.
2 years ago
Felix Fontein
9aa9b4eac0
Improve filter docs ( #78839 )
2 years ago
sbettid
de4ff281ab
Fix known_hosts changed status when removing non-existing key ( #78748 )
...
* Ensure no change is reported when removing missing key for host with other keys
Co-authored-by: Matt Martz <matt@sivel.net>
2 years ago
Felix Fontein
50dae8087e
runtime-metadata sanity test: ensure redirects are FQCRs ( #78802 )
...
* Ensure that meta/runtime.yml redirects are FQCRs.
* Avoid crash when YAML errors without context mark happen, for example if file starts with 'foo---' instead of '---'.
2 years ago
JaroslavKlech
964e2bc6fe
iss#72389: Adds note and polishes docs/docsite/rst/tips_tricks/sample_setup.rst ( #78858 )
...
Co-authored-by: Jaroslav Klech <jklech@redhat.com>
2 years ago
Matt Clay
d3d7785472
ansible-test - Fix integration test target filter. ( #78862 )
...
- Allow disabled, unsupported, unstable and destructive integration test targets to be selected using their respective prefixes.
- Allow unstable tests to run when targeted changes are made and the ``--allow-unstable-changed`` option is specified (resolves https://github.com/ansible/ansible/issues/74213 ).
2 years ago
Olivier Clavel
f8f76c5886
Update yum.py ( #78829 )
...
##### SUMMARY
The entire yum command should be highlighted, not only its options.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2 years ago
Matt Clay
16cde1104f
ansible-test - Update base and default containers. ( #78846 )
2 years ago
Matt Martz
4c26022171
Don't request repo updates when only testing modes ( #78843 ) ( #78850 )
...
(cherry picked from commit 254204856f
)
2 years ago
Martin Krizek
228d25a321
Remove deprecated ANSIBLE_COW_WHITELIST/cow_whitelist ( #78831 )
...
Fixes #78819
Fixes #78820
2 years ago
Martin Krizek
d514aeb2a1
Remove deprecated ANSIBLE_CALLBACK_WHITELIST/callback_whitelist ( #78830 )
...
Fixes #78821
Fixes #78822
2 years ago
Matt Martz
76b746655a
Add `use_rsa_sha2_algorithms` option for paramiko ( #78789 )
...
Fixes #76737
Fixes #77673
Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago