Role to install (by default) uget package or uninstall (if passed as var) on Debian/Ubuntu and EL systems. uget is a multi-platform open source download manager.
None.
Available variables are listed below (located in defaults/main.yml
):
uget_app: uget
uget_desired_state: present
Variable | Description |
---|---|
uget_app | Defines the app to install i.e. uget |
uget_desired_state | Defined to dynamically chose whether to install (i.e. either present or latest ) or uninstall (i.e. absent ) the package. Defaults to present . |
None
For default behaviour of role (i.e. installation of uget package) in ansible playbooks.
- hosts: servers
roles:
- darkwizard242.uget
For customizing behavior of role (i.e. installation of latest uget package) in ansible playbooks.
- hosts: servers
roles:
- darkwizard242.uget
vars:
uget_desired_state: latest
For customizing behavior of role (i.e. un-installation of uget package) in ansible playbooks.
- hosts: servers
roles:
- darkwizard242.uget
vars:
uget_desired_state: absent
This role was created by Ali Muhammad.