Add ndproxy to support neighbor discovery of VMs from the public internet.
This commit is contained in:
14
ansible/roles/ndproxy/handlers/main.yaml
Normal file
14
ansible/roles/ndproxy/handlers/main.yaml
Normal 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
|
||||
Reference in New Issue
Block a user