James Tombleson
2293051d22
ignoring hosts as sensitive data will be stored in it. Copy hosts.template to hosts and update the file for local use.
12 lines
178 B
YAML
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
|
|
|
|
|