Ansible role for smart-ipv6-rotator
| defaults | ||
| meta | ||
| tasks | ||
| .cz.yaml | ||
| .gitignore | ||
| .yamllint | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
Ansible smart-ipv6-rotator
This ansible role is used to setup smart-ipv6-rotator on a host.
Usage
To use this role, add it via the git-repository to your roles in the file requirements.yaml:
- src: https://git.chaoslama.org/chaoslama/ansible-role-smart-ipv6-rotator
scm: git
version: main
name: smart_ipv6_rotator
You can pin the version to a tag, if needed.
To install roles with this mechanism, you need to run ansible-galaxy install -r requirements.yaml.
To update roles, you need to run ansible-galaxy install -fr requirements.yaml
Variables
In your inventory you need to set the following variables for this role to work:
ipv6_subnet: needs to be set to the/64ipv6-subnet to be used. Follow the steps in the official documentation to figure this out.