mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
fix: move hostvars to groupvars
This commit is contained in:
2
group_vars/all.yaml
Normal file
2
group_vars/all.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
checks:
|
||||
3
group_vars/irc.yaml
Normal file
3
group_vars/irc.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
checks :
|
||||
- { user : sheppy, name : irc, cmd : "/bin/true"}
|
||||
3
group_vars/mail.yaml
Normal file
3
group_vars/mail.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
checks :
|
||||
- { user : nobody, name : mail_queue, cmd : ""}
|
||||
3
group_vars/ths.yaml
Normal file
3
group_vars/ths.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
checks :
|
||||
- { user : sheppy, name : irc, cmd : ""}
|
||||
4
group_vars/vpn.yaml
Normal file
4
group_vars/vpn.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
checks :
|
||||
- { user : nobody, name : wireguard_rudi, cmd : ""}
|
||||
- { user : nobody, name : wireguard_hase, cmd : ""}
|
||||
Reference in New Issue
Block a user