blob: 9633a0e1fbdefbfc51f70af35249d93779efd1f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
- name: install packages
apt:
name:
- nginx
- python-docker
- systemd-docker
- python-openssl
state: present
- name: configure nginx
import_tasks: nginx.yml
- name: install and configure nextcloud
import_tasks: nextcloud.yml
|