kms
-
Windows运维自动化:Ansible自动激活Windows
使用Ansible对Windows客户端及服务器进行激活。接下来我们逐步对playbook进行分解,在文章的最后部分会提供完整的playbook。 Windows Server 2022 未激活状态 获取主机名和IP地址 – name: 获取主机名和&n…
-
使用1Panel部署KMS服务器
使用Dockerfile构建镜像 打开1Panle,点击 容器 → 镜像 → 构建镜像 输入如下内容,等待镜像构建完成 FROM alpine:latest as builder WORKDIR /root RUN apk add –no-cache git make build-base && git clo…