Ansible/playbook/linux/docker/deployOwnCloud.yml
James Tombleson 2293051d22 Updatred the hosts file and starting windows testing
ignoring hosts as sensitive data will be stored in it.  Copy hosts.template to hosts and update the file for local use.
2019-04-07 11:37:31 -07:00

12 lines
178 B
YAML

- name: Deploy OwnCloud
hosts: linux
become_method: sudo
tasks:
- name: Check if docker is installed.
apt:
name: docker
state: present