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
- Host: GitHub
- URL: https://github.com/jborean93/ansible-windows
- Owner: jborean93
- License: mit
- Created: 2017-10-04T23:58:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T06:10:47.000Z (about 5 years ago)
- Last Synced: 2025-03-30T15:11:51.063Z (15 days ago)
- Language: PowerShell
- Homepage:
- Size: 72.3 KB
- Stars: 214
- Watchers: 29
- Forks: 233
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jborean93/ansible-windows - Scripts that are useful for using Ansible with Windows - not affiliated with Ansible in any way (PowerShell)
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.