Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.08 KB

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