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,15 @@
- name: Install packages
package:
name:
- ndproxy
state: present
- name: Install service configuration
copy:
src: "files/{{ item }}_rc.conf"
dest: "/etc/rc.conf.d/{{ item }}"
mode: 0644
owner: root
group: wheel
loop:
- ndproxy