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"}

View File

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