{"id":15878815,"url":"https://github.com/darkwizard242/ansible-role-ulauncher","last_synced_at":"2026-01-05T07:37:39.807Z","repository":{"id":43771960,"uuid":"399304782","full_name":"darkwizard242/ansible-role-ulauncher","owner":"darkwizard242","description":"Ansible role for Ulaunch Available on Ansible Galaxy. ","archived":false,"fork":false,"pushed_at":"2024-05-24T21:46:50.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T08:11:14.393Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","linux","ubuntu","ulauncher","ulauncher-desktop"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/darkwizard242/ulauncher","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkwizard242.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-24T02:04:49.000Z","updated_at":"2024-05-24T21:46:52.000Z","dependencies_parsed_at":"2025-01-29T08:10:47.024Z","dependency_job_id":"697c8b15-eb65-4fdf-a534-43bf7a11a879","html_url":"https://github.com/darkwizard242/ansible-role-ulauncher","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-ulauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-ulauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-ulauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-ulauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/ansible-role-ulauncher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245195926,"owners_count":20575936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-galaxy","ansible-role","linux","ubuntu","ulauncher","ulauncher-desktop"],"created_at":"2024-10-06T02:41:58.108Z","updated_at":"2026-01-05T07:37:39.780Z","avatar_url":"https://github.com/darkwizard242.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build-test](https://github.com/darkwizard242/ansible-role-ulauncher/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-ulauncher/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-ulauncher/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-ulauncher/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/ulauncher) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-ulauncher\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-ulauncher) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-ulauncher\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-ulauncher) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-ulauncher\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-ulauncher) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-ulauncher?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-ulauncher?color=orange\u0026style=flat-square)\n\n# Ansible Role: ulauncher\n\nRole to install (_by default_) [ulauncher](https://ulauncher.io/) package or uninstall (_if passed as var_) on **Ubuntu** systems..\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below (located in `defaults/main.yml`):\n\n### Variables list:\n\n```yaml\nulauncher_repo: 'ppa:agornostal/ulauncher'\nulauncher_repo_desired_state: present\nulauncher_repo_filename: ulauncher\nulauncher_app: ulauncher\nulauncher_package_desired_state: present\n```\n\n### Variables table:\n\nVariable                        | Description\n------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------\nulauncher_repo                  | Refers to the ppa repo to add.\nulauncher_repo_desired_state    | Defined to dynamically chose whether to add/keep (i.e. `present`) or remove (i.e. `absent`) the repository file list from `/etc/apt/sources.list.d`.\nulauncher_repo_filename         | Defined to set the repository file name for saving in `/etc/apt/sources.list.d`\nulauncher_app                   | Defines the app to install i.e. **ulauncher**\nulauncher_package_desired_state | Defined to dynamically chose whether to install (i.e. either `present` or `latest`) or uninstall (i.e. `absent`) the package. Default is set to `present`.\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\nFor default behaviour of role (i.e. installation of **ulauncher** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.ulauncher\n```\n\nFor customizing behavior of role (i.e. installation of latest **ulauncher** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.ulauncher\n  vars:\n    ulauncher_package_desired_state: latest\n```\n\nFor customizing behavior of role (i.e. un-installation of **ulauncher** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.ulauncher\n  vars:\n    ulauncher_package_desired_state: absent\n```\n\n## License\n\n[MIT](https://github.com/darkwizard242/ansible-role-ulauncher/blob/master/LICENSE)\n\n## Author Information\n\nThis role was created by [Ali Muhammad](https://www.alimuhammad.dev/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-ulauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fansible-role-ulauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-ulauncher/lists"}