- Debian or Redhat derivats are supported
- 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
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"
aminer_packages:
- python3
aminer_usershell: /usr/sbin/nologin
aminer_packages:
- epel-release
- python34
- python36
aminer_usershell: /sbin/nologin