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 %}
|
||||
|
||||
git:
|
||||
salt:
|
||||
{%- for branch in branches %}
|
||||
salt_{{branch}}:
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git"
|
||||
path: "/srv/salt/prod"
|
||||
branch: "master"
|
||||
path: "/srv/salt/{{branch}}"
|
||||
branch: "{{branch}}"
|
||||
key: "git_actcur"
|
||||
force: true
|
||||
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
|
||||
force: {{ "True" if branch == "prod" else "false" }}
|
||||
email: "actcur@actcur.com"
|
||||
name: "Actaeus Curabitur"
|
||||
{%- endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue