ofayans / ansible-role-dotnet-core

Ansible Role - .NET Core for Ubuntu/RHEL/CentOS https://galaxy.ansible.com/ocha/dotnet-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Ansible Role - .NET Core for Ubuntu/RHEL/CentOS https://galaxy.ansible.com/ocha/dotnet-core

License:MIT License