Skip to content

Instantly share code, notes, and snippets.

View rushins's full-sized avatar

Rushi rushins

  • SAP
View GitHub Profile
@rushins
rushins / playbook_centos_install_docker.yaml
Created June 24, 2023 20:31 — forked from yonglai/playbook_centos_install_docker.yaml
An Ansible playbook to install docker-ce on Centos
---
- name: Install docker
gather_facts: No
hosts: default
tasks:
- name: Install yum utils
yum:
name: yum-utils
state: latest
@rushins
rushins / gitlab-on-minikube-helm3.md
Created August 18, 2022 18:38 — forked from nirbhabbarat/gitlab-on-minikube-helm3.md
setup gitlab on minikube using helm3

Setup gitlab on minikube using helm3

Start minikube with virtualbox driver

minikube start \
  --driver=virtualbox \
  --cpus 4 \
  --memory 8192

Recomended: 8 CPU and 30 GB RAM (for demo we are going to use minimal setup)

@rushins
rushins / awxinstalleronopenshift.sh
Created August 25, 2018 06:53 — forked from erbrito/awxinstalleronopenshift.sh
Deploy of AWX (Ansible Tower) on OpenShift
mkdir Tower
cd Tower/
git clone https://github.com/ansible/awx.git
cd awx
cd installer/
#vi inventory
-# openshift_host=127.0.0.1:8443
-# awx_openshift_project=awx
-# openshift_user=developer