Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
No longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jan 18, 2024
1 parent d8d1796 commit 5bc625c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_).
Expand Down

0 comments on commit 5bc625c

Please sign in to comment.