fatal: [ansible_connection=local]: FAILED! => {“failed”: true, “msg”: “The module bigip_pool:\n was not found in configured module paths. Additionally, core modules are missing. If this is a checkout, run ‘git submodule update --init --recursive’ to correct this problem.”}
Or is that just an example you were providing us? I recon that that path is incorrect, but If you are specifying the ansible_python_interpreter then you shouldn’t even need to include a roles path. What happens if you just remove the ansible.cfg file?
TASK [remove_node : Remove pool member from pool] ******************************
fatal: [ansible_connection=local]: FAILED! => {“failed”: true, “msg”: “The module bigip_pool:\n was not found in configured module paths. Additionally, core modules are missing. If this is a checkout, run ‘git submodule update --init --recursive’ to correct this problem.”}
to retry, use: --limit @/path/to/ansible-playbooks/f5-pool/playbook.retry
PLAY RECAP *********************************************************************
ansible_connection=local : ok=2 changed=0 unreachable=0 failed=1
I’m at a loss as to why it’s not working. The error suggests that ansible, in general, is not installed properly; regardless of the bigip_pool module. Do any other modules work?