Sebastian Gumprich
48388a3d96
use fqcns for some task
Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
vor 3 Jahren
Slavi Pantaleev
1ea1597020
Fix some ansible-lint-reported warnings
This mostly fixes `key-order` warnings around
`block` statements.
vor 3 Jahren
Slavi Pantaleev
7831dc91b3
Import tasks from other roles in a better way
One that doesn't trip up ansible-lint, causing `load-failure` errors.
vor 3 Jahren
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
vor 3 Jahren
Slavi Pantaleev
34cdaade08
Use fully-qualified module names for builtin Ansible modules
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1939
vor 3 Jahren
Slavi Pantaleev
2df993977a
Ensure git cloning when self-building is done with the matrix user, not root
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1749
vor 3 Jahren
Aine
2da3768b20
Added retries to the docker pulls ( #1701 )
vor 4 Jahren
Aine
701591e87e
Added retries to the docker pulls
vor 4 Jahren
Jim Myhrberg
eeca3c8dca
fix: avoid yaml being wrapped at column 80 via to_nice_yaml
The `to_nice_yaml` helper will by default wrap any string YAML values on
the first space after column 80. This can in worst case yield invalid
YAML syntax. More details in Ansible's documentation here:
https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#formatting-data-yaml-and-json
In short, you need to explicitly provide a custom width argument of a
high number of some kind to avoid the line wrapping.
vor 4 Jahren
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
vor 4 Jahren
John M
286871b9b5
Add self-build for Dimension
Add a self-build option for the Dimension Dockerfile.
- This helps further support arm64 hosts (i.e. A1.Flex w/Oracle)
vor 4 Jahren
Michael Collins
98e6cd685d
sync with previous repo
vor 4 Jahren
Yannick Goossens
27416607d9
Another field with 'invalid input syntax for type smallint'
vor 5 Jahren
Slavi Pantaleev
80c72615c7
Fixup all Dimension boolean fields after pgloader import
This is 8b6174786b done right. There were many more fields
that we had to account for.
vor 5 Jahren
Stuart Mumford
019a4d7dcd
Use role relative paths for things
vor 5 Jahren
Slavi Pantaleev
8b6174786b
Fixup Dimension database schema a bit after pgloader import
vor 5 Jahren
Slavi Pantaleev
2a502db239
Add (SQLite + Postgres) support and automatic migration to matrix-dimension
vor 5 Jahren
Slavi Pantaleev
374f43735a
Separate matrix-dimension install/uninstall tasks
vor 5 Jahren