Initial commit
This commit is contained in:
commit
fa2f63e28e
10 changed files with 87 additions and 0 deletions
8
roles/timelogger/templates/timelogger.j2
Normal file
8
roles/timelogger/templates/timelogger.j2
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
for (( ; ; ))
|
||||
do
|
||||
sleep 1s
|
||||
date | tee -a {{ timeloggerOutputDirectory }}/timelogger.log
|
||||
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue