You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
312 B
YAML
13 lines
312 B
YAML
---
|
|
|
|
### tags:
|
|
|
|
- name: Ensure the server {{ inventory_hostname }} is {{ hetzner_state }}
|
|
hcloud_server:
|
|
api_token: "{{ hetzner_authentication_ansible }}"
|
|
image: "{{ hetzner_server_image }}"
|
|
name: "{{ inventory_hostname }}"
|
|
state: "{{ hetzner_state }}"
|
|
delegate_to: 127.0.0.1
|
|
become: false
|