mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
c155ccd2f6
commit
cbb62236c8
1 changed files with 15 additions and 14 deletions
|
@ -123,18 +123,19 @@
|
||||||
- include_tasks: nextcloud_enabled.yml
|
- include_tasks: nextcloud_enabled.yml
|
||||||
|
|
||||||
- name: Add 'nextcloud' to list of services at /etc/iiab/iiab.ini
|
- name: Add 'nextcloud' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file:
|
||||||
section=nextcloud
|
dest: "{{ service_filelist }}"
|
||||||
option='{{ item.option }}'
|
section: Nextcloud
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: nextcloud
|
value: Nextcloud
|
||||||
- option: description
|
- option: description
|
||||||
value: '"NextCloud is a local server-based facility for sharing files, photos, contacts, calendars, etc."'
|
value: '"NextCloud is a local server-based facility for sharing files, photos, contacts, calendars, etc."'
|
||||||
- option: path
|
- option: path
|
||||||
value: "{{ nextcloud_prefix }}/nextcloud"
|
value: "{{ nextcloud_prefix }}/nextcloud"
|
||||||
- option: source
|
- option: source
|
||||||
value: "{{ nextcloud_src_file }}"
|
value: "{{ nextcloud_src_file }}"
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ nextcloud_enabled }}"
|
value: "{{ nextcloud_enabled }}"
|
||||||
|
|
Loading…
Reference in a new issue