summaryrefslogtreecommitdiff
path: root/templates/icecast2/icecast.xml.j2
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-05 12:23:26 +0300
committerheqnx <root@heqnx.com>2025-07-05 12:23:26 +0300
commite95318bcada0feb1dcdd44773e690b2addc6de38 (patch)
tree32cd9b106a5205c53cbe5d8fef3e1bc81d435660 /templates/icecast2/icecast.xml.j2
parent9457306a881cfe476ee0abbdba4f6f1eaa80db9d (diff)
downloadansible-icecast2-e95318bcada0feb1dcdd44773e690b2addc6de38.tar.gz
ansible-icecast2-e95318bcada0feb1dcdd44773e690b2addc6de38.zip
added random password
Diffstat (limited to 'templates/icecast2/icecast.xml.j2')
-rw-r--r--templates/icecast2/icecast.xml.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/icecast2/icecast.xml.j2 b/templates/icecast2/icecast.xml.j2
index 4c665b7..ae50250 100644
--- a/templates/icecast2/icecast.xml.j2
+++ b/templates/icecast2/icecast.xml.j2
@@ -14,10 +14,10 @@
</limits>
<authentication>
- <source-password></source-password>
+ <source-password>{{ random_password }}</source-password>
<relay-password>disabled</relay-password>
<admin-user>admin</admin-user>
- <admin-password>password</admin-password>
+ <admin-password>{{ random_password }}</admin-password>
</authentication>
<hostname>localhost</hostname>