An open API service indexing awesome lists of open source software.

https://github.com/jborean93/ansible-windows

Scripts that are useful for using Ansible with Windows - not affiliated with Ansible in any way
https://github.com/jborean93/ansible-windows

Last synced: 8 days ago
JSON representation

Scripts that are useful for using Ansible with Windows - not affiliated with Ansible in any way

Awesome Lists containing this project

README

        

# Ansible and Windows
This repo contains some scripts and other stuff that can be useful when using
Ansible with Windows hosts.

Further scripts and utilities may be added in the future as required.

## Playbooks

Contains a collection of playbooks that are useful when using Ansible with
Windows. The README page of each folder has more details on the playbook and
what they are for.

## Scripts
There are a few scripts in the `scripts` folder that can be used to do things
like upgrade PowerShell to a certain version. The README page of that folder
has more details on each script and how to run them.

## Vagrant

Contains a Vagrantfile and Ansible playbook that will create a dev environment
of multiple Windows servers in a domain. See the README page for more details.

## Vagrant Linux

Contains a Vagrantfile and Ansible playbook that will create a dev environment
of multiple Linux servers that can communicate with the domain created by the
files in the `vagrant` folder. This is useful if you want to test out things
like Kerberos authentication with Ansible without polluting your localhost.

See the README page for more details.