barker/ansible/playbook.yml

14 lines
254 B
YAML
Raw Normal View History

2020-12-19 05:12:20 +00:00
#################################################
# DO Community Playbooks: Docker
#################################################
---
- hosts: barker
2020-12-19 05:12:20 +00:00
become: true
vars_files:
- default
- "{{ var_file }}"
2020-12-19 05:12:20 +00:00
roles:
- barker
- nginx