Skip to content

Commit

Permalink
Merge group vars
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Mar 10, 2024
1 parent 6a72305 commit abf9ec9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
---
project:
name: bezmen
org: smecalculus
dir: "{{ playbook_dir }}/../.."

repo_mode: n/a # n/a, ro, rw

binary_repo: maven.pkg.github.com
image_repo: ghcr.io

image_ns: "{{ image_repo }}/{{ project.org }}/{{ project.name }}"

docker_entity: "{{ 'image' if repo_mode == 'n/a' else 'manifest' }}"

ility: programmability # programmability, resilience

devenv: turing
gear:
image: stack/gear

cicd: github
pipeline:
image: stack/pipeline

opsenv: durkheim
product:
image: stack/product
storages:
Expand Down
21 changes: 0 additions & 21 deletions baker/ansible/inventory/group_vars/all/all.yaml

This file was deleted.

0 comments on commit abf9ec9

Please sign in to comment.