dotnet-core

Ansible Role: .Net Core SDK/Runtime

Build Status Ansible Galaxy

Installs the .Net Core SDK/Runtime for Ubuntu/RHEL/CentOS.

Requirements

This role only runs on Ubuntu, RHEL and its derivatives.

Role Variables

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.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - ocha.dotnet-core

License

MIT / BSD

Author Information

This role was created by Iuri Gagnidze

About

Install .NET Core SDK/Runtime for Ubuntu/RHEL

Install
ansible-galaxy install ocha/ansible-role-dotnet-core
GitHub repository
License
mit
Downloads
24480
Owner