[mod] role:postgresql-for-zeitbild:git url
This commit is contained in:
parent
0b4d1e6510
commit
62cf9c9a87
3 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
"var_postgresql_for_zeitbild_username": "zeitbild_user",
|
||||
"var_postgresql_for_zeitbild_password": "REPLACE_ME",
|
||||
"var_postgresql_for_zeitbild_schema": "zeitbild",
|
||||
"var_postgresql_for_zeitbild_git_repository_url": "https://forgejo.linke.sx/zeitbild/datamodel",
|
||||
"var_postgresql_for_zeitbild_git_reference": "master",
|
||||
"var_postgresql_for_zeitbild_revision": "."
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"name": "structure | fetch",
|
||||
"delegate_to": "localhost",
|
||||
"ansible.builtin.git": {
|
||||
"repo": "https://forgejo.linke.sx/zeitbild/datamodel",
|
||||
"repo": "{{var_postgresql_for_zeitbild_git_repository_url}}",
|
||||
"version": "{{var_postgresql_for_zeitbild_git_reference}}",
|
||||
"dest": "/tmp/zeitbild-datamodel-repo"
|
||||
}
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
"type": "string",
|
||||
"mandatory": false
|
||||
},
|
||||
"git_repository_url": {
|
||||
"type": "string",
|
||||
"mandatory": false
|
||||
},
|
||||
"git_reference": {
|
||||
"type": "string",
|
||||
"mandatory": false
|
||||
|
|
Loading…
Add table
Reference in a new issue