11 lines
178 B
YAML
11 lines
178 B
YAML
|
---
|
||
|
|
||
|
- name: write unifi.conf
|
||
|
template:
|
||
|
src: unms_vhost.conf.j2
|
||
|
dest: /etc/nginx/conf.d/unms.conf
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: 0644
|
||
|
notify: reload nginx
|