From 5bc625cc5bae5e69693890840be738be066e083b Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:02:47 +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 2e63d35..45d64a9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ [![GitHub latest release](https://img.shields.io/github/v/release/dmotte/ansible-role-hardening?logo=github&style=flat-square)](https://github.com/dmotte/ansible-role-hardening/actions) [![Ansible Galaxy](https://img.shields.io/badge/galaxy-dmotte.hardening-blueviolet?logo=ansible&style=flat-square)](https://galaxy.ansible.com/dmotte/hardening) +## :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 **harden Debian** systems. This role has been tested with **Debian 12** (_bookworm_).