From 6fbd3e7f1973fa40ff83191f6ce9c2ade43008f0 Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:02:52 +0100 Subject: [PATCH] No longer maintained --- .github/workflows/ansible-lint.yml | 6 +++--- README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 69d09ab..e8dd199 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -3,9 +3,9 @@ name: ansible-lint on: push: # All branches and tags - schedule: - # Runs automatically on the 27th of every month at 04:30 UTC - - cron: "30 04 27 * *" + # schedule: + # # Runs automatically on the 27th of every month at 04:30 UTC + # - cron: "30 04 27 * *" jobs: ansible-lint: diff --git a/README.md b/README.md index 7cbc059..07fa665 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ [![GitHub latest release](https://img.shields.io/github/v/release/dmotte/ansible-role-iptables-rules?logo=github&style=flat-square)](https://github.com/dmotte/ansible-role-iptables-rules/actions) [![Ansible Galaxy](https://img.shields.io/badge/galaxy-dmotte.iptables__rules-blueviolet?logo=ansible&style=flat-square)](https://galaxy.ansible.com/dmotte/iptables_rules) +## :warning: Warning: this project is **no longer maintained** :warning: + +I decided to convert the Ansible code [to Bash](https://github.com/dmotte/misc/tree/main/scripts) for simplicity. + +--- + Ansible role to define **persistent iptables rules**. In addition, this repository contains also a useful example of an iptables [`rules.v4`](test/rules.v4) file.