14 lines
360 B
YAML
14 lines
360 B
YAML
---
|
|
|
|
- name: "{{ container_prefix }} : Add"
|
|
community.general.scaleway_compute:
|
|
commercial_type: "{{ scw_type }}"
|
|
region: par1
|
|
name: "{{ container_name }}"
|
|
state: "running"
|
|
api_token: "{{ secret_key }}"
|
|
image: "{{ container_image}}"
|
|
project: "{{ default_project_id }}"
|
|
public_ip: dynamic
|
|
wait: true
|