Matt Clay
a30c55f68a
Remove deprecated `common.removed` module_util.
...
Tests have been updated to reflect its removal as well.
4 years ago
Abhijeet Kasurde
1a7923e318
pip: Idempotency tests ( #74473 )
...
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: David Moreau Simard <dmsimard@redhat.com>
4 years ago
David Shrewsbury
f1a5c411d9
Fix sequence lookup message and add tests ( #74472 )
...
* add test for bad kv arg value
* add simple form parsing tests and make error messages the same
* add changelog
4 years ago
Sam Doran
74b2add460
paramiko_ssh - mark connection as connected when successful ( #74459 )
...
* Remove unused import from test
4 years ago
David Shrewsbury
98495ae99d
Remove unused FileLock import ( #74449 )
4 years ago
Brian Coca
8a2fc854f4
Add plugin config lists ( #49627 )
...
* add plugin config lists
* and dump config for plugins
* also list configs under PLUGINS for 'all' list
4 years ago
Sam Doran
aa12af1d34
Use our own copy of the Codecov uploader ( #74460 )
...
Due to the recent security incident, use our own copy hosted in S3
to mitigate future risk from running an arbitrary script downloaded from a
remote and untrtusted server.
4 years ago
Toshio Kuratomi
112b175f17
Update the porting guide for a new ansible version ( #74490 )
4 years ago
Wojciech Sciesinski
f40ab25909
Improve a documentation of the first_found lookup plugin ( #73080 )
...
Co-authored-by: Wojciech Ściesiński <wojciech.sciesinski@huuugegames.com>
4 years ago
Matt Clay
baa371e7b5
Add comments to keep collection loader in sync.
4 years ago
antonc42
c63b867836
fixed URL for becoming an unprivileged user doc ( #74448 )
4 years ago
Brian Coca
3cff54d69b
Fix missing delegate display ( #74370 )
...
* dont rely on vars, task already gives us info
* ensure we always display delegation in host label
* also added parens with ansible_host to show target host vs resolved host
* delegating to self is not delegating
* delegated vars restoration for backwards compat
* tests need mock task with delegate_to
4 years ago
Alexander Sowitzki
26214788ee
Retrofit shippable scripts to work with AZP
...
Co-authored-by: Matt Clay <matt@mystile.com>
4 years ago
Martin Krizek
57d661e96f
Templar: remove _fail_on_{lookup,filter}_errors ( #73785 )
...
Both were added in 62d79568be
and never
used, always being set to True.
4 years ago
Maxim Masiutin
3bc2e7783c
Binary GnuPG keys downloaded via URLs by the 'ansible.builtin.apt_key' module were corrupted so 'gpg' could not import them ( https://github.com/ansible/ansible/issues/74424 ) ( #74474 )
4 years ago
Abhijeet Kasurde
9e61952cdc
command - add command name to warning ( #74475 )
4 years ago
Anatoly Pugachev
04e57d28e3
[facts] add hpux fc info, refactor aix and solaris code ( #57406 )
...
* correctly parse device from string
* check for command presence before running them
* check for command presence and return code for solaris and aix as well
* add changelog
4 years ago
Abhijeet Kasurde
7b03ebf939
setup: Add note and example of delegated facts ( #74479 )
...
* Added a note about 'delegated_facts'
* Added an example of 'delegated_facts'
Fixes : #67067
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Christian Fetzer
f194108a26
docs: Improve documentation for regex_search,replace,findall ( #74368 )
...
Improve the documentation for regex_search by adding a few more
realistic examples such as showing how to extract only parts of a
string by using regex groups.
Extend regex_findall and regex_replace by an example that includes
the multiline and ignorecase parameters.
4 years ago
Martin Krizek
68accca995
Remove needless get_next_task_for_host calls ( #74174 )
...
Called with `peek=True` and the return values are not used.
ci_complete
4 years ago
Logistic Bot
7099657dd7
Basic: don't call lstat when check_mode ( #64279 )
...
While mode is specified in check_mode, don't call lstat.
Since file may not present.
Fixes : #61185
4 years ago
Abhijeet Kasurde
b043afa025
apt: Fix fail_json API call ( #74444 )
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
Matt Clay
877e5b3dfe
Fix ansible-test AZP build lookup.
4 years ago
Matt Clay
be7de9844e
Remove obsolete Shippable specific scripts.
...
Also remove some other unncessary code from CI scripts.
4 years ago
Bill Nottingham
34c9ed8a28
Product-related updates. ( #74454 )
4 years ago
Matt Clay
c4e76a7f80
Add collection config support to ansible-test.
4 years ago
Alex Domoradov
bacede7a2b
Update first_found documentation ( #70502 )
...
* import_tasks do not work with loop. We should use include_tasks instead
* update documentation
4 years ago
Sam Doran
62cba4a6ad
incidental_setup_rabbitmq test - Use official repo for rabbitmq-erlang
...
Previously it was hosted on bintray, but that service is shutting down on May 1. Using the new
repository also required using a newer version of RabbitMQ.
4 years ago
Matt Clay
8223dfccbe
ansible-test - Improve __main__ checks.
4 years ago
Abhijeet Kasurde
39a49963b5
Update examples/scripts/uptime.py ( #74438 )
...
Fixes missing parameter 'verbosity'
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Rick Elrod
fcbf5c3185
[module_utils] make to_bits actually return ( #74409 )
...
Change:
- Instead of returning the `str` type, return the value that was
calculated.
Test Plan:
- New unit tests.
Signed-off-by: Rick Elrod <rick@elrod.me>
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
Lidiane Taquehara
f97787ca74
Update argcomplete docs links on installation guide ( #74410 )
...
Link on installation docs is outdated. Switch to currently docs at: https://kislyuk.github.io/argcomplete/
4 years ago
Sandra McCann
a75bae8a62
update versions ( #74432 )
4 years ago
Sandra McCann
d1e6ee7b21
update changelog links and release-maint page ( #74431 )
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
jakelevinez
ddfc648d37
Update VMware library installation docs ( #71219 )
...
Depending upon OS/distro, please use pip/pip3.
4 years ago
dhx-mike-palandra
c2985c491b
Update complex_data_manipulation.rst ( #72509 )
4 years ago
Hu Shuai
4880fee6ca
Fix typo in Makefile ( #74396 )
...
Fixed minor typo specfic -> specific
4 years ago
Matt Clay
cb7f4f1971
Fix pypi-test-container port conflict.
4 years ago
Brian Coca
c1879a5011
use versioned doclink for url references ( #74245 )
...
* use versioned doclink for url references
Co-authored-by: Felix Fontein <felix@fontein.de>
4 years ago
Brian Coca
85e7108d52
force version on deprecation ( #74338 )
4 years ago
Brian Coca
d8fa2b50d5
Fix world readable setting ( #74324 )
...
* Fix world readable setting
now uses shell option in all cases, the old constant still exists
as 'documentation' but it not settable.
also fix the docsite link in warnings/errors
* fix typose#
* fix comment#
* added deprecated to config
* missing :
* import cleanup
4 years ago
Alexander Sowitzki
68bdfd0052
Let unarchive handle huge files
...
Allow extracting archives that contain files which size exceeds free system memory.
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Matt Clay
ecc5a53288
Update default containers to 3.4.0. ( #74415 )
...
* Update default containers to 3.4.0.
The 3.4.0 containers use Python 3.6 (the system Python) for `/usr/bin/python3`.
Python 3.9 continues to be the default Python version selected by `ansible-test` for these containers.
* Fix shebang on build-ansible.py.
Using `python` instead of `python3` allows `ansible-test` python interception and requirements install to function.
4 years ago
Ernst Oudhof
7ca5dede97
Add weos4 network platform to documentation ( #74088 )
...
* Add weos4 network platform to documentation
* Fix small format issues
4 years ago
Alicia Cozine
c90922ee36
Docs - Split Developing collections page, add info on optional module_utils ( #74105 )
...
*
4 years ago