Skip to content

Commit

Permalink
New AWS module mod_defaults - wafv2 modules (#73975)
Browse files Browse the repository at this point in the history
* New AWS module mod_defaults - wafv2 modules

* changelog

Signed-off-by: Rick Elrod <rick@elrod.me>

Co-authored-by: Rick Elrod <rick@elrod.me>
  • Loading branch information
jillr and relrod committed Apr 6, 2021
1 parent 042d8ef commit 6c471c4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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
16 changes: 16 additions & 0 deletions lib/ansible/config/module_defaults.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 6c471c4

Please sign in to comment.