mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 17:15:14 +01:00
13 lines
325 B
YAML
13 lines
325 B
YAML
---
|
|
- name: VPS 1 setup
|
|
hosts: vps1
|
|
gather_facts: false
|
|
tasks:
|
|
#####
|
|
# END: docker compose up!
|
|
#####
|
|
# We want this to be last so that all app-specific config has been done.
|
|
- name: Docker compose up! 🚀
|
|
community.docker.docker_compose:
|
|
project_src: /apps
|
|
state: restarted
|