首次提交,用于实现安装VNCServer

This commit is contained in:
junlan
2025-07-26 16:37:12 +08:00
commit 2cbc7114ef
19 changed files with 346 additions and 0 deletions

7
install-vnc_server.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: 部署 VNC Server
hosts: test
vars_files:
- /data/ansible/roles/vnc_server/inventory/hosts_var.yaml
roles:
- vnc_server