Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khilnani/devops
Setup & installers for databases, runtimes, queues etc. using Anaconda, Ansible, Vagrant, Docker, AWS, Puppet, automation etc.
https://github.com/khilnani/devops
ansible automation bash chromebook devops installers provisioning puppet surface3 ubuntu vagrant
Last synced: 20 days ago
JSON representation
Setup & installers for databases, runtimes, queues etc. using Anaconda, Ansible, Vagrant, Docker, AWS, Puppet, automation etc.
- Host: GitHub
- URL: https://github.com/khilnani/devops
- Owner: khilnani
- License: mit
- Created: 2013-12-17T02:12:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:22:12.000Z (about 2 years ago)
- Last Synced: 2024-04-14T16:07:11.140Z (8 months ago)
- Topics: ansible, automation, bash, chromebook, devops, installers, provisioning, puppet, surface3, ubuntu, vagrant
- Language: Shell
- Homepage:
- Size: 4.64 MB
- Stars: 28
- Watchers: 6
- Forks: 32
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
devops
=========All files are copyright their respective owners. My devops files are free to use provided you say thanks.
> NOTE: Update `env/provision.sh` with your git username and email before running `vagrant up`
Each directory has it's own Readme with additional details.
- **android/**
- Android Termux and Pydroid3 setup
- **anaconda3/**
- Anaconda3 (py3) setup on Ubuntu 18.04 with Jupyter and Supervisor
- **ansible/**
- Installer script fo Mac OS X and Linux/CentOS
- Ansible playbook with reuseable roles for centos, nodejs, httpd, mongodb, mysql, redis, memcached, git etc.
- Contains a test Vagrant setup for testing. Simply run `vagrant up` in the directory.
- **automation/**
- PhantomJS based UI automation framework.
- **centos/** - CentOS 6.5 setup scripts
- Vagrant VM/Box/Package setup for VirtualBox CentOS image
- Chrome 28 installer (from http://chrome.richardlloyd.org.uk)
- **chromebook/**
- Chromebook Ubuntu install notes based on Crouton.
- MySQL, Apache2, Mongodb installer script.
- **scripts/**
- Ubuntu install scripts not yet migrated to Ansible. Bash is better?
- **vagrant-ansible/**
- A sample setup of Vagrant and Ansible to setup a CentOS 7 and Ubuntu 14
- **windows/**
- Windows 10 Pro setup for Docker, Bash, Ubuntu etc.