tint2
ansible-role-tint2
Ansible role for installing tint2 and performing basic setup and configuration.
Requirements
Poetry. Install it from https://python-poetry.org/docs/
Role Variables
config_owner:
String (mandatory) to specify the Linux user that should have tint2 setup for them.
launcher_item_app:
List (mandatory) to specify which applications to add to the tint2 launcher.
More variables (optional) are found in defaults/main.yml, and the rest of them are used with the tint2rc.j2 template.
Dependencies
None
Example Playbook
- hosts: all
vars:
config_owner: 'maya'
launcher_item_app:
- '/usr/share/applications/chromium-browser.desktop'
- '/usr/share/applications/pcmanfm.desktop'
- '/usr/share/applications/atom.desktop'
- '/usr/share/applications/keepassx2.desktop'
- '/usr/share/applications/lxterminal.desktop'
roles:
- { role: avnes.ansible-role-tint2 }
For pip compability
poetry export --dev --output requirements.txt
Test
poetry install
poetry shell
molecule test
License
MIT
Author Information
Install
ansible-galaxy install avnes/ansible-role-tint2
License
mit
Downloads
999
Owner
Lead {Site Reliability, Cloud, DevOps, Platform} Engineer