{"id":15878903,"url":"https://github.com/darkwizard242/ansible-role-awless","last_synced_at":"2026-04-15T06:31:36.197Z","repository":{"id":44626091,"uuid":"251339235","full_name":"darkwizard242/ansible-role-awless","owner":"darkwizard242","description":"Ansible role for Awless. Available on Ansible Galaxy.","archived":false,"fork":false,"pushed_at":"2024-06-20T17:14:33.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T21:35:32.940Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","awless","aws-cli","cloud","system"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/darkwizard242/awless","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":"2020-03-30T15:00:07.000Z","updated_at":"2024-06-20T17:14:22.000Z","dependencies_parsed_at":"2024-03-20T03:30:16.736Z","dependency_job_id":"a83a721a-98c5-466e-b031-b73882737a90","html_url":"https://github.com/darkwizard242/ansible-role-awless","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/darkwizard242/ansible-role-awless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-awless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-awless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-awless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-awless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/ansible-role-awless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-awless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31829765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","awless","aws-cli","cloud","system"],"created_at":"2024-10-06T02:42:16.076Z","updated_at":"2026-04-15T06:31:36.176Z","avatar_url":"https://github.com/darkwizard242.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build-test](https://github.com/darkwizard242/ansible-role-awless/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-awless/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-awless/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-awless/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/awless) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-awless\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-awless) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-awless\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-awless) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-awless\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-awless) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-awless?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-awless?color=orange\u0026style=flat-square)\n\n# Ansible Role: awless\n\nRole to install (_by default_) [awless](https://github.com/wallix/awless) on **Debian/Ubuntu** and **EL** 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\nawless_app: awless\nawless_version: 0.1.11\nawless_os: linux\nawless_arch: amd64\nawless_dl_url: \"https://github.com/wallix/{{ awless_app }}/releases/download/v{{ awless_version }}/{{ awless_app }}-{{ awless_os }}-{{ awless_arch }}.tar.gz\"\nawless_bin_path: /usr/local/bin\nawless_file_owner: root\nawless_file_group: root\nawless_file_permission_mode: '0755'\n```\n\n### Variables table:\n\nVariable                    | Description\n--------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------\nawless_app                  | Defines the app to install i.e. **awless**\nawless_version              | Defined to dynamically fetch the desired version to install. Defaults to: **0.1.11**\nawless_os                   | Defines OS type. Used for obtaining the correct type of binaries based on OS. Defaults to: **linux**\nawless_arch                 | Defines Architecture type. Used for obtaining the correct type of binaries based on Architecture. Defaults to: **amd64**\nawless_dl_url               | Defines URL to download the awless binary from.\nawless_bin_path             | Defined to dynamically set the appropriate path to store awless binary into. Defaults to (as generally available on any user's PATH): **/usr/local/bin**\nawless_file_owner           | Owner for the binary file of awless.\nawless_file_group           | Group for the binary file of awless.\nawless_file_permission_mode | Defines the permission mode level for the file. Defaults to: `0755`\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\nFor default behaviour of role (i.e. installation of **awless**) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.awless\n```\n\nFor customizing behavior of role (i.e. specifying the desired **awless** version) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.awless\n  vars:\n    awless_version: 0.1.10\n```\n\nFor customizing behavior of role (i.e. placing binary of **awless** package in different location) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.awless\n  vars:\n    awless_bin_path: /bin/\n```\n\n## License\n\n[MIT](https://github.com/darkwizard242/ansible-role-awless/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-awless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fansible-role-awless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-awless/lists"}