Matt Clay
efc5d62c49
Use a custom test module for module_defaults test.
...
This avoids a dependency on a module which will not remain in the repo after migration.
2020-02-11 13:59:33 -08:00
Felix Fontein
2d98734ad5
Amazon modules: rename _facts with ansible_facts result to _info ( #60178 )
...
* aws_s3_bucket_facts -> aws_s3_bucket_info
* cloudformation_facts -> cloudformation_info
* cloudfront_facts -> cloudfront_info
* ecs_service_facts -> ecs_service_info
* efs_facts -> efs_info
* Add changelog and porting guide entry.
* lambda_facts -> lambda_info
* Improve examples.
* Add subsection on renamed modules.
* Add sentence on registering variables.
* Fix ReST.
* Instead of renaming lambda_facts, deprecate it and replace with new module.
* Rename internal variable.
* Re-add sanity ignores for lambda_facts.
2019-08-13 08:01:37 -04:00
Ryan Brown
4c8808ec9d
Extend module_defaults
by adding default groups for cloud modules ( #44127 )
...
Extends `module_defaults` by adding a prefix to defaults `group/` which denotes a builtin list of modules. Initial groups are: `group/aws`, `group/azure`, and `group/gcp`
2018-08-22 21:33:27 -04:00
Andrew Gaffney
8673e1e661
Support for module param defaults ( #22648 )
2018-04-05 11:44:51 -04:00