Easzlab/kubeasz ansible installation error [How to Solve]

1: Install error message:

fatal: [192.168.1.100]: FAILED! => {“changed”: false, “msg”: “AnsibleFilterError: {{ SERVICE_CIDR | ipaddr(‘net’) | ipaddr(1) | ipaddr(‘address’) }}: The ipaddr filter requires python-netaddr be installed on the ansible controller”}

Need install python-netaddr, install commands: pip install netaddr

Install pip

  wget https://bootstrap.pypa.io/get-pip.py

    python get-pip.py

 

Similar Posts: