adc/ansible/awfulAll.yml

11 lines
193 B
YAML
Raw Normal View History

---
- name: deploy the awful stack
hosts: dockerhosts
remote_user: "{{ remote_user }}"
tasks:
- debug: msg="Deploying awful stack to cloud server"
roles:
- { name: awfulAll }