add attributes for labels and backup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eeef387127
commit
ca716eedda
@ -6,6 +6,8 @@
|
||||
ssh_keys: "{{ hcloud_server.ssh_keys | default([]) }}"
|
||||
image: "{{ hcloud_server.image | default('centos-7') }}"
|
||||
location: "{{ hcloud_server.location | default('nbg1') }}"
|
||||
backups: "{{ hcloud_server.backups | default('no') }}"
|
||||
labels: "{{ hcloud_server.labels | default([]) }}"
|
||||
api_token: "{{ hcloud_server.api_token | default(hcloud_server_default_api_token | default(omit)) }}"
|
||||
state: present
|
||||
changed_when: False
|
||||
|
Loading…
Reference in New Issue
Block a user