fix: move hostvars to groupvars

This commit is contained in:
2022-12-28 19:15:32 +01:00
parent f644ceeca2
commit e7cf93a94d
6 changed files with 5 additions and 3 deletions

2
group_vars/all.yaml Normal file
View File

@@ -0,0 +1,2 @@
---
checks:

3
group_vars/irc.yaml Normal file
View File

@@ -0,0 +1,3 @@
---
checks :
- { user : sheppy, name : irc, cmd : "/bin/true"}

3
group_vars/mail.yaml Normal file
View File

@@ -0,0 +1,3 @@
---
checks :
- { user : nobody, name : mail_queue, cmd : ""}

3
group_vars/ths.yaml Normal file
View File

@@ -0,0 +1,3 @@
---
checks :
- { user : sheppy, name : irc, cmd : ""}

4
group_vars/vpn.yaml Normal file
View File

@@ -0,0 +1,4 @@
---
checks :
- { user : nobody, name : wireguard_rudi, cmd : ""}
- { user : nobody, name : wireguard_hase, cmd : ""}