Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 654 Bytes

FreeIPA-AD Trust

This repository holds a set of Ansible playbooks used to configure a FreeIPA-AD trust test lab as described in

https://rafaeljeffman.com/projects/freeipa/en/basic-lab-ad-trust

Apply the playbooks in the given order.

To add required tools use pip (you can use a Python virtual environment):

pip install -r requirements.txt

To add required Ansible collections use:

ansible-galaxy collection install -r requirements.yml

Don't forget, on the Windows node, to download and execute:

https://raw.githubusercontent.com/ansible/ansible-documentation/devel/examples/scripts/ConfigureRemotingForAnsible.ps1