文件名称:ex-nihilo:一无所有
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-15 03:13:47
PowerShell
前精神 Ex-nihilo提供了一个框架,用于管理,配置和应用Powershell DSC的称为角色的可重用位。 角色及其依存关系的集合被分组到源中。 从一个或多个源角色可以组合成rolemaps。 可以将角色配置为需要其他角色,以便可以对先决条件进行标准化并在任意数量的角色图*享。 例如,服务器角色可能定义诸如常见的Windows功能,实用程序共享,强制性应用程序之类的内容。dns_server角色和web_server角色都可能需要服务器角色,因此无论服务器做什么,它都具有相同的功能根据。 基本用法 此示例演示了使用ex-nihilo在本地计算机上构建和应用DSC配置的最低要求 #Import the PowerShell module Import-Module exnihilo.psm1 #Initialize the global configuration object
【文件预览】:
ex-nihilo-master
----sources()
--------exnihilo()
--------sample()
----.gitignore(7B)
----README.md(2KB)
----build.ps1(297B)
----functions()
--------configuration.ps1(7KB)
--------utility.ps1(5KB)
--------dsc.ps1(5KB)
--------roles.ps1(3KB)
----functions.ps1(223B)
----exnihilo.psm1(41KB)