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