removing unused role
This commit is contained in:
parent
15dfaea8db
commit
e03daa62e5
@ -1,15 +0,0 @@
|
|||||||
- name: Ensure docker compose directory is present
|
|
||||||
ansible.builtin.file:
|
|
||||||
path: compose
|
|
||||||
state: directory
|
|
||||||
- name: Copy in the docker-compose template
|
|
||||||
ansible.builtin.template:
|
|
||||||
src: compose.yaml
|
|
||||||
dest: compose/compose.yaml
|
|
||||||
owner: nigel
|
|
||||||
mode: "0644"
|
|
||||||
- name: Run the docker compose yaml
|
|
||||||
become: true
|
|
||||||
community.docker.docker_compose_v2:
|
|
||||||
project_src: compose
|
|
||||||
remove_orphans: true
|
|
@ -1,6 +0,0 @@
|
|||||||
services:
|
|
||||||
health:
|
|
||||||
image: nginx:latest
|
|
||||||
container_name: health
|
|
||||||
ports:
|
|
||||||
- "8080:80"
|
|
Loading…
Reference in New Issue
Block a user