Skip to content

Instantly share code, notes, and snippets.

View tarunsinghaldotme's full-sized avatar
👓

Tarun Singhal tarunsinghaldotme

👓
View GitHub Profile
@tarunsinghaldotme
tarunsinghaldotme / URL
Created September 17, 2019 08:45
Kubernetes
https://docs.bitnami.com/kubernetes/how-to/configure-rbac-in-your-kubernetes-cluster/
@tarunsinghaldotme
tarunsinghaldotme / Ansible-server-hardening-ubuntu.yml
Last active September 9, 2017 17:43
This is an Ansible Playbook is to harden your server and reduce security risk. It is for ubuntu/Debian based server.Run this playbook as a root because it requires various configuration changes and Installation.
---
## This is an Ansible Playbook is to harden your server and reduce security risk. It is for ubuntu/Debian based server.
## Run this playbook as a root because it requires various configuration changes and Installation.
- hosts: servers
gather_facts: false
vars_files:
- vars.yml ## files where varaible should be mentioned which are using in this playbook.
tasks:
- name: Installing Python-apt ## This will install ansible dependencies for aptitude module
apt:
@tarunsinghaldotme
tarunsinghaldotme / wordpress-command-line-installation-guide.md
Last active September 9, 2017 17:52
Wordpress Installation, Configuration and Management using Command line

Wordpress Installation, Configuration and Management using Command line


There is a command line utility called wp-cli

  • To Install wordpress please follow following commands

  • Download wp-cli via curl