updated saltmaster git
This commit is contained in:
parent
c0d27e13d7
commit
66bfffb930
1 changed files with 6 additions and 12 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue