mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
13 lines
323 B
YAML
13 lines
323 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: present
|