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
- Host: GitHub
- URL: https://github.com/obitech/salt-tutorial
- Owner: obitech
- License: mit
- Created: 2018-02-28T16:54:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T09:46:53.000Z (about 8 years ago)
- Last Synced: 2026-01-03T18:46:32.293Z (4 months ago)
- Topics: docker, saltstack, terraform, tutorial, vagrant
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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