community.aws.waf_condition 模块 – 创建和删除 WAF 条件
注意
此模块是 community.aws 集合(版本 9.0.0)的一部分。
如果您使用的是 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用: ansible-galaxy collection install community.aws
。您需要进一步的要求才能使用此模块,请参阅 要求 以了解详细信息。
要在 playbook 中使用它,请指定: community.aws.waf_condition
。
community.aws 1.0.0 中的新增功能
概要
阅读有关 WAF 的 AWS 文档 https://aws.amazon.com/documentation/waf/
在 5.0.0 版本之前,此模块名为
community.aws.aws_waf_condition
。用法没有改变。
别名: aws_waf_condition
要求
在执行此模块的主机上需要以下要求。
python >= 3.6
boto3 >= 1.28.0
botocore >= 1.31.0
参数
参数 |
注释 |
---|---|
AWS 访问密钥 ID。 有关访问令牌的更多信息,请参阅 AWS 文档 https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys。 还可以按优先级降序使用 aws_access_key 和 profile 选项是互斥的。 aws_access_key_id 别名在 5.1.0 版本中添加,以与 AWS botocore SDK 保持一致。 ec2_access_key 别名已被弃用,将在 2024-12-01 之后的版本中删除。 对 |
|
用于验证 SSL 证书的 CA 包的位置。 也可以使用 |
|
用于修改 botocore 配置的字典。 可以在 AWS 文档中找到参数 https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html#botocore.config.Config。 |
|
使用 也可以使用 选择
|
|
连接到的 URL,而不是默认的 AWS 端点。虽然这可以用于连接到其他 AWS 兼容服务,但 amazon.aws 和 community.aws 集合仅针对 AWS 进行测试。 还可以按优先级降序使用 ec2_url 和 s3_url 别名已被弃用,将在 2024-12-01 之后的版本中删除。 对 |
|
要匹配的筛选器列表。 对于 type=byte,有效的键是 field_to_match、position、header、transformation 和 target_string。 对于 type=geo,唯一有效的键是 country。 对于 type=ip,唯一有效的键是 ip_address。 对于 type=regex,有效的键是 field_to_match、transformation 和 regex_pattern。 对于 type=size,有效的键是 field_to_match、transformation、comparison 和 size。 对于 type=sql,有效的键是 field_to_match 和 transformation。 对于 type=xss,有效的键是 field_to_match 和 transformation。 当 state=present 时是必需的。 |
|
要执行的比较类型。 仅在 type=size 时有效。 选择
|
|
地理约束的值(通常是两个字母的国家/地区代码)。 当 type=geo 时,这是唯一有效的键。 |
|
要执行匹配的字段。 当 type=byte、type=regex、type=sql 或 type=xss 时有效。 选择
|
|
应匹配的特定标头。 当 field_to_match=header 时是必需的。 当 type=byte 时有效。 |
|
要匹配的 IP 地址或 CIDR。 当 type=ip 时,这是唯一有效的键。 |
|
字段中需要进行匹配的位置。 仅当 type=byte 时有效。 选择
|
|
一个字典,描述用于执行匹配的正则表达式。 仅在 type=regex 时有效。 |
|
用于描述模式集的名称。 |
|
要匹配的正则表达式列表。 |
|
字段的大小(以字节为单位)。 仅在 type=size 时有效。 |
|
要搜索的字符串。 最多可达 50 字节。 当 type=byte 时有效。 |
|
在执行匹配之前应用于字段的转换。 当 type=byte、type=regex、type=sql 或 type=xss 时有效。 选择
|
|
要管理的 Web 应用程序防火墙条件的名称。 |
|
用于身份验证的已命名 AWS 配置文件。 有关命名配置文件的更多信息,请参阅 AWS 文档 https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html。 也可以使用 profile 选项与 aws_access_key、aws_secret_key 和 security_token 选项互斥。 |
|
如果 filters 中未传入,是否从条件中删除现有过滤器。 选择
|
|
要使用的 AWS 区域。 对于全局服务(例如 IAM、Route53 和 CloudFront),将忽略 region。 也可以使用 有关更多信息,请参阅 Amazon AWS 文档 http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region。
对 |
|
AWS 秘密访问密钥。 有关访问令牌的更多信息,请参阅 AWS 文档 https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys。 也可以按优先级降序使用 secret_key 和 profile 选项互斥。 为了与 AWS botocore SDK 保持一致,aws_secret_access_key 别名在 5.1.0 版本中添加。 ec2_secret_key 别名已弃用,将在 2024-12-01 之后的版本中删除。 对 |
|
用于临时凭证的 AWS STS 会话令牌。 有关访问令牌的更多信息,请参阅 AWS 文档 https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys。 也可以按优先级降序使用 security_token 和 profile 选项互斥。 别名 aws_session_token 和 session_token 在 3.2.0 版本中添加,参数名称在 6.0.0 版本中从 security_token 重命名为 session_token。 security_token、aws_security_token 和 access_token 别名已弃用,将在 2024-12-01 之后的版本中删除。 对 |
|
条件应该是 选择
|
|
要执行的匹配类型。 选择
|
|
设置为 强烈建议不要设置 validate_certs=false,作为替代方案,请考虑设置 aws_ca_bundle。 选择
|
|
是否使用 选择
|
备注
注意
注意: 对于模块,环境变量和配置文件是从 Ansible “主机” 上下文而不是 “控制器” 上下文读取的。 因此,可能需要将文件显式复制到 “主机”。 对于查找和连接插件,环境变量和配置文件是从 Ansible “控制器” 上下文而不是 “主机” 上下文读取的。
Ansible 使用的 AWS SDK (boto3) 也可能会从其在 Ansible “主机” 上下文中的配置文件(通常是
~/.aws/credentials
)中读取凭据和其他设置(例如区域)的默认值。 有关更多信息,请参阅 https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html。
示例
- name: create WAF byte condition
community.aws.waf_condition:
name: my_byte_condition
filters:
- field_to_match: header
position: STARTS_WITH
target_string: Hello
header: Content-type
type: byte
- name: create WAF geo condition
community.aws.waf_condition:
name: my_geo_condition
filters:
- country: US
- country: AU
- country: AT
type: geo
- name: create IP address condition
community.aws.waf_condition:
name: "{{ resource_prefix }}_ip_condition"
filters:
- ip_address: "10.0.0.0/8"
- ip_address: "192.168.0.0/24"
type: ip
- name: create WAF regex condition
community.aws.waf_condition:
name: my_regex_condition
filters:
- field_to_match: query_string
regex_pattern:
name: greetings
regex_strings:
- '[hH]ello'
- '^Hi there'
- '.*Good Day to You'
type: regex
- name: create WAF size condition
community.aws.waf_condition:
name: my_size_condition
filters:
- field_to_match: query_string
size: 300
comparison: GT
type: size
- name: create WAF sql injection condition
community.aws.waf_condition:
name: my_sql_condition
filters:
- field_to_match: query_string
transformation: url_decode
type: sql
- name: create WAF xss condition
community.aws.waf_condition:
name: my_xss_condition
filters:
- field_to_match: query_string
transformation: url_decode
type: xss
返回值
通用返回值已在此处记录 here,以下是此模块特有的字段
键 |
描述 |
---|---|
操作返回的条件。 返回: 始终 |
|
字节匹配集的 ID。 返回: 始终 示例: |
|
字节匹配元组列表。 返回: 始终 |
|
要匹配的字段。 返回: 始终 |
|
特定的标头(如果类型是标头)。 返回: 成功 示例: |
|
字段类型 返回: 成功 示例: |
|
要匹配的字段中的位置。 返回: 成功 示例: |
|
要查找的字符串。 返回: 成功 示例: |
|
在匹配之前应用于字段的转换。 返回: 成功 示例: |
|
条件的不特定于类型的 ID。 返回: 当 state 为 present 时 示例: |
|
地理约束列表。 返回: 当类型为 geo 且 state 为 present 时 |
|
地理约束类型。 返回: 成功 示例: |
|
地理约束的值(通常是国家/地区代码)。 返回: 成功 示例: |
|
地理匹配集的 ID。 返回: 当类型为 geo 且 state 为 present 时 示例: |
|
IP 地址过滤器列表 返回: 当类型为 ip 且 state 为 present 时 |
|
IP 地址的类型(IPV4 或 IPV6)。 返回: 始终 示例: |
|
IP 地址。 返回: 始终 示例: |
|
条件的 ID。 返回: 当类型为 ip 且 state 为 present 时 示例: |
|
条件名称。 返回: 当 state 为 present 时 示例: |
|
正则表达式匹配集的 ID。 返回: 当类型为 regex 且 state 为 present 时 示例: |
|
正则表达式匹配列表。 返回: 当类型为 regex 且 state 为 present 时 |
|
应用正则表达式匹配的字段。 返回: 成功 |
|
字段名称。 返回: 当类型为 regex 且 state 为 present 时 示例: |
|
正则表达式模式的 ID。 返回: 成功 示例: |
|
匹配之前应用于文本的转换 返回: 成功 示例: |
|
大小约束集的 ID。 返回: 当类型为 size 且 state 为 present 时 示例: |
|
要应用的大小约束列表。 返回: 当类型为 size 且 state 为 present 时 |
|
要应用的比较运算符。 返回: 成功 示例: |
|
应用大小约束的字段。 返回: 成功 |
|
字段名称。 返回: 成功 示例: |
|
与字段进行比较的大小。 返回: 成功 示例: |
|
匹配之前应用于文本的转换。 返回: 成功 示例: |
|
SQL 注入匹配集的 ID。 返回: 当类型为 sql 且状态为 present 时返回 示例: |
|
SQL 注入匹配集列表。 返回: 当类型为 sql 且状态为 present 时返回 |
|
应用 SQL 注入匹配的字段。 返回: 成功 |
|
字段名称。 返回: 成功 示例: |
|
匹配之前应用于文本的转换。 返回: 成功 示例: |
|
XSS 匹配集的 ID。 返回: 当类型为 xss 且状态为 present 时返回 示例: |
|
XSS 匹配集列表。 返回: 当类型为 xss 且状态为 present 时返回 |
|
应用 XSS 匹配的字段。 返回: 成功 |
|
字段名称 返回: 成功 示例: |
|
匹配前应用于文本的转换。 返回: 成功 示例: |