Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AfsmNGhr/devops-swarm-mode
Concept DevOps multi-repository (IaC)
https://github.com/AfsmNGhr/devops-swarm-mode
ansible deployment devops docker-compose docker-swarm environment gitops iac multi-repo pull-mode submodules swarm-mode
Last synced: 2 months ago
JSON representation
Concept DevOps multi-repository (IaC)
- Host: GitHub
- URL: https://github.com/AfsmNGhr/devops-swarm-mode
- Owner: AfsmNGhr
- License: mit
- Archived: true
- Created: 2019-05-01T15:18:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T23:34:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:51:32.299Z (5 months ago)
- Topics: ansible, deployment, devops, docker-compose, docker-swarm, environment, gitops, iac, multi-repo, pull-mode, submodules, swarm-mode
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DevOps & Swarm-mode
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FAfsmNGhr%2Fdevops-swarm-mode%2Fbadge&style=flat)](https://actions-badge.atrox.dev/AfsmNGhr/devops-swarm-mode/goto)
The repository concept for managing all services as code (IaC).
Git submodules **use for updates only** (pull-mode like as [Repo](https://gerrit.googlesource.com/git-repo/)).### Deployment
![Deploy on swarm](https://i.imgur.com/GpiyprY.gif)
Every service will be deployed separately with same the stack name. You can see all stacks in [services folder](./services).
You can see all environments in [ansible environments folder](./ansible/environments).```sh
./deploy "$STACK" "$ENV" # optionally "$GROUP"
```