mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
Update roles/cloud-hetzner/tasks/main.yml
Add api_token Co-Authored-By: phaer <phaer@phaer.org>
This commit is contained in:
parent
723d159b5a
commit
02f1bc957d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue