mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +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
21e5d85e50
commit
723d159b5a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
name: "algo-{{ 999999 | random(seed=lookup('file', SSH_keys.public)) }}"
|
name: "algo-{{ 999999 | random(seed=lookup('file', SSH_keys.public)) }}"
|
||||||
public_key: "{{ lookup('file', SSH_keys.public) }}"
|
public_key: "{{ lookup('file', SSH_keys.public) }}"
|
||||||
state: present
|
state: present
|
||||||
|
api_token: "{{ algo_hcloud_token }}"
|
||||||
register: hcloud_ssh_key
|
register: hcloud_ssh_key
|
||||||
|
|
||||||
- name: Create a server...
|
- name: Create a server...
|
||||||
|
|
Loading…
Add table
Reference in a new issue