Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1014 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 1014 Bytes
maintainer
mortench3000

Ansible4win-poc

Description

This project is made as a proof-of-concept demonstrating configuration management for a set of build and test nodes primarily (but not exclusively) based on Windows.

Prepare Ubuntu Ansible node

  1. Install Git, libssl-dev, Python, Python-pip, pyWinRm (python package), python-requests
  2. Checkout this repo
  3. pip install -r docs/py-requirements.txt
  4. Follow the Ansible installation guide for Ubuntu: Ansible installation

Prepare Windows node

  1. Create local admin user for Ansible: ansibleuser
  2. Follow the Ansile setup guide for Windows: Setting up a Windows host

References

Nice Ansible project template

A shot at Ansible Best Practices