We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
From a ansible template i am using the ipaddr filter like this sample
{{ '10.10.0.1/24' | ipaddr('address') }}
Running this template with docker image williamyeh/ansible:alpine3 will throw this ansible error
williamyeh/ansible:alpine3
The ipaddr filter requires python-netaddr be installed on the ansible controller
Installing it on hosts does not help. Is it possible to add this statement inside the Dockerfile ?
apk add py-netaddr
Maybe you prefere a pull request than an issue ?
Source: https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters_ipaddr.html
Regards,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
From a ansible template i am using the ipaddr filter like this sample
{{ '10.10.0.1/24' | ipaddr('address') }}
Running this template with docker image
williamyeh/ansible:alpine3
will throw this ansible errorInstalling it on hosts does not help. Is it possible to add this statement inside the Dockerfile ?
Maybe you prefere a pull request than an issue ?
Source:
https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters_ipaddr.html
Regards,
The text was updated successfully, but these errors were encountered: