An open API service indexing awesome lists of open source software.

https://github.com/devopshobbies/pyops

Python code to make a DevOps engineer's life easier
https://github.com/devopshobbies/pyops

devops devops-bootstrapped devops-tools

Last synced: 3 months ago
JSON representation

Python code to make a DevOps engineer's life easier

Awesome Lists containing this project

README

        

# PyOps
## A python program to make a DevOps engineer's life easier :)

PyOps is a framework to help you deal with Devops technologies as fast as possible. it is designed to be your assistant.

🔴**This Framework is in progess and not ready yet**

### 1) Clone this repo
``` sh
git clone https://github.com/devopshobbies/pyops
```
### 2) Install requirments
```sh
pip3 install -r requirements.txt
```
### 3) Run the application
```sh
python3 main.py
```
### 4) Login
user: admin
password: admin

## What it does?
- Installs tools:
- Terraform
- Git
- AWS CLI
- Auto config:
- ssh keys (to add them in your Github or Gitlab)
- aws config file

## Contributors: