Moving ansible playbook stuff to its new resting place
This commit is contained in:
7
ansible/playbooks/run-docker-compose.yaml
Normal file
7
ansible/playbooks/run-docker-compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: webhost
|
||||
remote_user: webadmin
|
||||
tasks:
|
||||
- name: Run docker-compose up
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: ../../../containers/
|
||||
Reference in New Issue
Block a user