Firewalld

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Firewalld

As a: UNIX and Linux system administrator

I want to:

  • feature 1
  • feature 2

So that: benefit

Using the role

Using the role in a playbook
---
- name: Install firewalld
  hosts: all

  tasks:
    - name: firewalld is configured
      import_role:
        name: crivetimihai.firewalld
      vars:
        firewalld_enable_service: true
      tags: firewalld
# Install the role
ansible-galaxy install crivetimihai.firewalld

# Run the playbook
ansible-playbook firewalld-playbook.yml

Last update: 2020-02-08