Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p3r7/ansible-dec-vt
Ansible role to integrate a VTxxx into your life
https://github.com/p3r7/ansible-dec-vt
ansible-role vt100 vt220
Last synced: 1 day ago
JSON representation
Ansible role to integrate a VTxxx into your life
- Host: GitHub
- URL: https://github.com/p3r7/ansible-dec-vt
- Owner: p3r7
- License: mit
- Created: 2020-01-22T21:53:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T22:03:40.000Z (about 5 years ago)
- Last Synced: 2025-02-07T06:08:27.677Z (4 days ago)
- Topics: ansible-role, vt100, vt220
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
p3r7.dec-vt
=========Integrates a VTxxx into your life.
Automates the setup described by [Drew Devault's blog post "Integrating a VT220 into my life"](https://drewdevault.com/2016/03/22/Integrating-a-VT220-into-my-life.html).
Requirements
------------Having a hardware terminal plugged into your computer.
This role should only be played against a Linux server with SystemD.
Also, don't hesitate to take a look at [meta/main.yml](meta/main.yml).
Role Variables
--------------See [defaults/main.yml](defaults/main.yml)
Dependencies
------------None, but just in case look at [meta/main.yml](meta/main.yml).
Example Playbook
----------------- hosts: servers
roles:
- { role: p3r7.dec-vt, dec_vt_term: vt220, dec_vt_login_as_user: me }License
-------MIT
Author Information
------------------Project page: [p3r7/ansible-dec-vt](https://github.com/p3r7/ansible-dec-vt)
Author's blog: [eigenbahn.com](https://www.eigenbahn.com/)