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: about 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T23:34:27.000Z (over 2 years ago)
- Last Synced: 2024-11-07T15:43:42.322Z (7 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
[](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

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"
```