Skip to content

Instantly share code, notes, and snippets.

View bftanase's full-sized avatar

Bogdan Tanase bftanase

  • Zürich, Switzerland
View GitHub Profile
@ninjarobot
ninjarobot / dotnet.yaml
Last active April 7, 2024 13:13
Ansible playbook to install the .NET Core SDK on an Ubuntu server.
---
- hosts: all
tasks:
- name: Download MS product repository
get_url:
url: https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
dest: /tmp/packages-microsoft-prod.deb
- name: Install MS product repository
apt: deb=/tmp/packages-microsoft-prod.deb
become: true
@arisro
arisro / jscampro.md
Last active August 29, 2015 14:02
JSCampRO