All Projects → UtahDave → Salt Vagrant Demo

UtahDave / Salt Vagrant Demo

Licence: apache-2.0
Demo of Salt in Vagrant. 1 master and 2 minions

Labels

Projects that are alternatives of or similar to Salt Vagrant Demo

Ec2 Autoscale Reactor
Autonomous Minion Management via EC2 Autoscaler
Stars: ✭ 78 (-65.79%)
Mutual labels:  saltstack
Salt Config Example
Example SaltStack configuration
Stars: ✭ 118 (-48.25%)
Mutual labels:  saltstack
Saltshaker api
saltshaker_plus restful api
Stars: ✭ 177 (-22.37%)
Mutual labels:  saltstack
Mysql Formula
Install the MySQL client and/or server
Stars: ✭ 80 (-64.91%)
Mutual labels:  saltstack
Salt Security Backports
Salt security backports for CVE-2020-11651 & CVE-2020-11652
Stars: ✭ 109 (-52.19%)
Mutual labels:  saltstack
Salty Wordpress
A flavorful way to manage your entire WordPress stack.
Stars: ✭ 128 (-43.86%)
Mutual labels:  saltstack
Linux Salted
Stars: ✭ 68 (-70.18%)
Mutual labels:  saltstack
Metalk8s
An opinionated Kubernetes distribution with a focus on long-term on-prem deployments
Stars: ✭ 217 (-4.82%)
Mutual labels:  saltstack
Napalm Salt
Modules for event-driven network automation and orchestration using Salt
Stars: ✭ 116 (-49.12%)
Mutual labels:  saltstack
Uyuni
Source code for Uyuni
Stars: ✭ 169 (-25.88%)
Mutual labels:  saltstack
Psf Salt
PSF infrastructure configuration
Stars: ✭ 91 (-60.09%)
Mutual labels:  saltstack
Salt Winrepo
Salt Windows Software Package Manager Repo
Stars: ✭ 105 (-53.95%)
Mutual labels:  saltstack
Nginx Formula
Nginx Salt Formula
Stars: ✭ 145 (-36.4%)
Mutual labels:  saltstack
Salt Winrepo Ng
Jinja templated winrepo
Stars: ✭ 80 (-64.91%)
Mutual labels:  saltstack
Kubernetes Saltstack
Recipe to deploy production Kubernetes cluster.
Stars: ✭ 191 (-16.23%)
Mutual labels:  saltstack
Saltstackcheatsheet
SaltStack Cheat Sheet
Stars: ✭ 70 (-69.3%)
Mutual labels:  saltstack
Docker Formula
Install and set up Docker
Stars: ✭ 119 (-47.81%)
Mutual labels:  saltstack
Alcali
Featureful Saltstack GUI
Stars: ✭ 218 (-4.39%)
Mutual labels:  saltstack
Ewp oms
自动化运维系统(saltstack+django+bootstrap),QQ群342844540,博客http://ywzhou.blog.51cto.com
Stars: ✭ 211 (-7.46%)
Mutual labels:  saltstack
Pytest Testinfra
With Testinfra you can write unit tests in Python to test actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on.
Stars: ✭ 1,987 (+771.49%)
Mutual labels:  saltstack

================= Salt Vagrant Demo

A Salt Demo using Vagrant.

Instructions

Run the following commands in a terminal. Git, VirtualBox and Vagrant must already be installed.

.. code-block:: bash

git clone https://github.com/UtahDave/salt-vagrant-demo.git
cd salt-vagrant-demo
vagrant plugin install vagrant-vbguest
vagrant up

This will download an Ubuntu VirtualBox image and create three virtual machines for you. One will be a Salt Master named master and two will be Salt Minions named minion1 and minion2. The Salt Minions will point to the Salt Master and the Minion's keys will already be accepted. Because the keys are pre-generated and reside in the repo, please be sure to regenerate new keys if you use this for production purposes.

You can then run the following commands to log into the Salt Master and begin using Salt.

.. code-block:: bash

vagrant ssh master
sudo salt \* test.ping
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].