mirror of
https://github.com/famedly/ansible-collection-dns
synced 2024-11-21 19:43:02 +00:00
chore: update gitlab paths
This commit is contained in:
parent
54a7780996
commit
14765ce054
2 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ dependencies:
|
|||
community.crypto: 1.9.5
|
||||
community.docker: 2.0.0
|
||||
community.postgres: 1.5.0
|
||||
repository: https://gitlab.com/famedly/company/devops/collections/dns
|
||||
documentation: https://gitlab.com/famedly/company/devops/collections/dns
|
||||
homepage: https://gitlab.com/famedly/company/devops/collections/dns
|
||||
issues: https://gitlab.com/famedly/company/devops/collections/dns/-/issues
|
||||
repository: https://gitlab.com/famedly/infra/collections/dns
|
||||
documentation: https://gitlab.com/famedly/infra/collections/dns
|
||||
homepage: https://gitlab.com/famedly/infra/collections/dns
|
||||
issues: https://gitlab.com/famedly/infra/collections/dns/-/issues
|
||||
|
|
|
@ -122,7 +122,7 @@ powerdns_backend_postgres_password: ~
|
|||
powerdns_backend_postgres_dnssec: true
|
||||
powerdns_backend_postgres_use_prepared_statements: true
|
||||
|
||||
powerdns_container_image_name: "registry.gitlab.com/famedly/company/devops/containers/powerdns"
|
||||
powerdns_container_image_name: "registry.gitlab.com/famedly/infra/containers/powerdns"
|
||||
powerdns_container_image_tag: ~
|
||||
powerdns_container_image_ref: "{{ powerdns_container_image_name }}:{{ powerdns_container_image_tag | default('v' + powerdns_version, True) }}"
|
||||
powerdns_container_name: powerdns
|
||||
|
|
Loading…
Reference in a new issue