bank: Include Revbank setup
This commit is contained in:
parent
a4b900fb7c
commit
7dde69a9f2
8 changed files with 124 additions and 28 deletions
4
roles/bank/templates/git.cron
Normal file
4
roles/bank/templates/git.cron
Normal file
|
@ -0,0 +1,4 @@
|
|||
SHELL=/bin/bash
|
||||
|
||||
#m h dom mon dow user command
|
||||
0 * * * * {{ bank_user }} (cd /home/{{ bank_user }}/data.git && git push --mirror && git gc --auto)
|
5
roles/bank/templates/tty_autologin.conf
Normal file
5
roles/bank/templates/tty_autologin.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Managed by Ansible
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-{{ agetty_location }} --autologin {{ bank_user }} %I $TERM
|
Loading…
Add table
Add a link
Reference in a new issue