gantsign.terminator
Ansible Role: Terminator
This Ansible role is for installing the Terminator terminal emulator.
Requirements
- You need Ansible version 2.8 or higher.
- This role works on Ubuntu:
- Bionic (18.04)
- Focal (20.04)
- Note: Other versions of Ubuntu might work but haven't been tested.
Role Variables
There are no specific variables for this role.
Example Playbook
Here's a simple example of how to use this role:
- hosts: servers
roles:
- role: gantsign.terminator
More Roles From GantSign
You can see more roles by GantSign on Ansible Galaxy.
Development & Testing
This project uses Molecule for development and testing. The role is unit tested with Testinfra and pytest.
To develop or test this role, ensure you have these installed:
To simplify installations, this project includes Molecule Wrapper. It’s a script that installs Molecule and its dependencies (except Linux) and runs Molecule with the command you provide.
To test this role with Molecule Wrapper, run this command from the project's main folder:
./moleculew test
Note: Some dependencies might require sudo
permission to install.
License
MIT License
Author Information
John Freeman
GantSign Ltd. Company No. 06109112 (registered in England)
Role for installing the Terminator terminal emulator.
ansible-galaxy install gantsign.terminator