Chris van Dijk
74df10633a
Remove hardcoded command paths in playbook cron usage
5年前
Chris van Dijk
6e3b877dc2
Remove hardcoded command paths in playbook shell usage
5年前
Chris van Dijk
6334f6c1ea
Remove hardcoded command paths in systemd unit files
Depending on the distro, common commands like sleep and chown may either
be located in /bin or /usr/bin.
Systemd added path lookup to ExecStart in v239, allowing only the
command name to be put in unit files and not the full path as
historically required. At least Ubuntu 18.04 LTS is however still on
v237 so we should maintain portability for a while longer.
5年前
Dan Arnfield
787f12e70d
Fix typo in validation
5年前
Slavi Pantaleev
c1c8b8e62c
Warn about matrix_user_uid/matrix_user_gid
We don't really need to fail in such a spectactular way,
but it's probably good to do. It will only happen for people
who are defining their own user/group id, which is rare.
It seems like a good idea to tell them that this doesn't work
as they expect anymore and to ask them to remove these variables,
which otherwise give them a fake sense of hope.
Related to #486 (Github Pull Request).
5年前
Slavi Pantaleev
ccc7aaf0ce
Fix "Migrating to a new server" flow due to dynamic user/group creation
5年前
Slavi Pantaleev
8fea6f5130
Make sure matrix_user_uid and matrix_user_gid are always set
If one runs the playbook with `--tags=setup-all`, it would have been
fine.
But running with a specific tag (e.g. `--tags=setup-riot-web`) would
have made that initialization be skipped, and the `matrix-riot-web` role
would fail, due to missing variables.
5年前
Fanch
a1c5a197a9
remove default UID/GID
5年前
Chris van Dijk
7585bcc4ac
Allow the matrix user username and groupname to be configured separately
No migration steps should be required.
5年前
Slavi Pantaleev
9a43cc02e0
Only install docker-python if matrix_docker_installation_enabled
Should help with #300 (Github Issue).
5年前
Slavi Pantaleev
7035af87d8
Add support for Jitsi discovery for Riot via /.well-known/matrix/client
This will not work yet, as no version of Riot currently supports it.
It's expected to land in riot-web v1.5.16 via matrix-org/matrix-react-sdk#4348 .
5年前
Alin Trăistaru
604e581a97
add ntpd defaults
6年前
Marcel Partap
874e2e1fc0
Rename variables (s/mxisd/ma1sd/) and adapt roles
6年前
Slavi Pantaleev
26b73e3a4b
Do not install unnecessary bash-completion
6年前
Christian Wolf
8c9b5ea6dd
Removed a few syntax bugs in Archlinux configuration
6年前
Christian Wolf
4bc73ff4bb
Removed autoinstallation of cron due to documentation
6年前
Christian Wolf
d84b2868b7
Added basic changes to make it compatible with Archlinux
6年前
mooomooo
eebc6e13f8
Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin
6年前
Slavi Pantaleev
cdd9ee1962
Add Jitsi support
6年前
Horvath Gergely
2d537484d5
introduce variable
6年前
Horvath Gergely
3c8535c3bc
check ansible version for self-building in every role
6年前
Horvath Gergely
6232a81caf
check if target distro is Raspbian and install docker accordingly
6年前
Horvath Gergely
310aa685f9
refactor based on Slavi's requests
6年前
Horvath Gergely
610c98d6ab
add riot-web support for raspberry pi
6年前
Horvath Gergely
40d0fea06c
add mautrix-hangouts support for raspberry pi
6年前
Horvath Gergely
f28c7b71d2
build mxisd for rapsberry pi
6年前
Horvath Gergely
8c1e00a6cd
add mautrix-facebook support for raspberry pi
6年前
Horvath Gergely
7c4a86bc6b
add coturn support for raspberry pi
6年前
Horvath Gergely
a096eafb45
add possibility to install synapse on raspberry pi
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年前
Gergely Horváth
1c314fcf29
first version of raspbian docker setup
6年前
Gergely Horváth
05966c8cff
make sure Raspbian is not handled the same as Debian
6年前
Aaron Raimist
2ea507e2ea
Don't make it Dimension specific
6年前
Aaron Raimist
fe932273aa
Implement MSC1957: Integration manager discovery
https://github.com/matrix-org/matrix-doc/pull/1957
Yay Riot iOS now supports integration manager discovery!
6年前
Aaron Raimist
9ab68a3cb4
Remove identity server section from .well-known/matrix/client if there is no identity server
Riot used to be fine with it being blank but now it complains. This creates an ugly looking comma when there is an identity server configured but I guess that's fine.
6年前
Slavi Pantaleev
f348370f15
Remove unnecessary update_cache directive / Debian
We've just updated it in the task above, so it's unnecessary
6年前
Slavi Pantaleev
c88c0e7e87
Remove unnecessary update_cache directive / CentOS
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年前
Hardy Erlinger
eb7391d373
Fix: Restrict a Debian-specific task to Debian OS.
Since commit b9753635 the task 'Ensure docker-ce is installed (Debian)' fails with an error on CentOS although it should not even run on this OS.
6年前
Dan Arnfield
b975363530
Don't install docker-ce if docker.io is installed
6年前
gusttt
25262fa0e1
Disable docker network tasks in check mode to allow running the playbook in check mode (--check --diff)
6年前
Dan Arnfield
de6c1c99b2
Fix apt message: docker doesn't support arch 'i386'
6年前
Slavi Pantaleev
0ca21d80d7
Add Synapse Maintenance docs and synapse-janitor integration
6年前
Slavi Pantaleev
631a14bf0c
Rename run control variables for consistency
6年前
Slavi Pantaleev
2e16257e50
Do not ask for _matrix._tcp SRV records anymore
With most people on Synapse v0.99+ and Synapse v1.0 now available,
we should no longer try to be backward compatible with Synapse 0.34,
because this just complicates the instructions for no good reason.
6年前
Dan Arnfield
3982f114af
Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8
6年前
Stuart Mumford
a4bcd7ce8f
Add a variable to control the stop tasks
6年前