Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carnivuth/semaphore_simulation
- Owner: carnivuth
- Created: 2024-07-09T17:31:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:46:40.000Z (5 months ago)
- Last Synced: 2024-10-14T23:21:27.835Z (2 months ago)
- Topics: ansible, semaphore, vagrant
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```