tilix
Ansible Role: tilix
Role to install (by default) tilix package or uninstall (if passed as var) on Ubuntu 18.04 and Debian 10 systems.
Requirements
None.
Role Variables
Available variables are listed below (located in defaults/main.yml
):
Variables list:
tilix_app: tilix
tilix_desired_state: present
Variables table:
Variable | Description |
---|---|
tilix_app | Defines the app to install on Debian based systems i.e. tilix |
tilix_desired_state | Defined to dynamically select whether to install (i.e. either present or latest ) or uninstall (i.e. absent ) the package. Default set to present . |
Dependencies
None
Example Playbook
For default behaviour of role (i.e. installation of tilix package) in ansible playbooks.
- hosts: servers
roles:
- darkwizard242.tilix
For customizing behavior of role (i.e. installation of latest tilix package) in ansible playbooks.
- hosts: servers
roles:
- darkwizard242.tilix
vars:
tilix_desired_state: latest
For customizing behavior of role (i.e. un-installation of tilix package) in ansible playbooks.
- hosts: servers
roles:
- darkwizard242.tilix
vars:
tilix_desired_state: absent
License
Author Information
This role was created by Ali Muhammad.
About
Role for dynamically installing or uninstalling 'tilix' package.
Install
ansible-galaxy install darkwizard242/ansible-role-tilix
License
mit
Downloads
5381
Owner
Senior DevOps/CloudOps Engineer.
Dedicated to Automating everything I come across.
Love to work on and learn new technologies/tools everyday!