Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ait-aecid/aminer-ansible
Ansible-Role for the logdata-anomaly-miner
https://github.com/ait-aecid/aminer-ansible
ansible ansible-role
Last synced: about 2 months ago
JSON representation
Ansible-Role for the logdata-anomaly-miner
- Host: GitHub
- URL: https://github.com/ait-aecid/aminer-ansible
- Owner: ait-aecid
- Created: 2020-03-30T17:50:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:01:33.000Z (3 months ago)
- Last Synced: 2024-11-11T11:45:20.738Z (3 months ago)
- Topics: ansible, ansible-role
- Size: 89.8 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible-Role: Aminer
# Requirements
- Debian or Ubuntu
# Configuration
```
- hosts: localhost
roles:
- aminer
```The following playbook can be used for development. If aminer_gitrepo is false, this role will not pull from the git repository.
```
- hosts: localhost
vars:
aminer_gitrepo: False
aminer_repopath: "/home/developer/aminer"
roles:
- aminer```
# Defaults
```
aminer_tools:
- git
- rsync
aminer_repopath: "/opt/aminer"
aminer_gitrepo: "https://git.launchpad.net/logdata-anomaly-miner"
aminer_systemdloc: "/etc/systemd/system"
aminer_vardir: "/var/lib/aminer"
aminer_user: "aminer"
aminer_group: "aminer"
```## Defaults for Debian
```
aminer_packages:
- python3
aminer_usershell: /usr/sbin/nologin
```