Initial commit

This commit is contained in:
2023-12-27 11:42:24 -05:00
parent 4508421892
commit 528c810c69
4 changed files with 55 additions and 1 deletions
+22 -1
View File
@@ -1,2 +1,23 @@
# Unifi-NextDNS
# 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
``````