Table of Contents
This repository will include a variety of bash scripts.
- Menu based scripts to improve work flow and support.
- System scripts for gathering instance data.
- Project scripts specific to project tasks.
- General scripts and templates.
- Terraform and Ansible scripting.
The main technology 'stack' will be Bash-awk-whiptail. Interactive, menu based scripts can be useful when there are a lot of projects with varying degrees of complexity.
Menu based scripts can also support junior and intermediate level linux admins when implementing complex tasks, e.g. on-premise TLS server certification creation.
Here is a brief list of technologies used.
Please feel free to contact me with any ideas or sample scripts that you wish to contribute. Please keep the technologies confined to the existing stack.
ALL of these examples are based on Linux. The Centos and Ubuntu distributions are preferred.
Below are some basic installation instructions incase whiptail is not installed by default.
- Update apt database and install whiptail with apt-get using the following commands. (Debian)
sudo apt-get update
sudo apt-get -y install whiptail
- install whiptail with for Centos using the following command.
sudo dnf install newt
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.