azure.azcollection.azure_rm_storageaccountmanagementpolicy 模块 – 管理存储帐户管理策略

注意

此模块是 azure.azcollection 集合 (版本 3.1.0) 的一部分。

如果您使用的是 ansible 软件包,则可能已安装此集合。它不包含在 ansible-core 中。要检查是否已安装它,请运行 ansible-galaxy collection list

要安装它,请使用: ansible-galaxy collection install azure.azcollection。您需要其他要求才能使用此模块,有关详细信息,请参见 要求

要在剧本中使用它,请指定: azure.azcollection.azure_rm_storageaccountmanagementpolicy

azure.azcollection 2.4.0 中的新增功能

概要

  • 创建、更新或删除存储帐户管理策略。

要求

执行此模块的主机需要以下要求。

  • python >= 2.7

  • 执行此模块的主机必须通过 galaxy 安装 azure.azcollection 集合

  • 集合的 requirements.txt 中列出的所有 python 包必须通过 pip 安装在执行 azure.azcollection 集合中模块的主机上

  • 完整的安装说明可在 https://galaxy.ansible.com/azure/azcollection 找到

参数

参数

注释

ad_user

字符串

活动目录用户名。在使用活动目录用户而不是服务主体进行身份验证时使用。

adfs_authority_url

字符串

azure.azcollection 0.0.1 中添加

Azure AD 授权 URL。在使用用户名/密码进行身份验证并且拥有自己的 ADFS 授权时使用。

api_profile

字符串

azure.azcollection 0.0.1 中添加

选择在与 Azure 服务通信时要使用的 API 配置文件。 latest 的默认值适用于公共云;未来的值将允许与 Azure Stack 一起使用。

默认值: "latest"

auth_source

字符串

azure.azcollection 0.0.1 中添加

控制用于身份验证的凭据来源。

也可以通过 ANSIBLE_AZURE_AUTH_SOURCE 环境变量设置。

设置为 auto(默认值)时,优先级为模块参数 -> env -> credential_file -> cli

设置为 env 时,凭据将从环境变量中读取。

设置为 credential_file 时,它将从 ~/.azure/credentials 读取配置文件。

设置为 cli 时,凭据将来自 Azure CLI 配置文件。subscription_id 或环境变量 AZURE_SUBSCRIPTION_ID 可用于识别订阅 ID(如果存在多个),否则使用默认的 az cli 订阅。

设置为 msi 时,主机必须是启用了 MSI 扩展的 Azure 资源。subscription_id 或环境变量 AZURE_SUBSCRIPTION_ID 可用于识别订阅 ID(如果资源被授予对多个订阅的访问权限),否则选择第一个订阅。

Ansible 2.6 中添加了 msi

选项

  • "auto" ← (默认值)

  • "cli"

  • "credential_file"

  • "env"

  • "msi"

cert_validation_mode

字符串

azure.azcollection 0.0.1 中添加

控制 Azure 端点的证书验证行为。默认情况下,所有模块都将验证服务器证书,但在使用 HTTPS 代理或针对 Azure Stack 时,可能需要通过传递 ignore 来禁用此行为。也可以通过凭据文件配置文件或 AZURE_CERT_VALIDATION 环境变量设置。

选项

  • "ignore"

  • "validate"

client_id

字符串

Azure 客户端 ID。在使用服务主体或托管身份 (msi) 进行身份验证时使用。

也可以通过 AZURE_CLIENT_ID 环境变量设置。

cloud_environment

字符串

azure.azcollection 0.0.1 中添加

对于美国公共云以外的云环境,环境名称(由 Azure Python SDK 定义,例如 AzureChinaCloudAzureUSGovernment)或元数据发现端点 URL(Azure Stack 需要)。也可以通过凭据文件配置文件或 AZURE_CLOUD_ENVIRONMENT 环境变量设置。

默认值: "AzureCloud"

disable_instance_discovery

布尔值

azure.azcollection 2.3.0 中添加

确定在尝试身份验证时是否执行实例发现。将其设置为 true 将完全禁用实例发现和权限验证。此功能旨在用于无法访问元数据端点的情况,例如私有云或 Azure Stack。实例发现过程需要从 https://login.microsoft.com/ 获取权限元数据以验证权限。将其设置为 **True** 将禁用权限验证。因此,务必确保已配置的权限主机有效且可信。

通过凭据文件配置文件或 AZURE_DISABLE_INSTANCE_DISCOVERY 环境变量设置。

选项

  • false ← (默认)

  • true

log_mode

字符串

父参数。

log_path

字符串

父参数。

password

字符串

Active Directory 用户密码。使用 Active Directory 用户而非服务主体进行身份验证时使用。

profile

字符串

在 ~/.azure/credentials 文件中找到的安全配置文件。

resource_group

别名:resource_group_name

字符串 / 必需

要使用的资源组名称。

rules

列表 / 元素=字典

存储帐户管理策略规则。

definition

字典 / 必需

是否启用规则

actions

字典 / 必需

定义操作集的对象。

base_blob

字典

基本 Blob 的管理策略操作。

delete

字典

删除 Blob 的函数。

days_after_last_access_time_greater_than

浮点数

此属性只能与上次访问时间跟踪策略结合使用。

days_after_modification_greater_than

浮点数

指示上次修改后天数的值。

enable_auto_tier_to_hot_from_cool

布尔值

此属性启用在 Blob 访问时将 Blob 从冷层自动分层到热层。

选项

  • false

  • true

tier_to_archive

字典

将 Blob 分层到归档存储的函数。

支持当前处于热层或冷层的 Blob。

days_after_last_access_time_greater_than

浮点数

此属性只能与上次访问时间跟踪策略结合使用。

days_after_modification_greater_than

浮点数

指示上次修改后天数的值。

tier_to_cool

字典

将 Blob 分层到冷存储的函数。

支持当前处于热层的 Blob。

days_after_last_access_time_greater_than

浮点数

此属性只能与上次访问时间跟踪策略结合使用。

days_after_modification_greater_than

浮点数

指示上次修改后天数的值。

snapshot

字典

快照的管理策略操作。

delete

字典

删除 Blob 快照的函数。

days_after_creation_greater_than

浮点数 / 必需

指示创建后天数的值。

tier_to_archive

字典

将 Blob 快照分层到归档存储的函数。

支持当前处于热层或冷层的 Blob 快照。

days_after_creation_greater_than

浮点数 / 必需

指示创建后天数的值。

tier_to_cool

字典

将 Blob 快照分层到冷存储的函数。

支持处于热层的 Blob 快照。

days_after_creation_greater_than

浮点数 / 必需

指示创建后天数的值。

version

字典

版本的管理策略操作。

delete

字典

删除 Blob 版本的函数。

days_after_creation_greater_than

浮点数 / 必需

指示创建后天数的值。

tier_to_archive

字典

将 Blob 版本分层到归档存储的函数。

支持当前处于热层或冷层的 Blob 版本。

days_after_creation_greater_than

浮点数 / 必需

指示创建后天数的值。

tier_to_cool

字典

将 Blob 版本分层到冷存储的函数。

支持当前处于热层的 Blob 版本。

days_after_creation_greater_than

浮点数 / 必需

指示创建后天数的值。

filters

字典

定义筛选器集的对象。

blob_index_match

列表 / 元素=字典

基于 Blob 索引标签的筛选器数组,最多可以有 10 个标签筛选器。

name

字符串 / 必需

这是筛选器标签名称,可以包含 1-128 个字符。

op

字符串 / 必需

这是用于对象比较和筛选的比较运算符。

当前仅支持 ==(相等运算符)。

value

字符串 / 必需

这是用于基于标签筛选的筛选器标签值字段。

它可以包含 0-256 个字符。

blob_types

列表 / 元素=字符串 / 必需

预定义枚举值的数组。

目前,blockBlob 支持所有分层和删除操作。appendBlob 仅支持删除操作。

选项

  • "blockBlob"

  • "appendBlob"

prefix_match

列表 / 元素=字符串

要匹配的前缀的字符串数组。

enabled

布尔值

是否启用规则

选项

  • false

  • true

name

字符串 / 必需

策略规则的名称。

规则名称可以包含任何字母数字字符组合。

type

字符串 / 必需

策略规则的类型。

选项

  • "Lifecycle"

secret

字符串

Azure 客户机密钥。使用服务主体进行身份验证时使用。

state

字符串

存储帐户管理策略的状态。使用 present 添加或更新策略规则。

使用 absent 删除所有策略规则。

选项

  • "absent"

  • "present" ← (默认)

storage_account_name

字符串 / 必需

存储帐户的名称。

subscription_id

字符串

您的 Azure 订阅 ID。

tenant

字符串

Azure 租户 ID。使用服务主体进行身份验证时使用。

thumbprint

字符串

在 azure.azcollection 1.14.0 中添加

在 *x509_certificate_path* 中指定的私钥的指纹。

使用服务主体进行身份验证时使用。

如果定义了 *x509_certificate_path*,则为必需。

x509_certificate_path

路径

在 azure.azcollection 1.14.0 中添加

PEM 格式的服务主体使用的 X509 证书的路径。

证书必须附加到私钥。

使用服务主体进行身份验证时使用。

注释

注意

  • 对于使用 Azure 进行身份验证,您可以传递参数、设置环境变量、使用存储在 ~/.azure/credentials 中的配置文件,或者在运行任务或 playbook 之前使用 az login 登录。

  • 也可以使用服务主体或 Active Directory 用户进行身份验证。

  • 要通过服务主体进行身份验证,请传递 subscription_id、client_id、secret 和 tenant,或设置环境变量 AZURE_SUBSCRIPTION_ID、AZURE_CLIENT_ID、AZURE_SECRET 和 AZURE_TENANT。

  • 要通过 Active Directory 用户进行身份验证,请传递 ad_user 和 password,或在环境中设置 AZURE_AD_USER 和 AZURE_PASSWORD。

  • 或者,凭据可以存储在 ~/.azure/credentials 中。这是一个包含 [default] 部分和以下键的 ini 文件:subscription_id、client_id、secret 和 tenant 或 subscription_id、ad_user 和 password。也可以添加其他配置文件。通过传递 profile 或在环境中设置 AZURE_PROFILE 来指定配置文件。

另请参阅

另请参阅

使用 Azure CLI 登录

如何使用 az login 命令进行身份验证。

示例

- name: Create storage account management policy with multi parameters
  azure_rm_storageaccountmanagementpolicy:
    resource_group: testRG
    storage_account_name: testaccount
    rules:
      - name: olcmtest5
        type: Lifecycle
        enabled: false
        definition:
          actions:
            base_blob:
              enable_auto_tier_to_hot_from_cool: true
              delete:
                days_after_modification_greater_than: 33
                days_after_last_access_time_greater_than: 33
              tier_to_cool:
                days_after_modification_greater_than: 33
                days_after_last_access_time_greater_than: 33
              tier_to_archive:
                days_after_modification_greater_than: 33
                days_after_last_access_time_greater_than: 33
            snapshot:
              tier_to_cool:
                days_after_creation_greater_than: 33
              tier_to_archive:
                days_after_creation_greater_than: 33
              delete:
                days_after_creation_greater_than: 33
            version:
              tier_to_archive:
                days_after_creation_greater_than: 33
              tier_to_cool:
                days_after_creation_greater_than: 33
              delete:
                days_after_creation_greater_than: 33
          filters:
            prefix_match:
              - olcmtestcontainer2
            blob_types:
              - blockBlob
              - appendBlob
            blob_index_match:
              - name: tags3
                op: '=='
                value: value3

- name: Delete management policy rules
  azure_rm_storageaccountmanagementpolicy:
    resource_group: "{{ resource_group }}"
    storage_account_name: "st{{ rpfx }}"
    state: absent

返回值

常见的返回值已在 此处 记录,以下是此模块独有的字段

描述

state

复杂

与指定的存储帐户关联的数据策略规则。

返回:始终

id

字符串

数据策略的 ID。

返回:始终

示例: "/subscriptions/xxx-xxx/resourceGroups/testRG/providers/Microsoft.Storage/storageAccounts/sttest/managementPolicies/default"

last_modified_time

字符串

返回上次修改 ManagementPolicies 的日期和时间。

返回:始终

示例: "2024-04-12T11:40:10.376465+00:00"

name

字符串

资源的名称。

返回:始终

示例: "DefaultManagementPolicy"

policy

复杂

存储帐户管理策略。

返回:始终

rules

列表 / 元素=字符串

存储帐户管理策略规则。

返回:始终

示例: [{"definition": {"actions": {"base_blob": {"delete": {"days_after_last_access_time_greater_than": 33.0, "days_after_modification_greater_than": 33.0}, "enable_auto_tier_to_hot_from_cool": true, "tier_to_archive": {"days_after_last_access_time_greater_than": 33.0, "days_after_modification_greater_than": 33.0}, "tier_to_cool": {"days_after_last_access_time_greater_than": 33.0, "days_after_modification_greater_than": 33.0}}, "snapshot": {"delete": {"days_after_creation_greater_than": 33.0}, "tier_to_archive": {"days_after_creation_greater_than": 33.0}, "tier_to_cool": {"days_after_creation_greater_than": 33.0}}, "version": {"delete": {"days_after_creation_greater_than": 33.0}, "tier_to_archive": {"days_after_creation_greater_than": 33.0}, "tier_to_cool": {"days_after_creation_greater_than": 33.0}}}, "filters": {"blob_index_match": [{"name": "tags3", "op": "==", "value": "value3"}], "blob_types": ["blockBlob", "appendBlob"], "prefix_match": ["olcmtestcontainer2"]}}, "enabled": false, "name": "olcmtest5", "type": "Lifecycle"}]

resource_group

字符串

资源组名称。

返回:始终

示例: "testRG"

storage_account_name

字符串

存储帐户名称。

返回:始终

示例: "teststname"

type

字符串

资源类型。

返回:始终

示例: "Microsoft.Storage/storageAccounts/managementPolicies"

作者

  • xuzhang3 (@xuzhang3)

  • Fred-sun (@Fred-sun)