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
- Host: GitHub
- URL: https://github.com/devopshobbies/pyops
- Owner: devopshobbies
- Created: 2022-10-03T14:24:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T14:34:46.000Z (over 2 years ago)
- Last Synced: 2025-01-25T07:09:35.518Z (5 months ago)
- Topics: devops, devops-bootstrapped, devops-tools
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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: