Add new awfulAll config to all.yml; create standalone play.

master
jowj 4 years ago
parent d3165b7e9e
commit ea2327d2d9

@ -19,3 +19,10 @@
- debug: msg="Deploying wg to cloud server"
roles:
- { name: wg_vpn }
- name: deploy the awful stack
hosts: prod
tasks:
- debug: msg="Deploying awful stack to cloud server"
roles:
- { name: awfulAll }

@ -0,0 +1,10 @@
---
- name: deploy the awful stack
hosts: dockerhosts
remote_user: "{{ remote_user }}"
tasks:
- debug: msg="Deploying awful stack to cloud server"
roles:
- { name: awfulAll }
Loading…
Cancel
Save