417b60a0ac
* Add role that allows access to powerdns api for certian ips via reverse proxy * Remove unneeded variables, remove systemd handlers. * Allow a list of access ips. Make this mandatory.
20 lines
344 B
Markdown
20 lines
344 B
Markdown
|
|
# Ansible Role: Allow Powerdns api access
|
|
|
|
Adds reverse Proxy directive to allow api access to powerdns. Allows limit accessing IP.
|
|
|
|
## Requirements
|
|
|
|
none
|
|
|
|
## Role Variables
|
|
Mandatory (If not defined access will be disallowed for everyone)
|
|
|
|
- pdns_limit_api_access:
|
|
- x.x.x.x
|
|
- y.y.y.y
|
|
|
|
## Dependencies
|
|
|
|
- powerdns.pns
|
|
- service-nginx
|