Add gitea and fix typo

This commit is contained in:
Alex 2020-04-11 16:18:57 +02:00
parent 711c4c25ae
commit 4a229a4dc3
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ server:
local-data: "n3.redxen.localhost. 60 IN A 10.0.0.10"
local-data: "n4.redxen.localhost. 60 IN A 10.0.0.11"
local-data: "_gitea._tcp.redxen.localhost. 60 IN SRV 0 5 443 nbg0.redxen.eu."
local-data: "_gitea._tcp.redxen.localhost. 60 IN SRV 0 5 3200 n0.redxen.localhost."
local-data: "_grafana._tcp.redxen.localhost. 60 IN SRV 0 5 3000 n0.redxen.localhost."
local-data: "_grafana._tcp.redxen.localhost. 60 IN SRV 0 5 3000 n1.redxen.localhost."

View File

@ -23,5 +23,5 @@
- name: Save netfilter rules
command:
argv:
- '/usr/sbin/netfilter-persitent'
- '/usr/sbin/netfilter-persistent'
- 'save'