chromie: Configure serial terminal server
parent
6115762847
commit
a82700a257
|
@ -10,3 +10,11 @@ nut_monitor_password: !vault |
|
||||||
3033303839363835330a383030656531383237303339623835383566383966373437343334353263
|
3033303839363835330a383030656531383237303339623835383566383966373437343334353263
|
||||||
39353665653464396164346263343538363930333062383330393165306234633331383630393236
|
39353665653464396164346263343538363930333062383330393165306234633331383630393236
|
||||||
3565376536363936333166356365363566386232326363613236
|
3565376536363936333166356365363566386232326363613236
|
||||||
|
|
||||||
|
serterm_static_windows:
|
||||||
|
- ttyS1
|
||||||
|
- ttyS2
|
||||||
|
- ttyS4
|
||||||
|
serterm_authorized_keys:
|
||||||
|
- sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAINZCN2cxMDwedJ1Ke23Z3CZRcOYjqW8fFqsooRus7RK0AAAABHNzaDo= dustin@rosalina.pyrocufflink.blue
|
||||||
|
- sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIAB6xTCSNz+AcQCWcyVKs84tThXN4wpLgCo2Lc48L6EsAAAABHNzaDo= dustin@luma.pyrocufflink.blue
|
||||||
|
|
4
hosts
4
hosts
|
@ -1,3 +1,4 @@
|
||||||
|
# vim: set ft=dosini :
|
||||||
[all:vars]
|
[all:vars]
|
||||||
ansible_python_interpreter=/usr/bin/python3
|
ansible_python_interpreter=/usr/bin/python3
|
||||||
|
|
||||||
|
@ -176,6 +177,9 @@ web0.pyrocufflink.blue
|
||||||
dc-grumbly.pyrocufflink.blue
|
dc-grumbly.pyrocufflink.blue
|
||||||
dc-headphone.pyrocufflink.blue
|
dc-headphone.pyrocufflink.blue
|
||||||
|
|
||||||
|
[serterm]
|
||||||
|
chromie.pyrocufflink.blue
|
||||||
|
|
||||||
[smtp-relay]
|
[smtp-relay]
|
||||||
smtp1.pyrocufflink.blue
|
smtp1.pyrocufflink.blue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue