https://github.com/anmolnagpal/devops-machine
DevOps Machine
https://github.com/anmolnagpal/devops-machine
compose devops devops-machine docker docker-composer helm kubectl machine ops packer php ruby terrafrom
Last synced: about 1 month ago
JSON representation
DevOps Machine
- Host: GitHub
- URL: https://github.com/anmolnagpal/devops-machine
- Owner: anmolnagpal
- Created: 2016-12-31T17:37:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T08:30:33.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T21:12:06.547Z (2 months ago)
- Topics: compose, devops, devops-machine, docker, docker-composer, helm, kubectl, machine, ops, packer, php, ruby, terrafrom
- Language: Makefile
- Homepage:
- Size: 95.7 KB
- Stars: 11
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DevOps MachineDevOps machine using docker
[](https://circleci.com/gh/anmolnagpal/devops-machine/tree/master)
## 1- Prepare machine:
##### 1.0 - Install Docker
if you have it installed you can skip this step otherwise run this command:
```
brew install docker docker-compose
```## 2- Prepare the Workspace:
##### 2.0 - to create the workspace directory run the following command
```
mkdir ~/workspace
cd ~/workspace
```
now lets clone the devops-machine repository
```
git clone https://github.com/anmolnagpal/devops-machine
cd devops-machine
```
Make sure that you are at master branch & have updated code
```
git checkout master && git pull origin master
```
## 3- Start machine:##### 3.0 - Now lets bring the devops machine up
```
make up
```##### 3.1 - Lets do the ssh into the devops machinea and start automation the things ;)
```
make ssh
```
## ☑ Tools Added- [X] PHP
- [X] Packer
- [X] Python
- [X] Ansible
- [X] Terraform
- [X] Helm
- [X] Kubectl## ☑ TODO
- [ ] Add other devops tools
## 👬 Contribution
- Open pull request with improvements
- Reach out with any feedback [](https://twitter.com/anmol_nagpal)