This git repository contains a howto setup a kvm environment to test freeipa and ms-ad integration
This will be done through unattended installs.
I have tested these instructions on my fedora32 desktop which I use as a kvm host.
The following packages/groups should be installed on the kvm host
- '@virt'
- genisoimage
- libguestfs-tools-c
- python3-libvirt
Ensure the libvirtd service is enabled and started.
Ensure that the default virtual subnet 192.168.122.0/24 is running.
If you have never modified the default virtual subnet, all should be fine.
Ansible will be used for the configuration of freeipa.
The fedora32 desktop will be used as an ansible controller.
Install ansible packages.
The version I used was 2.9.10
sudo dnf install -y ansible python3-ansible-lint ansible-freeipa sshpass
- Windows 2019 Server
- CentOS 8
For CentOS 8 setup see CentOS8_setup
For windows setup see Windows_setup
Run the play site.yml
ansible-playbook site.yml