first commit
This commit is contained in:
8
roles/azure_remove-vm/tasks/main.yml
Normal file
8
roles/azure_remove-vm/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# tasks file for azure_remove-vm
|
||||
- name: Remove a VM and all resources that were autocreated
|
||||
azure_rm_virtualmachine:
|
||||
resource_group: "{{RG_name}}"
|
||||
name: "{{vm_name}}"
|
||||
remove_on_absent: all_autocreated
|
||||
state: absent
|
||||
Reference in New Issue
Block a user