diff options
author | Jill R <4121322+jillr@users.noreply.github.com> | 2021-04-05 17:31:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 19:31:37 -0500 |
commit | 6c471c4ce8b66562691da273dd4d76de288a70fe (patch) | |
tree | 18e47f8f5c96a8634dd191a21367feafa31b9439 | |
parent | 042d8ef500e8df29f617340fe342afdb512c3af9 (diff) | |
download | ansible-6c471c4ce8b66562691da273dd4d76de288a70fe.tar.gz |
New AWS module mod_defaults - wafv2 modules (#73975)
* New AWS module mod_defaults - wafv2 modules
* changelog
Signed-off-by: Rick Elrod <rick@elrod.me>
Co-authored-by: Rick Elrod <rick@elrod.me>
-rw-r--r-- | changelogs/fragments/wafv2-mod-defaults.yml | 2 | ||||
-rw-r--r-- | lib/ansible/config/module_defaults.yml | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/changelogs/fragments/wafv2-mod-defaults.yml b/changelogs/fragments/wafv2-mod-defaults.yml new file mode 100644 index 0000000000..16e41c7f90 --- /dev/null +++ b/changelogs/fragments/wafv2-mod-defaults.yml @@ -0,0 +1,2 @@ +minor_changes: + - aws module_defaults - add wafv2_ip_set, wafv2_ip_set_info, wafv2_resources, wafv2_resources_info, wafv2_rule_group, wafv2_rule_group_info, wafv2_web_acl, wafv2_web_acl_info diff --git a/lib/ansible/config/module_defaults.yml b/lib/ansible/config/module_defaults.yml index ef3ff6ec6c..1ce44f629d 100644 --- a/lib/ansible/config/module_defaults.yml +++ b/lib/ansible/config/module_defaults.yml @@ -502,6 +502,22 @@ groupings: - aws sts_session_token: - aws + wafv2_ip_set: + - aws + wafv2_ip_set_info: + - aws + wafv2_resources: + - aws + wafv2_resources_info: + - aws + wafv2_rule_group: + - aws + wafv2_rule_group_info: + - aws + wafv2_web_acl: + - aws + wafv2_web_acl_info: + - aws gcp_compute_address: - gcp gcp_compute_address_facts: |