Closed olwe0002 closed 1 year ago
@olwe0002
Please check whether the netaddr
package is installed on your server (where you run ansible)
pip list | grep netaddr
its missing of course. shouldn't it be contained in roles/consul/requirements.yml
if it is needed for this role? that's my point here.
https://github.com/vitabaks/postgresql_cluster/blob/master/roles/consul/requirements.yml
---
collections:
- name: ansible.utils
version: 2.6.1
there is nothing about netaddr here, only the collection necessary for work is described.
I will check later and automate the installation of netaddr package if it is not already there.
to install a cluster type C with consul, you advice to install further requirements for consul.
this results in the following error: