8 lines
360 B
YAML
8 lines
360 B
YAML
---
|
|
- name: Configurate caddy for warehost client web
|
|
template: src=caddy.conf dest=/etc/caddy/hosts/79-warehost_client_web.act owner={{http_usr}} mode=0644
|
|
notify: reload caddy
|
|
|
|
- name: Create domain folder for warehost client web
|
|
file: path=/srv/http/domain/{{warehost_webclient_domain}} state=directory mode=0755 owner={{http_usr}} group={{http_grp}}
|