Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-dc
DetectionLab Windows DC
https://github.com/juju4/ansible-dc
Last synced: 12 days ago
JSON representation
DetectionLab Windows DC
- Host: GitHub
- URL: https://github.com/juju4/ansible-dc
- Owner: juju4
- License: bsd-2-clause
- Created: 2020-01-25T14:42:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T12:18:28.000Z (over 4 years ago)
- Last Synced: 2024-11-07T17:41:14.303Z (2 months ago)
- Language: PowerShell
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status - Master](https://travis-ci.org/juju4/ansible-dc.svg?branch=master)](https://travis-ci.org/juju4/ansible-dc)
[![Build Status - Devel](https://travis-ci.org/juju4/ansible-dc.svg?branch=devel)](https://travis-ci.org/juju4/ansible-dc/branches)[![Appveyor - Master](https://ci.appveyor.com/api/projects/status/9n7p3hqhb8d4n2aq?svg=true)](https://ci.appveyor.com/project/juju4/ansible-dc)
![Appveyor - Devel](https://ci.appveyor.com/api/projects/status/9n7p3hqhb8d4n2aq/branch/devel?svg=true)# DetectionLab Windows DC ansible role
Setup a Windows Domain Controller for [DetectionLab](https://github.com/clong/DetectionLab)
WARNING! Work in progress.
## Requirements & Dependencies
### Ansible
Tested with Ansible 2.9
### Operating systems
Targeted for Windows 2016.
### Dependencies
```
$ ansible-galaxy install -r requirements.yml
```[TODO]
## Example Playbook
Including an example of how to use your role (for instance, with variables
passed in as parameters) is always nice for users too:- hosts: servers
roles:
- { role: juju4.dc, x: 42 }You can test with vagrant
```
$ vagrant plugin install vagrant-reload
$ cd test/vagrant
$ vagrant up
$ vagrant provision
$ vagrant ssh
```
Please note that if you run multiple windows VM concurrently, winrm port might change and need to be set manually.## Continuous integration
This role is tested in Appveyor.
## License
BSD 2-clause