Add ndproxy to support neighbor discovery of VMs from the public internet.

This commit is contained in:
Tom Alexander
2025-12-07 14:31:15 -05:00
parent 613204d9fa
commit 9bc3aed323
14 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# - name: restart foo freebsd
# when: 'os_flavor == "freebsd"'
# listen: restart foo
# service:
# name: foo
# state: restarted
# - name: restart ssh linux
# when: 'os_flavor == "linux"'
# listen: restart foo
# systemd:
# state: restarted
# name: foo
# daemon_reload: yes