Skip to content

Instantly share code, notes, and snippets.

View hirshant-sharma's full-sized avatar
🎯
Focusing

Hirshant Sharma hirshant-sharma

🎯
Focusing
View GitHub Profile
@hirshant-sharma
hirshant-sharma / database.tf
Created March 20, 2023 10:03 — forked from tomfa/database.tf
Draft EC2 instance with RDS using Terraform.
# TODO: THIS FILE MIGHT HAVE TO GO TO OWN FOLDER database/main.tf
variable "security_group_ids" {
description = "Ids of VPC Security groups"
type = list(string)
}
variable "database_password" {
description = "Enter a new root SQL password. This variable is ignored if the DB is already set up."
type = string
@hirshant-sharma
hirshant-sharma / nodejs.yml
Created March 16, 2023 05:44 — forked from leihog/nodejs.yml
Example Ansible playbook for installing node.js from source
- hosts: all
vars:
node_version: "0.10.28"
tasks:
- name: Check for node.js
shell: test "$(node -v 2> /dev/null)" = v{{node_version}}
register: nodejs_installed
ignore_errors: True
tags:
- nodejs
@hirshant-sharma
hirshant-sharma / letsencrypt-easyengine-manual-install.md
Created December 7, 2022 05:13 — forked from tajidyakub/letsencrypt-easyengine-manual-install.md
Install Let's Encrypt's SSL Certificates manually in an Easy Engine Powered Setup