fix intend
This commit is contained in:
parent
8ae8201d82
commit
f1ba14ff20
|
@ -1,19 +1,19 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: nextcloud data
|
- name: nextcloud data
|
||||||
file:
|
file:
|
||||||
path: "{{ nextcloud_data }}"
|
path: "{{ nextcloud_data }}"
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
|
||||||
|
|
||||||
- name: nextcloud container
|
- name: nextcloud container
|
||||||
docker_container:
|
docker_container:
|
||||||
name: nextcloud.0rpheus.net
|
name: nextcloud.0rpheus.net
|
||||||
image: "nextcloud:{{ nextcloud_version }}"
|
image: "nextcloud:{{ nextcloud_version }}"
|
||||||
pull: yes
|
pull: yes
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:2090:80
|
- 127.0.0.1:2090:80
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ nextcloud_data }}:/var/www/html/"
|
- "{{ nextcloud_data }}:/var/www/html/"
|
||||||
|
|
Loading…
Reference in New Issue