Ansible-role to configure ipv6
|
1 year ago | |
---|---|---|
defaults | 1 year ago | |
handlers | 1 year ago | |
meta | 1 year ago | |
tasks | 1 year ago | |
templates | 1 year ago | |
tests | 1 year ago | |
vars | 1 year ago | |
LICENSE.md | 1 year ago | |
README.md | 1 year ago |
Configures IPv6 networking as documented on OVH documentation
ipv6_address: The actual IPv6 address (eg: ::1) ipv6_netmask: Netmask for IPv6 ipv6_gateway: The gateway (eg: ::1) ipv6_interface: The interface to confiure (eg. eth0)
All variables are required
(No dependencies)
Variables are better placed in host_vars
as IP-addresses are unique to hosts
# playbook-dir/host_vars/localhost.yml
ipv6_address: ::1
ipv6_netmask: 128
ipv6_gateway: ::1
ipv6_interface: eth0
# playbook-dir/playbook.yml
- hosts: localhost
roles:
- { role: jeroened.ipv6 }
MIT
Contributors: