public-health-ch/ansible/docker.yaml

10 lines
205 B
YAML
Raw Normal View History

2017-04-24 12:22:51 +00:00
- hosts: webservers
become: yes
become_method: 'sudo'
gather_facts: yes
roles:
- role: docker-ubuntu
docker_users: ansible
- role: docker-compose
docker_compose_version: 1.12.0