ccdc.build_machine_desktop_environment
ccdc.build_machine_desktop_environment
一个角色用于设置适合测试的桌面环境。它将在 Linux、macOS 和 Windows 上进行以下设置:
- (仅限 CentOS)安装 GNOME 桌面环境,并将其设为默认启动环境
- (仅限 Ubuntu)安装 Ubuntu 桌面环境,并将其设为默认启动环境
- 为
vagrant
用户设置自动登录 - 禁用屏幕锁定和屏幕保护程序
示例剧本
- hosts: all
roles:
- ccdc.build_machine_desktop_environment
示例 requirements.yml 行用于 ansible-galaxy
# 为测试机器设置桌面环境
- src: ccdc.build_machine_desktop_environment
许可
MIT / BSD
关于项目
Prepare the desktop for building and testing the CSD Portfolio
安装
ansible-galaxy install ccdc.build_machine_desktop_environment
许可证
mit
下载
2.7k