Scaleway: enable ipv6 and switch to local boot

This commit is contained in:
Jack Ivanov 2018-05-28 20:17:35 +03:00
parent d56f50180b
commit e077a0c78e

View file

@ -74,6 +74,8 @@
name: "{{ algo_server_name }}" name: "{{ algo_server_name }}"
image: "{{ image_id }}" image: "{{ image_id }}"
commercial_type: "{{cloud_providers.scaleway.size }}" commercial_type: "{{cloud_providers.scaleway.size }}"
enable_ipv6: true
boot_type: local
tags: tags:
- Environment:Algo - Environment:Algo
- AUTHORIZED_KEY={{ lookup('file', SSH_keys.public)|regex_replace(' ', '_') }} - AUTHORIZED_KEY={{ lookup('file', SSH_keys.public)|regex_replace(' ', '_') }}