linux-system-roles / firewall

Configure firewalld and system-config-firewall
https://linux-system-roles.github.io/firewall/
GNU General Public License v2.0
58 stars 32 forks source link

support gather_facts: false; support setup-snapshot.yml #71

Closed richm closed 2 years ago

richm commented 2 years ago

Some users use gather_facts: false in their playbooks. This changes the role to work in that case, by gathering only the facts it requires to run. CI testing can be sped up by creating a snapshot image pre-installed with packages. tests/setup-snapshot.yml can be used by a CI system to do this.