Skip to content

Instantly share code, notes, and snippets.

@vovakaplenko
vovakaplenko / azure-build01.yml
Created May 26, 2021 07:28 — forked from mohclips/azure-build01.yml
Ansible script to build a network, subnet and VM on Azure
- name: Create Azure VM
hosts: localhost
connection: local
vars:
# {
# "offer": "UbuntuServer",
# "publisher": "Canonical",
# "sku": "16.04-LTS",
# "urn": "Canonical:UbuntuServer:16.04-LTS:latest",

Install a 3-Node Kubernetes Cluster on Centos 7

This setup uses 3 machines:

  1. Centos7
  2. 100GB HDD
  3. 32 GB RAM
  4. 8 CPU

All Machines

@vovakaplenko
vovakaplenko / app_and_db_server.sh
Created May 26, 2020 13:49 — forked from janetruluck/app_and_db_server.sh
Sets up a SINGLE linode with application and database configuration.
#!/bin/bash
## Please modify and use at your leisure!
## This script installs:
##
## -RVM
## -Ruby 1.9.3
## -Postgresql 9.2
## -Nginx
## -Postfix