add attributes for labels and backup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-17 23:01:48 +02:00
parent eeef387127
commit ca716eedda
1 changed files with 2 additions and 0 deletions

View File

@ -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