carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
440 stars 65 forks source link

ansible task "Install PKI packages" failed #217

Closed thecreed closed 4 years ago

thecreed commented 4 years ago

TASK [debops.pki : Install PKI packages] ************************************************************************************************************************************************************************** fatal: [eslutsky.com]: FAILED! => {"msg": "An unhandled exception occurred while templating '{{ (True if ((ansible_all_ipv4_addresses|d([]) + ansible_all_ipv6_addresses|d([])) | ipaddr(\"public\") and pki_default_domain) else False) | bool }}'. Error was a <class 'ansible.errors.AnsibleFilterError'>, original message: The ipaddr filter requires python's netaddr be installed on the ansible controller"} solved by pip install netaddr on the deployment

carlalexander commented 4 years ago

Can you clarify where you installed netaddr? Was it on the eslutsky.com server?

thecreed commented 4 years ago

nope .. on the ansible controller node.

carlalexander commented 4 years ago

Update the docs. Thanks! 👍