Add initial version of the bank-terminal role
This commit is contained in:
commit
11270d1584
7 changed files with 65 additions and 0 deletions
5
roles/bank-terminal/templates/login
Normal file
5
roles/bank-terminal/templates/login
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Managed by Ansible
|
||||
|
||||
TERM=xterm-256color ssh bank@bank.bitlair.nl
|
5
roles/bank-terminal/templates/tty_autologin.conf
Normal file
5
roles/bank-terminal/templates/tty_autologin.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Managed by Ansible
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-{{ agetty_location }} --autologin {{ bank_terminal_user }} --noclear %I $TERM
|
Loading…
Add table
Add a link
Reference in a new issue