question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
antontkvcommented, Nov 28, 2020

With Ansible 2.10 use ansible.posix.firewalld for module name:

ansible db -b -m ansible.posix.firewalld -a "zone=database state=present permanent=yes"

Ansible docs for reference.

0reactions
geerlingguycommented, Apr 15, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found