文件名称:vagrant-windows-domain:连接并从域中删除Windows Vagrant框
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-13 11:49:31
Ruby
流浪汉Windows域插件 一个Vagrant插件,使您将Windows Vagrant框与Windows域的连接和断开连接变得轻而易举。 在vagrant up -除非提供凭据,否则它将提示用户输入其域凭据,并将来宾添加到域中,包括在不干扰其他配置者的情况下重新启动来宾。 在vagrant destroy ,它会做同样的事情,并将自己从域中删除,使事情保持整洁。 安装 vagrant plugin install vagrant-windows-domain 用法 在您的Vagrantfile中,添加以下插件并根据需要进行配置: config . vm . provision :windows_domain do | domain | # The Windows Domain to join. # # Setting this will result
【文件预览】:
vagrant-windows-domain-master
----LICENSE.txt(1KB)
----development()
--------Vagrantfile(2KB)
----lib()
--------vagrant-windows-domain.rb(490B)
--------vagrant-windows-domain()
----Gemfile(218B)
----spec()
--------base.rb(1KB)
--------provisioner()
--------spec_helper.rb(488B)
----Rakefile(377B)
----.travis.yml(250B)
----README.md(5KB)
----vagrant-windows-domain.gemspec(1KB)
----.gitignore(199B)