Infrastructure Automation​

Infrastucture Automation bedeutet den Einsatz von Technologien und Tools zur Verwaltung, Konfiguration und Optimierung der IT-Infrastruktur, wodurch manuelle Prozesse reduziert und Effizienz, Skalierbarkeit und Sicherheit gewährleistet werden.

Hier finden Sie wertvolle Informationen und Best Practices rund um die Automatisierung von IT-Prozessen. Von Tools wie Ansible, Git, Puppet, Terraform bis hin zu orcharhino – entdecken Sie, wie diese Technologien Ihnen helfen, Ihre Infrastruktur effizienter zu verwalten, manuelle Abläufe zu minimieren und Ihre IT-Umgebung zukunftssicher zu gestalten. Tauchen Sie ein in unsere Blogbeiträge und erfahren Sie mehr über moderne Automatisierungslösungen, die Ihre IT transformieren können.

Tag Archive for: Infrastructure Automation​

ansible

Ansible Automation Platform

Ansible is known to be one of the most widely used automation tools. This is certainly also due to the relatively simple setup and use. Especially in very large environments, i.e. with a large number of users, a pure CLI setup quickly reaches its limits: Multi-tenancy, credential management, scheduling are just some of the points that require a very close look.
ansible

Automated Windows Patches with Ansible

/
/
As a specialist for Linux patch management, we are often asked whether we are also familiar with Windows patch management and whether we can provide an automated solution for this. The answer is pretty simple, YES we can. We have already built and implemented fully automated Windows patch management with Ansible for several customers.
ansible

The Future of Ansible

The introduction of Collections is not the only recent major innovation in Ansible. Until version 2.8, Ansible was offered as one large package. This included a variety of modules developed and maintained by the Ansible community. The introduction of Collections happened as part of the release of version 2.9: a format for easy packaging and distribution of Ansible content. Collections significantly improved the possibilities for extensions as well as maintenance. The current major version is Ansible 3.0.0. ansible-base is not installed with it, but has become a dependency.