dotnet

dotnet

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

[!IMPORTANT] This role have been archived because of the lack of maintenance and because we are not actively using it anymore. If you are using this role feel free to fork and maintain it on your own. Maybe we will unarchive this repository in the future at some point, maybe not... Who knows...

Ansible role to install .NET packages from Microsoft repos.

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

dotnet_keyring

Path for the repository keyring

Default value

dotnet_keyring: /usr/share/keyrings/microsoft-archive-keyring.gpg

dotnet_packages

List of packages to install

Default value

dotnet_packages:
  - dotnet-runtime-6.0
  - aspnetcore-runtime-6.0

dotnet_repo_distribution

Enforce another distribution for the repo

Default value

dotnet_repo_distribution: '{{ ansible_distribution | lower }}'

dotnet_repo_release

Enforce another release for the repo

Default value

dotnet_repo_release: '{{ ansible_distribution_release }}'

dotnet_repo_version

Enforce another version for the repo

Default value

dotnet_repo_version: '{{ ansible_distribution_version }}'

Discovered Tags

dotnet

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install .NET packages from Microsoft repos

Install
ansible-galaxy install rolehippie/dotnet
GitHub repository
License
apache-2.0
Downloads
25
Owner
Ansible role collection of Webhippie