This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-warehost/warehost-api/tasks/caddy.yml

5 lines
151 B
YAML
Raw Normal View History

2016-11-22 14:14:04 +01:00
---
- name: Configurate caddy
2016-12-07 11:49:05 +01:00
template: src=caddy.conf dest=/etc/caddy/hosts/80-warehost-api.act owner={{http_usr}} mode=0644
2016-11-22 14:14:04 +01:00
notify: reload caddy