Compare commits

..

2 Commits

Author SHA1 Message Date
tom 7249205715 remove default domain var - set debian trixie as default image 2026-02-05 13:56:58 +01:00
tom 4ac888ef7f container image list in readme 2026-02-05 10:57:48 +01:00
4 changed files with 2217 additions and 7 deletions
+1109 -2
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -1,7 +1,6 @@
---
# defaults file for tco.scw_container
scw_gen_hostlist: true
scw_gen_hostlist: 'true'
scw_type: DEV1-S
container_domain: formation.opendoor.fr
container_image: 26e4c50e-91d6-41a5-8898-9e40920e819d
container_image: 024676ab-6b3c-4473-b538-181a688d62e7
container_number_start: 1
+1104
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -2,9 +2,9 @@
- name: "{{ container_prefix }} : {{ container_action }}"
community.general.scaleway_compute:
commercial_type: "{{ item.host_type|default( scw_type )}}"
commercial_type: "{{ scw_type|default( scw_type )}}"
region: par1
name: "{{ container_name }}.{{container_domain }}"
name: "{{ container_name }}"
state: "{{ (container_action == 'delete' ) | ternary( 'absent', 'running' ) }}"
api_token: "{{ scw_api_secret_key }}"
image: "{{ container_image}}"