This commit is contained in:
Gary Kwok
2024-02-23 18:13:31 +08:00
commit 0530779609
3215 changed files with 455593 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
# Deploy stage -------------------------------------------------------------
# -- Target: The first node only.
# -- Objective: Stack startup.
- block:
- name: run docker
community.docker.docker_container:
name: "{{ stackName }}"
state: started
recreate: yes
image: "{{ demolamp.imageName }}:{{ ansTagVer }}"
ports:
- "80:80"