10 lines
202 B
YAML
10 lines
202 B
YAML
|
---
|
||
|
- name: Template nginx configuration.
|
||
|
template:
|
||
|
src: "pdns_api.conf.j2"
|
||
|
dest: "/etc/nginx/conf.d/pdns_api.conf"
|
||
|
owner: "root"
|
||
|
group: "root"
|
||
|
mode: "0644"
|
||
|
notify: Reload nginx
|