ansible-lint: Fix some issues
This commit is contained in:
parent
8a5c248da4
commit
262f672707
6 changed files with 10 additions and 10 deletions
|
@ -23,8 +23,8 @@
|
||||||
matrix_install_location: /srv/matrix
|
matrix_install_location: /srv/matrix
|
||||||
|
|
||||||
# The container data volume mount locations
|
# The container data volume mount locations
|
||||||
matrix_data_location: "{{ matrix_install_location}}/data"
|
matrix_data_location: "{{ matrix_install_location }}/data"
|
||||||
matrix_database_location: "{{ matrix_install_location}}/database"
|
matrix_database_location: "{{ matrix_install_location }}/database"
|
||||||
|
|
||||||
# The certresolver that is used by traefik for this domain
|
# The certresolver that is used by traefik for this domain
|
||||||
matrix_traefik_certresolver: letsencrypt_http
|
matrix_traefik_certresolver: letsencrypt_http
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
matrix_maubot_install_location: /srv/matrix-maubot
|
matrix_maubot_install_location: /srv/matrix-maubot
|
||||||
|
|
||||||
# The container data volume mount locations
|
# The container data volume mount locations
|
||||||
matrix_maubot_data_location: "{{ matrix_maubot_install_location}}/data"
|
matrix_maubot_data_location: "{{ matrix_maubot_install_location }}/data"
|
||||||
matrix_maubot_database_location: "{{ matrix_maubot_install_location}}/database"
|
matrix_maubot_database_location: "{{ matrix_maubot_install_location }}/database"
|
||||||
|
|
||||||
# The certresolver that is used by traefik for this domain
|
# The certresolver that is used by traefik for this domain
|
||||||
matrix_maubot_traefik_certresolver: letsencrypt_http
|
matrix_maubot_traefik_certresolver: letsencrypt_http
|
||||||
|
|
Loading…
Add table
Reference in a new issue