uget

build-test release Ansible Role Maintainability Rating Reliability Rating Security Rating GitHub tag (latest SemVer) GitHub repo size

Ansible Role: uget

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.

Requirements

None.

Role Variables

Available variables are listed below (located in defaults/main.yml):

Variables list:

uget_app: uget
uget_desired_state: present

Variables table:

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.

Dependencies

None

Example Playbook

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

License

MIT

Author Information

This role was created by Ali Muhammad.

About

Role for dynamically installing or uninstalling 'uget' package. 'uget' is an open source download manager.

Install
ansible-galaxy install darkwizard242/ansible-role-uget
GitHub repository
License
mit
Downloads
2099
Owner
Senior DevOps/CloudOps Engineer. Dedicated to Automating everything I come across. Love to work on and learn new technologies/tools everyday!