在Azure中创建/更新/删除资源组 使用此角色在Azure中创建,更新,删除资源组 要求 ansible> = 2.7.0需要Azure_rm模块 Azure帐户信息Azure资源模块选项 角色变量 resource_group : # The name you want to call your RG group location : # the azure location of the RG rg_state : # Use this variable to define state absent to remove the resource group 注意,该角色不会删除其中包含对象的资源组。 可以添加该功能 依存关系 没有 剧本范例 创建一个新的资源组 - name : Azure Playbook for a single Azure Resource Group h