mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Added description how to clean matrix-ansible manual
This commit is contained in:
parent
4a4435af38
commit
f34c235804
@ -8,5 +8,13 @@ Matrix is an open-source project that provides a protocol for secure, decentrali
|
|||||||
|
|
||||||
This software uses https://github.com/spantaleev/matrix-docker-ansible-deploy as a base.
|
This software uses https://github.com/spantaleev/matrix-docker-ansible-deploy as a base.
|
||||||
|
|
||||||
|
## DANGER: Manuell deativation and deletion
|
||||||
|
Be carefull what you do. This code you can execute:
|
||||||
|
```
|
||||||
|
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl disable {} &&
|
||||||
|
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl stop {} &&
|
||||||
|
rm -rv /a
|
||||||
|
```
|
||||||
|
|
||||||
## Alternativ Matrix Setup Role
|
## Alternativ Matrix Setup Role
|
||||||
An alternativ role to deploy Matrix you will find [here](../docker-matrix-compose/)
|
An alternativ role to deploy Matrix you will find [here](../docker-matrix-compose/)
|
Loading…
Reference in New Issue
Block a user