Installs the .Net Core SDK/Runtime for Ubuntu/RHEL/CentOS.
This role only runs on Ubuntu, RHEL and its derivatives.
Available variables are listed below, along with default values (see defaults/main.yml
):
dotnet_package: "dotnet-sdk-3.0"
dotnet_debian_repo_gpg_key_url: "https://packages.microsoft.com/keys/microsoft.asc"
Use dotnet_package
variable described above to install specific version of dotnet SDK or runtime.
None.
- hosts: servers
roles:
- ocha.dotnet-core
MIT / BSD
This role was created by Iuri Gagnidze