Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carnivuth/semaphore_simulation

Simulation of a semaphore machine with a provisioning target
https://github.com/carnivuth/semaphore_simulation

ansible semaphore vagrant

Last synced: 29 days ago
JSON representation

Simulation of a semaphore machine with a provisioning target

Awesome Lists containing this project

README

        

# SEMAPHORE SIMULATION

Simulation of a semaphore machine with a provisioning target

## INSTALLATION

- install [vagrant](https://www.vagrantup.com/) and [virtualbox](https://www.virtualbox.org/)

- create python venv and install dependencies

```bash
python -m venv env
source env/bin/activate
pip install -r requirements.txt
```

- install `geerligguy.docker` role

- start cluster

```bash
vagrant up
```