adc/ansible/awfulAll.yml

10 lines
212 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:
2020-10-11 23:22:53 +00:00
- { name: awfulAll, tags: ['awfulAll'] }