Slavi Pantaleev
f545de53f7
Do not hardcode "ubuntu" for the Docker APT key URL
Well, `ubuntu` or `debian`, the same key is served right now,
so it doesn't really matter.
This seems cleaner and less prone to breakage though.
5年前
Slavi Pantaleev
55f252a6ed
Do not hardcode amd64 in setup_debian.yml
Until now, we've only supported non-amd64 on Raspbian.
Seems like there are now people running Debian/Ubuntu on ARM,
so we were forcing them into amd64 Docker packages.
I've gotten a report that this change fixes support
for Ubuntu Server 20.04 on RPi 4B.
5年前
vractal
9b61fef271
Replace gpg dependency for gnupg for better debian compatibility
5年前
hungrymonkey
d093b9b148
Added gpg as base dependency for Debian 10
AWS Debian marketplace image does not have gpg preinstalled
https://aws.amazon.com/marketplace/pp/B0859NK4HC?ref=cns_srchrow
TASK [matrix-base : Ensure Docker's APT key is trusted] *******************************************************************************************************************************************************
fatal: [matrix.domain.com]: FAILED! => {"changed": false, "msg": "Failed to find required executable gpg in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"}
Closes #590
5年前
Slavi Pantaleev
9a43cc02e0
Only install docker-python if matrix_docker_installation_enabled
Should help with #300 (Github Issue).
5年前
Alin Trăistaru
604e581a97
add ntpd defaults
6年前
Slavi Pantaleev
26b73e3a4b
Do not install unnecessary bash-completion
6年前
dhose
320d512541
Fix for when if case evaluates to false
6年前
Dan Arnfield
bc620895ca
Install python3-docker if ansible is running python 3
6年前
Slavi Pantaleev
f348370f15
Remove unnecessary update_cache directive / Debian
We've just updated it in the task above, so it's unnecessary
6年前
Dan Arnfield
960088752c
Add matrix_docker_package_name
6年前
Dan Arnfield
80cfb2a93e
Add matrix_docker_installation_enabled
6年前
Dan Arnfield
3cec6947ed
Refactor base server setup tasks
6年前