diff --git a/roles/custom/fvs/files/policies.json b/roles/custom/fvs/files/policies.json index 1fd5fb0..71980d8 100644 --- a/roles/custom/fvs/files/policies.json +++ b/roles/custom/fvs/files/policies.json @@ -27,7 +27,7 @@ "name": "FvS-eMail" }, { - "url": "https://dw.steinbeis.schule", + "url": "https://info.steinbeis.schule", "name": "FvS-Hilfesystem" }, { @@ -35,8 +35,16 @@ "name": "FvS-Moodle" }, { - "url": "https://nc.steinbeis.schule", - "name": "FvS-Nextcloud" + "url": "https://cloud.steinbeis.schule", + "name": "FvS-Schulcloud" + }, + { + "url": "https://nct.steinbeis.schule", + "name": "FvS-Nextcloud-Teacher (Nur für Lehrer)" + }, + { + "url": "https://git.steinbeis.schule", + "name": "FvS-Git Versionsverwaltung" }, { "url": "https://server.pn.steinbeis.schule", diff --git a/roles/lmn_vm/files/vm-run b/roles/lmn_vm/files/vm-run index c76fed2..d37174c 100755 --- a/roles/lmn_vm/files/vm-run +++ b/roles/lmn_vm/files/vm-run @@ -365,7 +365,7 @@ if ! virsh --connect="${QEMU}" list | grep "${VM_NAME}-clone"; then # Create VMInfo Json file #( umask 027; ./vm-create-vminfo > "${VMINFO_DIR}/.vminfo.json" ) # Start vminfo.timer - systemctl --user start vminfo.timer + systemctl --user restart vminfo.timer uuid=$(openssl rand -hex 16) uuid="${uuid:0:8}-${uuid:8:4}-${uuid:12:4}-${uuid:16:4}-${uuid:20:12}"