https://github.com/moreati/ansible-term
Ansible collection for managing terminal emulation
https://github.com/moreati/ansible-term
ansible-collection terminfo
Last synced: 6 months ago
JSON representation
Ansible collection for managing terminal emulation
- Host: GitHub
- URL: https://github.com/moreati/ansible-term
- Owner: moreati
- Created: 2025-02-20T11:34:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T12:14:46.000Z (over 1 year ago)
- Last Synced: 2025-10-13T13:34:50.505Z (10 months ago)
- Topics: ansible-collection, terminfo
- Homepage: https://galaxy.ansible.com/ui/repo/published/moreati/term/
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Collection - moreati.term
Manage terminal emulation.
## Roles
### terminfo
Distribute a terminfo entry on the controller to targets. Defaults to
xterm-ghostty. An automation of https://ghostty.org/docs/help/terminfo.
If run with `become: true` this role will add the terminfo to the system wide
terminfo database. Otherwise only the connecting user will get it.
The bundled terminfo entries in `roles/terminfo/files/terminfo/` were copied
from Ghostty 1.1.2, Copyright (c) 2024 Mitchell Hashimoto, MIT license.
## License
MIT License