Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- name: Install and Configure NextDNS CLI
|
||||
hosts: UDM
|
||||
gather_facts: yes
|
||||
|
||||
tasks:
|
||||
- name: Download and install NextDNS CLI
|
||||
ansible.builtin.expect:
|
||||
command: sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"'
|
||||
responses:
|
||||
Question:
|
||||
- i
|
||||
- e3448e
|
||||
- Y
|
||||
- Y
|
||||
- Y
|
||||
|
||||
- name: Start NextDNS CLI
|
||||
ansible.builtin.command:
|
||||
cmd: nextdns start
|
||||
ignore_errors: yes
|
||||
Reference in New Issue
Block a user