{"id":19724502,"url":"https://github.com/andif888/ansible-role-win-winget","last_synced_at":"2025-04-29T22:31:19.872Z","repository":{"id":143569782,"uuid":"616177836","full_name":"andif888/ansible-role-win-winget","owner":"andif888","description":"Role to install winget for Windows 10, 11 and Server 2022","archived":false,"fork":false,"pushed_at":"2024-09-05T07:43:08.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T20:04:18.434Z","etag":null,"topics":["ansible-role","windows","winget"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andif888.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-19T20:33:41.000Z","updated_at":"2025-02-18T06:53:32.000Z","dependencies_parsed_at":"2024-11-11T23:28:33.192Z","dependency_job_id":"9b361eeb-d618-4441-9b9f-de1f013c20f5","html_url":"https://github.com/andif888/ansible-role-win-winget","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/andif888%2Fansible-role-win-winget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andif888%2Fansible-role-win-winget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andif888%2Fansible-role-win-winget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andif888%2Fansible-role-win-winget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andif888","download_url":"https://codeload.github.com/andif888/ansible-role-win-winget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251593048,"owners_count":21614465,"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-role","windows","winget"],"created_at":"2024-11-11T23:26:03.204Z","updated_at":"2025-04-29T22:31:19.166Z","avatar_url":"https://github.com/andif888.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-role-win-winget\n\nRole to install winget for Windows 10, 11 and Server 2022\n\n## Table of content\n\n- [Default Variables](#default-variables)\n  - [winget_cli_download_url](#winget_cli_download_url)\n  - [winget_cli_license_filename](#winget_cli_license_filename)\n  - [winget_cli_license_url](#winget_cli_license_url)\n  - [winget_cli_msixbundle_filename](#winget_cli_msixbundle_filename)\n  - [winget_cli_version](#winget_cli_version)\n  - [winget_extract_dir](#winget_extract_dir)\n  - [winget_microsoft_ui_xaml_download_url](#winget_microsoft_ui_xaml_download_url)\n  - [winget_microsoft_ui_xaml_major_version](#winget_microsoft_ui_xaml_major_version)\n  - [winget_microsoft_ui_xaml_version](#winget_microsoft_ui_xaml_version)\n  - [winget_microsoft_vclibs_download_url](#winget_microsoft_vclibs_download_url)\n  - [winget_microsoft_vclibs_version](#winget_microsoft_vclibs_version)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Default Variables\n\n### winget_cli_download_url\n\nwinget cli download url\n\n#### Default value\n\n```YAML\nwinget_cli_download_url: https://github.com/microsoft/winget-cli/releases/download/v{{\n  winget_cli_version }}/{{ winget_cli_msixbundle_filename }}\n```\n\n### winget_cli_license_filename\n\n#### Default value\n\n```YAML\nwinget_cli_license_filename: 3463fe9ad25e44f28630526aa9ad5648_License1.xml\n```\n\n### winget_cli_license_url\n\nwinget cli license url\n\n#### Default value\n\n```YAML\nwinget_cli_license_url: https://github.com/microsoft/winget-cli/releases/download/v{{\n  winget_cli_version }}/{{ winget_cli_license_filename }}\n```\n\n### winget_cli_msixbundle_filename\n\n#### Default value\n\n```YAML\nwinget_cli_msixbundle_filename: Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle\n```\n\n### winget_cli_version\n\nwinget cli version\n\n#### Default value\n\n```YAML\nwinget_cli_version: 1.4.10173\n```\n\n### winget_extract_dir\n\nextract directory\n\n#### Default value\n\n```YAML\nwinget_extract_dir: C:\\windows\\temp\\winget_extract\n```\n\n### winget_microsoft_ui_xaml_download_url\n\nMicrosoft.UI.Xaml downlaod url\n\n#### Default value\n\n```YAML\nwinget_microsoft_ui_xaml_download_url: https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/{{\n  winget_microsoft_ui_xaml_version }}\n```\n\n### winget_microsoft_ui_xaml_major_version\n\nMicrosoft.UI.Xaml major version\n\n#### Default value\n\n```YAML\nwinget_microsoft_ui_xaml_major_version: '2.7'\n```\n\n### winget_microsoft_ui_xaml_version\n\nMicrosoft.UI.Xaml version\n\n#### Default value\n\n```YAML\nwinget_microsoft_ui_xaml_version: '{{ winget_microsoft_ui_xaml_major_version }}.3'\n```\n\n### winget_microsoft_vclibs_download_url\n\nMicrosoft VCLibs download url\n\n#### Default value\n\n```YAML\nwinget_microsoft_vclibs_download_url: https://aka.ms/Microsoft.VCLibs.x64.{{ winget_microsoft_vclibs_version\n  }}.Desktop.appx\n```\n\n### winget_microsoft_vclibs_version\n\nMicrosoft VCLibs version\n\n#### Default value\n\n```YAML\nwinget_microsoft_vclibs_version: '14.00'\n```\n\n\n\n## Dependencies\n\nNone.\n\n## License\n\nlicense (GPL-2.0-or-later, MIT, etc)\n\n## Author\n\nandif888\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandif888%2Fansible-role-win-winget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandif888%2Fansible-role-win-winget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandif888%2Fansible-role-win-winget/lists"}