Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,7 +1,6 @@
 Awesome Vagrant
!Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !Gitter 
(https://badges.gitter.im/Join%20Chat.svg) (https://gitter.im/iJackUA/awesome-vagrant?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) !Build Status 
(https://api.travis-ci.org/iJackUA/awesome-vagrant.svg?branch=master) (https://travis-ci.org/iJackUA/awesome-vagrant)
 Awesome Vagrant
!Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !Gitter (https://badges.gitter.im/Join%20Chat.svg) 
(https://gitter.im/iJackUA/awesome-vagrant?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) !Build Status (https://api.travis-ci.org/iJackUA/awesome-vagrant.svg?branch=master) (https://travis-ci.org/iJackUA/awesome-vagrant)
A curated list of awesome Vagrant resources, plugins, tutorials and other nice things.
@@ -40,18 +39,15 @@
⟡ vagrant-host-shell (https://github.com/phinze/vagrant-host-shell) - a vagrant provisioner to run commands on the host when a VM boots.
⟡ vagrant-ansible-local (https://github.com/jaugustin/vagrant-ansible-local) allow provisioning your VM with ansible playbooks directly from the guest VM.
⟡ sahara (https://github.com/jedi4ever/sahara) - easy manage VM state (commit/rollback while experimenting with software stack).
⟡ vagrant-registration (https://github.com/projectatomic/adb-vagrant-registration) - add "register" and "unregister" capabilities to Vagrant guests for updates on systems with a subscription 
model(like Red Hat Enterprise Linux).
⟡ vagrant-registration (https://github.com/projectatomic/adb-vagrant-registration) - add "register" and "unregister" capabilities to Vagrant guests for updates on systems with a subscription model(like Red Hat Enterprise Linux).
⟡ vagrant-service-manager (https://github.com/projectatomic/vagrant-service-manager) - enable easier access to the features and services provided by the Atomic Developer Bundle (ADB) 
(https://github.com/projectatomic/adb-atomic-developer-bundle).
⟡ vagrant-scp (https://github.com/invernizzi/vagrant-scp) - Copy files to a Vagrant VM via SCP.
Helpers / Tools
⟡ Packer (https://www.packer.io/) - a tool for creating identical machine images for multiple platforms from a single source configuration. For fast infrastructure deployment with 
multi-provider portability.
⟡ T.A.D.S. boilerplate
 (https://github.com/Thomvaill/tads-boilerplate) - boilerplate to create, develop and deploy a Docker Swarm environment, using Vagrant to reproduce production environment locally.
⟡ Packer (https://www.packer.io/) - a tool for creating identical machine images for multiple platforms from a single source configuration. For fast infrastructure deployment with multi-provider portability.
⟡ T.A.D.S. boilerplate (https://github.com/Thomvaill/tads-boilerplate) - boilerplate to create, develop and deploy a Docker Swarm environment, using Vagrant to reproduce production environment locally.
⟡ Veewee (https://github.com/jedi4ever/veewee) - a tool for easily (and repeatedly) building custom Vagrant base boxes, KVMs, and virtual machine images.
⟡ Vagrant plugin for ZSH shell (https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#vagrant) - auto-complete for commands, task names, box names and built-in documentation.
⟡ CLI Vagrant Manager (https://github.com/MunGell/vgm) - simple command-line tool to manage multiple vagrant boxes
@@ -110,8 +106,8 @@
⟡ Laravel4-Vagrant (https://github.com/bryannielsen/Laravel4-Vagrant) - run Laravel 4 inside a Ubuntu 12.04 Vagrant Virtual Machine w/PHP 5.5.
⟡ OpenStack on Ansible with Vagrant (https://github.com/openstack-ansible/openstack-ansible).
⟡ Laravel Homestead (https://laravel.com/docs/master/homestead) - Official Vagrant Box for Laravel development, based on Ubuntu 16.04 LTS, PHP 7, Nginx, and multiple database platforms.
⟡ Scotch Box (https://scotch.io/bar-talk/announcing-scotch-box-2-0-our-dead-simple-vagrant-lamp-stack-improved) - Simple Vagrant Box with LAMP 
(https://en.m.wikipedia.org/wiki/LAMP_%28software_bundle%29) stack, plus some useful extras, based on Ubuntu 14.04 LTS.
⟡ Scotch Box (https://scotch.io/bar-talk/announcing-scotch-box-2-0-our-dead-simple-vagrant-lamp-stack-improved) - Simple Vagrant Box with LAMP (https://en.m.wikipedia.org/wiki/LAMP_%28software_bundle%29) stack, plus some useful extras, 
based on Ubuntu 14.04 LTS.
License