[mod] role:postgresql-for-espe:git source
This commit is contained in:
parent
514654a974
commit
727feb7e54
3 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
"var_postgresql_for_espe_username": "espe_user",
|
||||
"var_postgresql_for_espe_password": "REPLACE_ME",
|
||||
"var_postgresql_for_espe_schema": "espe",
|
||||
"var_postgresql_for_espe_git_repository_url": "https://forgejo.linke.sx/espe/datamodel",
|
||||
"var_postgresql_for_espe_git_reference": "master",
|
||||
"var_postgresql_for_espe_revision": "."
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"name": "structure | fetch",
|
||||
"delegate_to": "localhost",
|
||||
"ansible.builtin.git": {
|
||||
"repo": "dl-cloud-gitlab:espe/datamodel",
|
||||
"repo": "{{var_postgresql_for_espe_git_repository_url}}",
|
||||
"version": "{{var_postgresql_for_espe_git_reference}}",
|
||||
"dest": "/tmp/espe-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