11 lines
193 B
YAML
11 lines
193 B
YAML
---
|
|
|
|
- name: deploy the awful stack
|
|
hosts: dockerhosts
|
|
remote_user: "{{ remote_user }}"
|
|
tasks:
|
|
- debug: msg="Deploying awful stack to cloud server"
|
|
roles:
|
|
- { name: awfulAll }
|
|
|