mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-05-10 22:21:36 +02:00
Use command instead of docker_compose plugin
This commit is contained in:
parent
537590d799
commit
6c674ff530
4 changed files with 4 additions and 12 deletions
|
@ -30,9 +30,4 @@
|
|||
loop: "{{ groups['metal'] }}"
|
||||
|
||||
- name: Start PXE stack
|
||||
docker_compose:
|
||||
project_src: "{{ role_path }}/files"
|
||||
project_name: "pxe"
|
||||
state: present
|
||||
restarted: true
|
||||
build: true
|
||||
ansible.builtin.command: "docker compose --project-name pxe -f {{ role_path }}/files/docker-compose.yml up -d --build"
|
Loading…
Add table
Add a link
Reference in a new issue