This commit is contained in:
nora 2023-08-27 17:07:08 +02:00
parent f53902abee
commit e714c08de3
10 changed files with 71 additions and 13 deletions

14
playbooks/vps1.yml Normal file
View file

@ -0,0 +1,14 @@
---
- 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
restarted: true