Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```