jborean93 / ansible-windows

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:PowerShell 75.2%Language:Python 18.6%Language:Ruby 6.3%