All Projects → ocha → ansible-role-dotnet-core

ocha / ansible-role-dotnet-core

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

Projects that are alternatives of or similar to ansible-role-dotnet-core

ansible-kafka
Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
Stars: ✭ 56 (+133.33%)
Mutual labels:  ansible-role, rhel
ansible-role-docker-ce
Ansible role to install Docker CE on AlmaLinux/Rocky/CentOS/Fedora/RHEL(Redhat)/Ubuntu/Debian/Mint/Raspbian
Stars: ✭ 73 (+204.17%)
Mutual labels:  ansible-role, rhel
RHEL7-CIS
Ansible RHEL 7 - CIS Benchmark Hardening Script
Stars: ✭ 28 (+16.67%)
Mutual labels:  ansible-role, rhel
RHEL8-STIG
Ansible role for Red Hat 8 STIG Baseline
Stars: ✭ 73 (+204.17%)
Mutual labels:  ansible-role, rhel
jira role
Ansible role to install Atlassian JIRA
Stars: ✭ 13 (-45.83%)
Mutual labels:  ansible-role
ansible-role-containerd
Ansible Role - containerd.io
Stars: ✭ 45 (+87.5%)
Mutual labels:  ansible-role
nifi
Deploy a secured, clustered, auto-scaling NiFi service in AWS.
Stars: ✭ 37 (+54.17%)
Mutual labels:  rhel
ansible-mdadm
No description or website provided.
Stars: ✭ 48 (+100%)
Mutual labels:  ansible-role
ansible-role-golang
Ansible role for installing the Go language SDK
Stars: ✭ 46 (+91.67%)
Mutual labels:  ansible-role
ansible-galaxy-tools
An Ansible role for automated installation of tools from a Tool Shed into Galaxy.
Stars: ✭ 14 (-41.67%)
Mutual labels:  ansible-role
ansible-role-xcode
Ansible Role - Xcode
Stars: ✭ 27 (+12.5%)
Mutual labels:  ansible-role
bedrock-site-protect
Ansible role: Add htpasswd protection to Trellis (Bedrock-Ansible) WordPress sites.
Stars: ✭ 79 (+229.17%)
Mutual labels:  ansible-role
dotfiles
Zero friction mac and linux bootstrap
Stars: ✭ 15 (-37.5%)
Mutual labels:  rhel
ansible-bluegreen-docker
Ansible role, showing a concept of blue-green deployments with Docker containers
Stars: ✭ 23 (-4.17%)
Mutual labels:  ansible-role
mongodb-container
MongoDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 50 (+108.33%)
Mutual labels:  rhel
ansible-drone
Ansible role to configure drone (server and agent)
Stars: ✭ 16 (-33.33%)
Mutual labels:  ansible-role
ansible-role-rabbitmq
Ansible Role - RabbitMQ
Stars: ✭ 49 (+104.17%)
Mutual labels:  ansible-role
rackshift
RackShift 是开源的裸金属服务器管理平台,功能覆盖裸金属服务器的发现、带外管理、RAID 配置、固件更新、操作系统安装等。
Stars: ✭ 467 (+1845.83%)
Mutual labels:  rhel
ansible-bootstrap-server
the bare essentials when you spin up a server
Stars: ✭ 14 (-41.67%)
Mutual labels:  ansible-role
performance
Collection of documents related tunings for performance of Java low-latency trading systems: from hardware up to application level
Stars: ✭ 65 (+170.83%)
Mutual labels:  rhel

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].