updated saltmaster git

This commit is contained in:
Actaeus Curabitur 2022-09-08 06:25:50 -05:00
parent c0d27e13d7
commit 66bfffb930

View file

@ -6,19 +6,13 @@ branches:
{%- endfor %} {%- endfor %}
git: git:
salt: {%- for branch in branches %}
salt_{{branch}}:
repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git" repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git"
path: "/srv/salt/prod" path: "/srv/salt/{{branch}}"
branch: "master" branch: "{{branch}}"
key: "git_actcur" key: "git_actcur"
force: true force: {{ "True" if branch == "prod" else "false" }}
email: "actcur@actcur.com"
name: "Actaeus Curabitur"
salt_dev:
repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git"
path: "/srv/salt/dev"
branch: "dev"
key: "git_actcur"
force: true
email: "actcur@actcur.com" email: "actcur@actcur.com"
name: "Actaeus Curabitur" name: "Actaeus Curabitur"
{%- endfor %}