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:
Jack Ivanov 2018-05-28 22:16:06 +03:00 committed by Dan Guido
parent d56f50180b
commit 2d9a36d13a

View file

@ -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(' ', '_') }}