[mod] role:postgresql-for-zeitbild:git url

This commit is contained in:
Fenris Wolf 2024-10-25 11:10:48 +02:00
parent 0b4d1e6510
commit 62cf9c9a87
3 changed files with 6 additions and 1 deletions

View file

@ -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": "."
}

View file

@ -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"
}

View file

@ -11,6 +11,10 @@
"type": "string",
"mandatory": false
},
"git_repository_url": {
"type": "string",
"mandatory": false
},
"git_reference": {
"type": "string",
"mandatory": false