fix umurmur deployment and remove ispublic flag

This commit is contained in:
HgO
2020-12-06 19:37:02 +01:00
parent 6914b83d96
commit 0f070764aa
19 changed files with 318 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
- name: Install NodeJS
import_role:
name: geerlingguy.nodejs
tags: nodejs
- name: Install git package
package:
name: git

View File

@@ -83,10 +83,4 @@
register: umurmur_started
- name: Trigger umurmur handlers
meta: flush_handlers
- name: Open umurmur port with UFW
ufw:
rule: allow
port: "{{ umurmur_port | str }}"
when: umurmur_ispublic | bool
meta: flush_handlers