Skip to content
Snippets Groups Projects
Commit 55bb75c4 authored by Arne Øslebø's avatar Arne Øslebø
Browse files

install freq processor

parent 11accc3e
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,22 @@
tags:
- start
- name: Create conf/enrich/freq dir
file: path={{ ansible_facts.env['NIFI_HOME'] }}/conf/enrich/freq state=directory
tags:
- start
- name: Download freq processor
get_url:
url: 'https://scm.uninett.no/geant-wp8-t3.1/nifi-processors/-/raw/master/scripts/freq/{{ item }}'
dest: "{{ ansible_facts.env['NIFI_HOME'] }}/conf/enrich/freq/"
with_items:
- alexa.json
- freq.py
- freqProcessor.py
tags:
- start
- name: Copy empty GeoLite2-City database
copy:
src: GeoLite2-City.mmdb
......@@ -92,6 +108,13 @@
tags:
- start
- name: Copy CountriesWithRegionalCodes.csv
copy:
src: CountriesWithRegionalCodes.csv
dest: "{{ ansible_facts.env['NIFI_HOME'] }}/conf/enrich/CountriesWithRegionalCodes.csv"
tags:
- start
- name: Download list of Tor exist nodes
get_url:
url: https://check.torproject.org/torbulkexitlist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment