Skip to content

solution-libre/ansible-collection-ufw

UFW Ansible Collection

Table of Contents

  1. Description
  2. Requirements
  3. Usage
  4. Release notes
  5. Licensing
  6. Development
  7. Contributors

Description

Ansible collection that allows you to install and configure UFW (Uncomplicated Firewall).

Requirements

  • Collections:
    • community.general

Usage

    ansible-galaxy collection install soli.ufw

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: soli.ufw

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install soli.ufw --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install soli.ufw:==X.Y.Z

See Ansible Using Collections for more details.

Release notes

See the changelog.

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

Development

Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.

Fork this repo on our GitLab.

Contributors

The list of contributors can be found at: https://usine.solution-libre.fr/ansible/ufw/-/graphs/main.

About

Ansible collection that allows you to install and configure UFW on Debian-based Linux distributions

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks