An open API service indexing awesome lists of open source software.

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

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