chore: Reorganize file tree for easier onboarding. Rust project now at the root for simple git clone && cargo run
This commit is contained in:
11
data/watchguard/ansible/configure_tftp.sh
Executable file
11
data/watchguard/ansible/configure_tftp.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# You first need to do a few things on opnsense web interface:
|
||||
# - enable ssh
|
||||
# - create a nationtech user (member of admin) with an API key (system / access /users)
|
||||
# - get an API key
|
||||
|
||||
ansible-galaxy collection install ansible.posix
|
||||
|
||||
ansible-playbook tftp.yml -i 192.168.1.1, -e ansible_user=root -e ansible_password=opnsense --connection=ssh
|
||||
|
||||
Reference in New Issue
Block a user