Compare commits
2 Commits
b8cf7a0028
...
4d14794f14
Author | SHA1 | Date | |
---|---|---|---|
4d14794f14 | |||
25ccb40c06 |
@ -5,4 +5,4 @@ inventory = hosts
|
|||||||
pipelining = true
|
pipelining = true
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_method = "{{ escalation_method }}"
|
become_method = {{ escalation_method }}
|
||||||
|
@ -258,10 +258,10 @@ enable_gitea: yes
|
|||||||
enable_synapse: yes
|
enable_synapse: yes
|
||||||
|
|
||||||
# TURN server for Matrix VoIP
|
# TURN server for Matrix VoIP
|
||||||
enable_coturn: yes
|
enable_coturn: no
|
||||||
|
|
||||||
# MediaWiki
|
# MediaWiki
|
||||||
enable_wiki: yes
|
enable_wiki: no
|
||||||
|
|
||||||
# Navidrome (music server)
|
# Navidrome (music server)
|
||||||
enable_navidrome: yes
|
enable_navidrome: yes
|
||||||
|
Reference in New Issue
Block a user