You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/runner
Rémi REY 30b3ce0f81 Add aws_secret module for managing secretsmanager on AWS (#48486)
* Adding module for managing AWS Secrets Manager resources

* adding aws_secret lookup plugin

Also use the data returned by describe_secret everywhere.

* replace the explicit /root use by a temporary dir

* aws_secret: rework module

Reworked module to use a class avoiding using client and module in every
functions.

* Added support of "recovery_window" parameter to allow user to provide
recovery period.

* updated return value to be the api output providing more details about
  the secret.

* Fix Python 3 bug in tests if the role is not removed

* Add unsupported alias due to issue restricting resource for creating secrets
6 years ago
..
completion OpenSUSE - Add OpenSUSE 15 test containers (#52793) 6 years ago
injector Fix ansible-test invocation of pytest. 6 years ago
lib Use a consistent RLIMIT_NOFILE for ansible-test. 6 years ago
requirements Add aws_secret module for managing secretsmanager on AWS (#48486) 6 years ago
setup ansible-test: make the httptester for Windows more resiliant around the shell chosen (#51416) 6 years ago
units Add test verification to ansible-test. (#22636) 8 years ago
Makefile Convert ansible-test compile into a sanity test. 7 years ago
ansible-test Make ansible-test available in the bin directory. (#45876) 6 years ago
retry.py Fix ansible-test pylint and pep8 issues. (#24245) 8 years ago
shippable.py Improve ansible-test HttpClient error handling. (#30301) 7 years ago
tox.ini allow ANSIBLE_KEEP_REMOTE_FILES for local test runner (#33357) 7 years ago
versions.py Revert "Relax ansible-test python version checking." 6 years ago