- ntop build

This commit is contained in:
mpelle426
2019-07-22 20:48:32 +01:00
parent 710adf958b
commit 5125dd9b0c
4 changed files with 78 additions and 114 deletions

View File

@@ -12,7 +12,7 @@
when: ntopng_check_deb.rc == 1
- name: Install ntopng source
become: yes
apt: deb="/home/{{ ansible_env.USER }}/Downloads/{{ ntopng_deb }}.deb"
apt: deb="/home/{{ ansible_env.USER }}/Downloads/{{ ntopng_deb }}.deb" allow_unauthenticated=yes
when: ntopng_check_deb.rc == 1
- name: install ntopng
become: yes
@@ -20,6 +20,7 @@
name: ntopng
state: present
update_cache: yes
force: yes
- name: start ntopng
become: yes
systemd: