Replaced install-arch with something Ansible!

This commit is contained in:
Geoffrey Frogeye 2021-06-16 22:57:18 +02:00
parent a883596cf0
commit 1a8502002a
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
21 changed files with 524 additions and 4 deletions

View file

@ -0,0 +1,5 @@
if $if_up; then
chronyc online
elif $if_down; then
chronyc offline
fi