radvd

imp1sh radvd

Part of nftwall collection As you might have guessed, it's about setting up Router Advertisement Daemon. Example to set variables:

  - if: "eth1"
      prefixes:
            - prefix: "2001:470:7e68:1000::/64"

Example with more interfaces and maybe more prefixes:

   - if: "eth1"
     prefixes:
       - prefix: "2001:470:7e68:1000::/64"
       - prefix: "2001:470:7e68:2000::/64"
   - if: "eth2"
     prefixes:
       - prefix: "2001:470:7e68:3000::/64"
Install
ansible-galaxy install imp1sh/ansible_radvd
GitHub repository
License
mit
Downloads
18
Owner