darkwizard242.tilix

Ansible Role: tilix

This role installs the tilix package on Ubuntu 18.04 and Debian 10 systems by default. It can also uninstall the package if specified.

Requirements

No requirements needed.

Role Variables

There are some variables you can use (found in defaults/main.yml):

List of Variables:

tilix_app: tilix
tilix_desired_state: present

Variable Descriptions:

Variable Description
tilix_app The application to install on Debian-based systems (default is tilix).
tilix_desired_state This lets you choose whether to install (present or latest) or uninstall (absent) the package. Default is set to present.

Dependencies

No dependencies needed.

Example Playbook

For the default action (installing the tilix package) in an Ansible playbook:

- hosts: servers
  roles:
    - darkwizard242.tilix

To customize and install the latest version of the tilix package:

- hosts: servers
  roles:
    - darkwizard242.tilix
  vars:
    tilix_desired_state: latest

To customize and uninstall the tilix package:

- hosts: servers
  roles:
    - darkwizard242.tilix
  vars:
    tilix_desired_state: absent

License

MIT

Author Information

This role was created by Ali Muhammad.

Informazioni sul progetto

Role for dynamically installing or uninstalling 'tilix' package.

Installa
ansible-galaxy install darkwizard242.tilix
Licenza
mit
Download
5.7k
Proprietario
Senior DevOps/CloudOps Engineer. Dedicated to Automating everything I come across. Love to work on and learn new technologies/tools everyday!