bashclub / zamba-lxc-toolbox

Zamba LXC Toolbox a script collection to setup LXC containers on Proxmox + ZFS. Zamba is the fusion of ZFS and Samba (standalone, active directory dc or active directory member), preconfigured to access ZFS snapshots by "Previous Versions" to easily recover encrypted by ransomware files, accidently deleted files or just to revert changes.
https://aow.de/
GNU General Public License v3.0
289 stars 62 forks source link

ansible-semaphore #98

Closed rowie closed 1 year ago

rowie commented 1 year ago

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* Created symlink /etc/systemd/system/multi-user.target.wants/semaphore.service → /etc/systemd/system/semaphore.service.

######################################################################

Please note this user and password for the semaphore login:
    '' / ''
            Enjoy your semaphore intallation.

######################################################################

thorstenspille commented 1 year ago

Hast du eine neue config-Datei aus der zamba.conf.example erzeugt? Die Datei hab ich im letzten Update geändert und enthält die Variablen für den ansible-semaphore User.

rowie commented 1 year ago

JA, hab ich am Abend wie wir gesprochen haben gemacht. Ich benenn den Ordner immer um und zieh neu. VersionsTag in der config wär nice to have. Geht das?

rowie commented 1 year ago

Er legt jedenfalls keinen User an!

thorstenspille commented 1 year ago

Das random password in der config Datei mag install.sh nicht, müsste sogar abbrechen mit aktueller config.

Bei mir klappt das user adden mit statischem Passwort.

In der zmb.conf müssen folgende 4 Zeilen unten drin stehen:

SEMAPHORE_ADMIN=admin
SEMAPHORE_ADMIN_DISPLAY_NAME="Semaphore Administrator"
SEMAPHORE_ADMIN_EMAIL="admin@zmb.rocks"
SEMAPHORE_ADMIN_PASSWORD="Start123"

Das klappt nur, wenn du eine neue config-Datei aus der zamba.conf.example erzeugst oder die Zeilen manuell hinzufügst.