feat(watchguard): debut d'automation, structure tftp

This commit is contained in:
2024-09-02 07:49:56 -04:00
parent 411e3ce8cd
commit 231b1cca9f
27 changed files with 475 additions and 0 deletions

View 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