{"id":18647706,"url":"https://github.com/artcom/ansible-role-win-repo-app","last_synced_at":"2026-01-26T17:01:43.135Z","repository":{"id":142420047,"uuid":"446447568","full_name":"artcom/ansible-role-win-repo-app","owner":"artcom","description":"Ansible role for installing and configuring a Windows exe from a repo artifact","archived":false,"fork":false,"pushed_at":"2024-05-16T09:09:23.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-17T19:37:59.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/artcom.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":"2022-01-10T14:05:43.000Z","updated_at":"2024-05-16T09:09:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"44ce0810-fdbc-413b-844c-9d254c980804","html_url":"https://github.com/artcom/ansible-role-win-repo-app","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/artcom/ansible-role-win-repo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-repo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-repo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-repo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-repo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcom","download_url":"https://codeload.github.com/artcom/ansible-role-win-repo-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-repo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28782621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-07T06:27:37.027Z","updated_at":"2026-01-26T17:01:43.115Z","avatar_url":"https://github.com/artcom.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-role-win-repo-app\n\nAnsible role for installing and configuring a Windows exe from a GitHub release artifact\n\n## Role Variables\n\nAvailable variables are listed below, along with values from [defaults/main.yml](defaults/main.yml):\n\n```yaml\napp_repo: null\napp_name: null\napp_version: null\nartifact_name: \"{{ app_name }}-{{ app_version }}\"\ndownload_directory: \"{{ ansible_user_dir }}\\\\Downloads\"\nextract_directory: \"{{ download_directory }}\\\\{{ app_name }}-{{ app_version }}\"\nartifact_subdirectory: \"\"\ninstall_directory: \"C:\\\\Program Files\\\\{{ app_name }}\"\nconfig_file: null\nconfig_directory: null\nconfig_file_path: null\n```\n\nWhen a `config_file` template is defined the `config_direcotry` and `config_file_path` variables must be set.\n\nRequired variables (role will fail if the variables are not set):\n\n```yaml\napp_repo: \"string\"\napp_name: \"string\"\napp_version: \"string\"\n```\n\n## Example Playbook\n\n```yaml\n- name: install app\n  hosts: all\n\n  handlers:\n    - name: reboot\n      ansible.windows.win_reboot:\n\n  tasks:\n    - name: install my-app\n      ansible.builtin.include_role:\n        name: ansible-role-win-repo-app\n      vars:\n        app_name: my-app\n        app_version: v1.0.0\n        app_repo: my-user/my-app\n        config_file: config.json.j2\n        config_directory: \"{{ ansible_user_dir }}\\\\{{ app_name }}_config\"\n        config_file_path: \"{{ config_directory }}\\\\config.json\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fansible-role-win-repo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcom%2Fansible-role-win-repo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fansible-role-win-repo-app/lists"}