mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-25 02:53:11 +00:00
Update main.yml
This commit is contained in:
parent
6d89265cc0
commit
10e59ae053
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
# mode: 0755
|
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ cloudcmd_data_directory }}"
|
- "{{ cloudcmd_data_directory }}"
|
||||||
|
|
||||||
|
@ -15,7 +14,6 @@
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ cloudcmd_data_directory }}:/config:rw"
|
- "{{ cloudcmd_data_directory }}:/config:rw"
|
||||||
- "{{ cloudcmd_browse_directory }}:/mnt/fs"
|
- "{{ cloudcmd_browse_directory }}:/mnt/fs"
|
||||||
network_mode: "bridge"
|
|
||||||
ports:
|
ports:
|
||||||
- "{{ cloudcmd_port }}:8000"
|
- "{{ cloudcmd_port }}:8000"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue