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
7b0d68b786
commit
29899abf50
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
name: "algo-{{ 999999 | random(seed=lookup('file', SSH_keys.public)) }}"
|
||||
public_key: "{{ lookup('file', SSH_keys.public) }}"
|
||||
state: present
|
||||
api_token: "{{ algo_hcloud_token }}"
|
||||
register: hcloud_ssh_key
|
||||
|
||||
- name: Create a server...
|
||||
|
|
Loading…
Add table
Reference in a new issue