Skip to content

Instantly share code, notes, and snippets.

View cdot65's full-sized avatar
πŸ’
πŸ’¨

Calvin Remsburg cdot65

πŸ’
πŸ’¨
View GitHub Profile

up-and-running-nautobot

A reference for spinning up Nautobot on top of a Kubernetes environment

k3s install

Install k3s with bash script

curl -sfL https://get.k3s.io | sh -
@cdot65
cdot65 / up-and-running-ansible-awx.md
Last active May 1, 2024 07:01
Install Ansible AWX on Rancher k3s

up-and-running-ansible-awx

A reference for spinning up Ansible AWX on top of a Kubernetes environment

k3s install

Install k3s with bash script

curl -sfL https://get.k3s.io | sh -
@cdot65
cdot65 / debug.yaml
Last active September 16, 2022 14:22
Ansible playbook to print installed Python packages
---
#------------------------------------------------------------------------
# Print out installed packages within virtual environment
#------------------------------------------------------------------------
- hosts: localhost
connection: local
tasks:
- name: create list of Python packages installed
ansible.builtin.shell: pip freeze
register: results
@cdot65
cdot65 / rancher_k3s_cluster_install.md
Created January 3, 2022 23:07
Install a cluster of servers using Rancher and their terrible docs

Create a HA cluster of k3s servers with Rancher

if you've ever tried to follow Rancher's documentation for standing up a k3s cluster, you'd understand why this document exists

offical docs

Tasks

  1. Install and setup database
  2. Install and setup load balancer
  3. Create DNS records