1
This commit is contained in:
14
03_azure.yml
Normal file
14
03_azure.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Remove Webserver
|
||||
hosts: localhost
|
||||
connection: local
|
||||
vars:
|
||||
user: alex
|
||||
|
||||
tasks:
|
||||
- name: Delete resource group
|
||||
azure_rm_resourcegroup:
|
||||
name: "webserver_{{ user }}"
|
||||
location: northeurope
|
||||
state: absent
|
||||
force_delete_nonempty: true
|
||||
Reference in New Issue
Block a user