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
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
..
cache
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration Add aws_secret module for managing secretsmanager on AWS (#48486) 6 years ago
legacy tests: cloudscale_server: convert legacy to target tests (#52576) 6 years ago
results
runner Add aws_secret module for managing secretsmanager on AWS (#48486) 6 years ago
sanity validate-modules: Fix some files modules (#52440) 6 years ago
units NSO - added validate_certs parameter to allow for ignoring of SSL certificates (#51981) 6 years ago
utils Ignore errors during container cleanup in CI. 6 years ago