Skip to content

A collection of reusable Bash scripts for DevOps workflows, from container cleanup to cloud and database automation. Built to simplify routine operations and standardize infra tasks.

Notifications You must be signed in to change notification settings

amaan-igs/ops-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ops-scripts

Overview

This repository contains operational scripts for various system and DevOps tasks. The collection will expand over time to meet evolving requirements.

Usage Instructions

  1. Move the Script

    • Use:
      mv script.sh temp/
  2. Set Variables

    • Configure any required variables before executing the script.
    • You may set variables directly at the top of the script:
      VAR_NAME=value
    • Or export variables in your shell environment before running the script:
      export VAR_NAME=value
  3. Make Executable

    • Ensure the script has execution permissions:
      chmod +x temp/script.sh
  4. Run the Script

    • Execute the script from the temp folder:
      ./temp/script.sh

Best Practices

  • Only use scripts inside the temp folder or outside the repository directory.
  • The temp folder is untracked by git to prevent accidental commits of temporary or sensitive scripts.
  • Always review scripts before execution to ensure they meet your operational and security standards.

About

A collection of reusable Bash scripts for DevOps workflows, from container cleanup to cloud and database automation. Built to simplify routine operations and standardize infra tasks.

Resources

Stars

Watchers

Forks

Languages