Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-wef
DetectionLab Windows WEF
https://github.com/juju4/ansible-wef
Last synced: 12 days ago
JSON representation
DetectionLab Windows WEF
- Host: GitHub
- URL: https://github.com/juju4/ansible-wef
- Owner: juju4
- License: bsd-2-clause
- Created: 2020-02-08T18:57:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T12:18:11.000Z (over 4 years ago)
- Last Synced: 2024-11-07T17:41:05.573Z (2 months ago)
- Language: PowerShell
- Size: 72.3 KB
- Stars: 2
- 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-wef.svg?branch=master)](https://travis-ci.org/juju4/ansible-wef)
[![Build Status - Devel](https://travis-ci.org/juju4/ansible-wef.svg?branch=devel)](https://travis-ci.org/juju4/ansible-wef/branches)[![Appveyor - Master](https://ci.appveyor.com/api/projects/status/prvd4pijvphwl0no?svg=true)](https://ci.appveyor.com/project/juju4/ansible-wef)
![Appveyor - Devel](https://ci.appveyor.com/api/projects/status/prvd4pijvphwl0no/branch/devel?svg=true)# DetectionLab Windows WEF ansible role
Setup a Windows WEF server 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.wef, 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