Nextcloud: WIP: Optional create hiddenservice
This commit is contained in:
parent
31fd563b47
commit
d1bcf9ec1a
7 changed files with 32 additions and 26 deletions
|
@ -14,6 +14,16 @@
|
|||
- import_tasks: php.yml
|
||||
tags: php
|
||||
|
||||
- name: Configure hiddenservices
|
||||
ansible.builtin.import_role:
|
||||
name: configure-hiddenservice
|
||||
tags: hiddenservice
|
||||
delegate_to: "{{ onion_host }}"
|
||||
when: item.config.hiddenservice is defined and item.config.hiddenservice
|
||||
|
||||
- import_tasks: user.yml
|
||||
tags: user
|
||||
|
||||
- import_tasks: apache.yml
|
||||
tags: apache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue