Matt Clay
5f74350fd5
Avoid deprecated method in unit tests.
3 years ago
Matt Clay
9600e3064a
ansible-test - Improve requirements handling. ( #77825 )
...
The requirements for virtualenv and coverage are now kept in a requirements file for easier container builds.
The test-constraints sanity test has been updated to make sure the requirements file is kept up-to-date.
3 years ago
Sloane Hertel
fecc78b5fb
remove extra validate-modules ignore entry ( #77826 )
3 years ago
Felix Fontein
201aba3d0f
Update PSF-license.txt to version from CPython 3.9.5. ( #77805 )
3 years ago
Brian Coca
4706091a38
rename systemd module to services only ( #77644 )
...
* rename systemd module to services only
disambiguates what it handles since systemd is now much more
that a service manager, but the module is specific to services
3 years ago
Joseph Torcasso
c9ce7d08a2
template/__init__.py - fix KeyError when wantlist=False with non-list
3 years ago
Brian Coca
5e50284693
Restrict role loading .. to role ... ( #77683 )
...
* Ansible will now error out if you try to use the `*_from` to load files from outside the role being loaded by `{import,include}_role`
3 years ago
Matt Clay
290fb5e0ca
ansible-test - Upgrade to coverage 6.3.3. ( #77817 )
3 years ago
Martin Krizek
e9af6efee6
Raise a proper error when include/import_role is used as a handler ( #77807 )
3 years ago
Brian Coca
f6ac2b4f93
Update config dumping info to include 'all info' ( #77802 )
3 years ago
Matt Clay
1e3cf9f732
ansible-test - Make distro containers multi-arch. ( #77814 )
3 years ago
Mark Chappell
cb448097e4
Minor typo fix ( #77804 )
3 years ago
Brian Coca
0d6aa2e87e
More information on doc parsing errors ( #77685 )
...
* More information on doc parsing errors
fixes #77675
3 years ago
Sandra McCann
f5642cea28
update version switcher to include 2.13 ( #77786 )
3 years ago
Tabah Baridule
f75bb09a8b
Update url to quickstart video. ( #77779 )
3 years ago
Sandra McCann
654fff05e6
clarify Ansible EOL details ( #77778 )
...
* clarify Ansible EOL details: update docs/docsite/rst/reference_appendices/release_and_maintenance.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago
Abhijeet Kasurde
524d30b8b0
distribution: add distribution_minor_version for Debian Distro ( #74721 )
...
* Added a fact about minor version details for Debian Distro
Fixes : #74481
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Sandra McCann
6230244537
core-2.13 - update release table ( #77780 )
3 years ago
Brian Coca
46d2c9a988
document some 'dir' based filters ( #77687 )
...
Co-authored-by: flowerysong <junk+github@flowerysong.com>
Co-authored-by: Emmanuel Ugwu <32464178+ugwutotheeshoes@users.noreply.github.com>
3 years ago
Matt Clay
449d82a521
ansible-test - Add RHEL 8.6 support.
3 years ago
Brian Coca
8e91403412
revamp basic concepts docs ( #77748 )
3 years ago
Felix Fontein
836683a082
Stop making core docs build talk of (ansible-)'base' when meaning (ansible-)'core'. ( #77728 )
3 years ago
David Moreau Simard
235f2598b1
docs: Update ansible-core release date in Ansible roadmap ( #77775 )
3 years ago
Matt Martz
75bc630565
2.13 GA has been bumped up a week to release on May 16 ( #77772 )
3 years ago
Mario Lenz
9923e92d97
Fix plugin dev examples ( #77759 )
...
* Fix plugin dev examples
* Update docs/docsite/rst/dev_guide/developing_plugins.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago
Andrew Klychkov
97e574fe6e
Docsite/communication.rst: fix formatting ( #77760 )
3 years ago
Sandra McCann
5e22fe21fd
stub out ovirt dev guide with pointer to new location ( #77751 )
3 years ago
Desmond Obisi
42086c14a3
Updated the playbook section in this docs ( #77747 )
3 years ago
Tabah Baridule
18fe5a8835
Updated text in ini.py ( #77746 )
3 years ago
Matt Davis
d352f2ec21
core branch descriptions ( #76152 )
3 years ago
David Moreau Simard
0cfc291573
docs: update porting guide for ansible 6.0.0a2 ( #77736 )
3 years ago
Matt Clay
fe349a1ccd
ansible-test - Enhance the shell command. ( #77734 )
...
* ansible-test - Add shell --export option.
* ansible-test - Support cmd args for shell command.
Also allow shell to be used without a valid layout if no delegation is required.
* ansible-test - Improve stderr/stdout consistency.
By default all output goes to stdout only, with the exception of a fatal error.
When using any of the following, all output defaults to stderr instead:
* sanity with the `--lint` option -- sanity messages to stdout
* coverage analyze -- output to stdout if the output file is `/dev/stdout`
* shell -- shell output to stdout
This fixes issues two main issues:
* Unpredictable output order when using both info and error/warning messages.
* Mixing of lint/command/shell output with bootstrapping messages on stdout.
* ansible-test - Add changelog fragment.
3 years ago
Kristian Heljas
52bd59c481
Docs: `ansible-test sanity` example with a folder
...
##### SUMMARY
The docs mentions explicitly that you can run the tests against certain files which might not relay that it works on folders too!
Let's make this clear :)
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
3 years ago
Brian Coca
255745b3e6
simplify developing modules ( #77647 )
3 years ago
Jordan Borean
dd094a4413
Mention admin requirement for runas become ( #77722 )
3 years ago
s-hertel
fbc5b3f9c5
fix copy test for split controller/remote
3 years ago
s-hertel
3f4cacd355
Remove MacOSX-specific cleanup for unarchive test
3 years ago
Douglas J Hunley
5753fd2d8d
docs: announce the PG working group ( #77732 )
3 years ago
Sandra McCann
ef2fe6823c
add collection pr review checklist ( #77661 )
...
Co-authored-by: Emmanuel Ugwu <32464178+ugwutotheeshoes@users.noreply.github.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
3 years ago
Matt Clay
cc5ac88c4c
Update mypy test. Fix type hints for Python 3.9.
...
This also bumps the minimum controller version (for mypy only) to Python 3.9.
3 years ago
samccann
7471c036ec
shift to ansible_core_version
3 years ago
Andrew Klychkov
a1ddb83fc1
Docsite: move a stepped down steering committee member to past members ( #77715 )
3 years ago
Matt Clay
2cc74b04c4
ansible-test - Add multi-arch remote support.
3 years ago
Matt Clay
de5d6820f8
ansible-test - Remove obsolete code.
3 years ago
Matt Clay
a115a7fce2
Install acl on Ubuntu for copy integration test.
3 years ago
Matt Clay
e2200e8dfc
ansible-test - Fix remote completion validation.
3 years ago
Matt Davis
4ff10fcd31
fix SELinux facts tests
...
* make the pre-flight sniffing more robust to different failure conditions (was failing on Ubuntu 22.04 VMs)
* remove skip aliases (the test needs to function everywhere to assert that the selinux facts bits behave properly when it's N/A)
3 years ago
Matt Clay
6513453310
ansible-test - Add support for remote Ubuntu VMs.
3 years ago
Matt Clay
dcda1e7239
Trim message in split integration test.
3 years ago
Martin Krizek
dbdbfe845a
Remove deprecated subclassing DefaultCallback without doc_fragment ( #77677 )
3 years ago