Compare commits
No commits in common. "4d14794f1444ce8a2b2b378a7184a19d735cf166" and "b8cf7a00284085dfd8a91a59224378610f81a9bc" have entirely different histories.
4d14794f14
...
b8cf7a0028
@ -5,4 +5,4 @@ inventory = hosts
|
||||
pipelining = true
|
||||
|
||||
[privilege_escalation]
|
||||
become_method = {{ escalation_method }}
|
||||
become_method = "{{ escalation_method }}"
|
||||
|
@ -258,10 +258,10 @@ enable_gitea: yes
|
||||
enable_synapse: yes
|
||||
|
||||
# TURN server for Matrix VoIP
|
||||
enable_coturn: no
|
||||
enable_coturn: yes
|
||||
|
||||
# MediaWiki
|
||||
enable_wiki: no
|
||||
enable_wiki: yes
|
||||
|
||||
# Navidrome (music server)
|
||||
enable_navidrome: yes
|
||||
|
Reference in New Issue
Block a user