mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
vps1
This commit is contained in:
parent
f53902abee
commit
e714c08de3
10 changed files with 71 additions and 13 deletions
14
playbooks/vps1.yml
Normal file
14
playbooks/vps1.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue