Open KB1RD opened 4 years ago
Not likely, since the whole playbook uses systemd to work.
Seems like it's not viable to target it (because it's just too different), although it would've been nice.
Seems like it's not viable to target it (because it's just too different), although it would've been nice.
Just want to provide some updates on this conversation. The new DSM7 is using systemd and I can install matrix by using this Ansible playbook on Synology DSM 7 (918+). Generally speaking, there are 3 changes I have made to the source code:
I am definitely willing to contribute my source code if needed.
Sounds viable then! Thank you for investigating!
If you have time to work on a PR, that'd be great!
A Synology DiskStation is a type of managed NAS. It does have SSH access with Python 2 and 3 installed along with Docker support from the CLI and a GUI. This should be doable except for anything modifying users, groups, services, or installing packages.
EDIT: I would be willing to work on this
Services are managed using
synoservicecfg
. There is currently no Ansible support (AFAIK?). The command line options are as follows: