mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Scaleway: enable ipv6 and switch to local boot (#974)
- Enables IPv6 on Scaleway - Adds local boot on scaleway - Fixes #966
This commit is contained in:
parent
d56f50180b
commit
2d9a36d13a
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@
|
|||
name: "{{ algo_server_name }}"
|
||||
image: "{{ image_id }}"
|
||||
commercial_type: "{{cloud_providers.scaleway.size }}"
|
||||
enable_ipv6: true
|
||||
boot_type: local
|
||||
tags:
|
||||
- Environment:Algo
|
||||
- AUTHORIZED_KEY={{ lookup('file', SSH_keys.public)|regex_replace(' ', '_') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue