Remove old playbooks
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Configure yttrx frontend environment
|
|
||||||
hosts: [frontend]
|
|
||||||
roles:
|
|
||||||
- role: frontend
|
|
||||||
|
|
||||||
handlers:
|
|
||||||
- name: Re-up docker containers
|
|
||||||
command: /usr/local/bin/docker-compose.sh
|
|
||||||
args:
|
|
||||||
chdir: /home/mastodon/live
|
|
||||||
listen: "docker-compose up"
|
|
||||||
-12
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Configure yttrx webapp environment
|
|
||||||
hosts: [webapp]
|
|
||||||
roles:
|
|
||||||
- role: webapp
|
|
||||||
|
|
||||||
handlers:
|
|
||||||
- name: Re-up docker containers
|
|
||||||
command: /usr/local/bin/docker-compose.sh
|
|
||||||
args:
|
|
||||||
chdir: /home/mastodon/live
|
|
||||||
listen: "docker-compose up"
|
|
||||||
Reference in New Issue
Block a user