Ansible firewalld module question

12 views
Skip to first unread message

Xinhuan Zheng

unread,
Jan 16, 2020, 12:20:17 PM1/16/20
to Ansible Project
Hello,




- firewalld:
    service: https
    permanent: yes
    state: enabled


We want to make it more descriptive in our role's tasks/main.yml file, since it is part of a large playbook:

- name: Firewalld open https
firewalld:
  service: https permanent: yes state: enabled


However, it doesn't work in the large playbook which calls that role. Does anybody know why?

Thank you,

- Xinhuan

Reply all
Reply to author
Forward
0 new messages