An open API service indexing awesome lists of open source software.

https://github.com/obitech/salt-tutorial

The repo for my SaltStack tutorial
https://github.com/obitech/salt-tutorial

docker saltstack terraform tutorial vagrant

Last synced: 20 days ago
JSON representation

The repo for my SaltStack tutorial

Awesome Lists containing this project

README

          

# SaltStack Tutorial
## Participate
### Vagrant & VirtualBox
1. Install [Vagrant >= 2.0](https://www.vagrantup.com/)
2. Install [VirtualBox >= 5.2](https://www.virtualbox.org/)
3. Clone this repo
5. `cd` into `vagrant/`
6. Run `vagrant up`
6. Enter your machine with `vagrant ssh`

### Docker
1. Install [docker](https://docs.docker.com/install/) and [docker-compose](https://docs.docker.com/compose/install/)
2. Clone this repo
3. `cd` into `docker/`
4. Run `docker-compose run salt bash`

## Host yourself
Instructions coming soon