Error p. 84: The module firewalld was redirected to community.general.firewalld, which could not be loaded
See original GitHub issue$ ansible db -b -m firewalld -a "zone=database state=present permanent=yes
> "
192.168.60.6 | FAILED! => {
"msg": "The module firewalld was redirected to community.general.firewalld, which could not be loaded."
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
ansible.posix.firewalld module – Manage arbitrary ports ...
As of Ansible 2.3, permanent operations can operate on firewalld configs when it is not running (requires firewalld >= 0.3.9).
Read more >Add listening ports to firewalld with Ansible | Enable Sysadmin
After some research, I found the community.general.listen_ports_facts Ansible module, which made it possible to find all listening TCP and UDP ...
Read more >ansible-for-devops - Bountysource
Error p. 84: The module firewalld was redirected to community.general.firewalld, which could not be loaded $ 0. Created 2 years ago in geerlingguy/ansible-for- ......
Read more >subject:"\[ansible\-project\] error"
"The module mail was redirected to community.general.notification.mail, which could not be loaded." code: - name: Mail mail: host: ...
Read more >Ansible Firewalld Module Not Found - Stack Overflow
It justs skips to task open service in firewall and gives error). Verbose output: ansible-playbook [core 2.12.2] config file = /ansible/ansible- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With Ansible 2.10 use
ansible.posix.firewalld
for module name:Ansible docs for reference.
It shouldn’t be needed since the redirect has been fixed.
Someday I’ll update book examples to use FQCN’s, but that is not this day.