Update roles/cloud-hetzner/tasks/main.yml

Add api_token

Co-Authored-By: phaer <phaer@phaer.org>
This commit is contained in:
Jack Ivanov 2019-08-16 10:11:32 +02:00 committed by Jack Ivanov
parent 723d159b5a
commit 02f1bc957d

View file

@ -21,6 +21,7 @@
server_type: "{{ cloud_providers.hetzner.server_type }}"
image: "{{ cloud_providers.hetzner.image }}"
state: present
api_token: "{{ algo_hcloud_token }}"
ssh_keys: "{{ hcloud_ssh_key.hcloud_ssh_key.name }}"
labels:
Environment: algo