24 lines
405 B
Markdown
24 lines
405 B
Markdown
# Unifi-NextDNS: Automated with Ansible
|
|
|
|
This repo servers to install/reinstall NextDNS CLI on the UDMP
|
|
|
|
### Pre Requisites
|
|
|
|
SSH key based authentication must be setup to the UDM.
|
|
|
|
### To Use These Playbooks
|
|
|
|
Simply clone this repository and follow the readme below.
|
|
|
|
### File structure:
|
|
|
|
``````
|
|
├── ansible.cfg
|
|
├── inventory.yml
|
|
└── playbooks
|
|
├── config-nextdns.yml
|
|
|
|
``````
|
|
|
|
|