added creating new vps, fine tuned inventories (now using 2), + doc
This commit is contained in:
12
roles/remove/tasks/main.yaml
Normal file
12
roles/remove/tasks/main.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Remove server
|
||||
hcloud_server:
|
||||
name: "{{ hostname }}"
|
||||
server_type: "{{ type }}"
|
||||
image: "{{ image }}"
|
||||
location: "{{ location }}"
|
||||
enable_ipv4: false
|
||||
state: absent
|
||||
ssh_keys: "{{ ssh_keys }}"
|
||||
register: server
|
||||
|
||||
Reference in New Issue
Block a user