first commit
This commit is contained in:
13
roles/azure_createRG/tasks/main.yml
Normal file
13
roles/azure_createRG/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# tasks file for azure-createRG
|
||||
- name: Create a resource group
|
||||
azure.azcollection.azure_rm_resourcegroup:
|
||||
name: "{{ RG_name }}"
|
||||
location: westeurope
|
||||
tags:
|
||||
Division: "{{ tag_division }}"
|
||||
Scope: "{{ tag_scope }}"
|
||||
Organizational: "{{ tag_organizational }}"
|
||||
ApplicationName: "{{ tag_applicationname }}"
|
||||
Environment: "{{ tag_environment }}"
|
||||
BusinessApplicationOwner: "{{ tag_businessapplicationowner }}"
|
||||
Reference in New Issue
Block a user