Compare commits

..

No commits in common. "8eedffecf9b3dc178ce449a8d8f456348a6ae37b" and "4d7efb70ecc3ecb1dd7a2f17da885c55aa446a37" have entirely different histories.

3 changed files with 20 additions and 9 deletions

View file

@ -3,12 +3,3 @@
become: yes
roles:
- wireguard
tasks:
- name: Setup wireguard as trusted network
firewalld:
zone: trusted
immediate: yes
interface: wg0
permanent: yes
state: present
when: "'frames' in group_names"

View file

@ -67,3 +67,13 @@
tags:
- monit-config
- monit-fim
- name: Setup firewall rule
firewalld:
port: 2812/tcp
zone: public
permanent: yes
state: enabled
immediate: yes
tags:
- monit-config

View file

@ -35,3 +35,13 @@
notify: restart munin-node
tags:
- munin-node-config
- name: Setup firewall rule
firewalld:
port: 4949/tcp
zone: public
permanent: yes
state: enabled
immediate: yes
tags:
- munin-node-config