1:一个安装报错信息如下
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"}
需要安装 python-netaddr,安装命令pip install netaddr
安装pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py