first commit
This commit is contained in:
18
azure_create-rg.yml
Normal file
18
azure_create-rg.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
- name: azure create resource group
|
||||
become: true
|
||||
become_user: root
|
||||
# become_method: runas
|
||||
hosts: localhost
|
||||
roles:
|
||||
# - role: linux_update
|
||||
- role: azure_createRG
|
||||
|
||||
environment:
|
||||
#aperam.com
|
||||
- AZURE_CLIENT_ID: 140ddce1-f5e1-45a3-84e0-38e8ec16e72b
|
||||
- AZURE_SECRET: "{{secret}}"
|
||||
- AZURE_SUBSCRIPTION_ID: "{{((sub_id | split(':'))[1]) | trim }}"
|
||||
- AZURE_TENANT: 26845d4f-0cf4-4d08-b717-06b6b7824ec4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user