Category Archives: Ansible

Alles rund um Ansible

OpenLDAP delta-syncrepl mit Ansible

Im ersten Teil habe ich die Einrichtung von OpenLDAP-Servern mit einfacher Replikation beschrieben. Hier geht es jetzt um die Replikation mit delta-syncrepl. Die komplette Einrichtung aller Server wird via Ansible durchgeführt. Die Konfiguration der OpenLDAP-Server wird im Backend cn=config erstellt. … Continue reading

Posted in Ansible | Leave a comment

Samba DC und Ansible

Nachdem ich im vorherigen Beitrag OpenLDAP mit Ansible eingerichtet habe, ist dieses Mal Samba dran. Auch hier ist es so, dass ich zu Testzwecken häufig eine Domäne einrichte und mir das ganze durch die Automatisierung mit Ansible etwas einfacher machen … Continue reading

Posted in Ansible | Leave a comment

Using Ansible to set up an OpenLDAP environment

Because I need an OpenLDAP environment for testing purposes I wrote three Ansible-roles to create an environment with three OpenLDAP-servers, one provider and two consumers. Everything you need are three Debian-VMs with ssh-rootlogin with password. This will  be revoked at … Continue reading

Posted in Ansible | Leave a comment