https://github.com/farisc0de/ansible-role-lynisscan
an Ansible role to perform a scan with Lynis
https://github.com/farisc0de/ansible-role-lynisscan
Last synced: 10 months ago
JSON representation
an Ansible role to perform a scan with Lynis
- Host: GitHub
- URL: https://github.com/farisc0de/ansible-role-lynisscan
- Owner: farisc0de
- License: mit
- Created: 2024-06-19T02:13:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T22:30:50.000Z (almost 2 years ago)
- Last Synced: 2025-07-10T20:36:25.212Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lynis Scan Role
This role will install Lynis and run a scan on the target host. The results will be saved to a file in the user's tmp directory.
## Features
- Installs Lynis
- Runs a scan on the target host
- Saves the results to a file in the user's tmp directory
## How to use
```bash
ansible-galaxy install farisc0de.lynisscan
```
```yml
- hosts: all
roles:
- role: farisc0de.lynisscan
```
## License
MIT