container image list in readme

This commit is contained in:
2026-02-05 10:57:48 +01:00
parent d1dbc79371
commit 4ac888ef7f
2 changed files with 1110 additions and 2 deletions

1110
README.md

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
- name: "{{ container_prefix }} : {{ container_action }}" - name: "{{ container_prefix }} : {{ container_action }}"
community.general.scaleway_compute: community.general.scaleway_compute:
commercial_type: "{{ item.host_type|default( scw_type )}}" commercial_type: "{{ scw_type|default( scw_type )}}"
region: par1 region: par1
name: "{{ container_name }}.{{container_domain }}" name: "{{ container_name }}.{{container_domain }}"
state: "{{ (container_action == 'delete' ) | ternary( 'absent', 'running' ) }}" state: "{{ (container_action == 'delete' ) | ternary( 'absent', 'running' ) }}"