Ansible
Simple IT Automation
Ansible is the easiest solution to automate applications, entire systems and your IT infrastructure. Ansible makes tasks in your environment a breeze.
Ansible
The simple automation solution
Ansible is the simplest solution for automating applications, complete systems and your IT infrastructure. Ansible makes daily tasks in your Unix and Linux environments a breeze. Every problem has to be solved only once and then rolled out as a playbook on many systems.
Playbooks
Powerful workflow configuration
All configuration information is collected in so-called Ansible Playbooks in an easy to understand description language and rolled out to hosts stored in the host inventory. For this purpose, only a connection to the systems to be configured is necessary and you’re ready to go.
Ansible works in push mode and requires no further installation on the individual systems besides SSH and Python. So you can get started without further preparation with Ansible, as the control of a simple workstation is sufficient.
--- - hosts: webservers vars: http_port: 80 max_clients: 200 remote_user: root tasks: - name: ensure apache is at the latest version yum: name: httpd state: latest - name: write the apache config file template: src: /srv/httpd.j2 dest: /etc/httpd.conf notify: - restart apache - name: ensure apache is running service: name: httpd state: started handlers: - name: restart apache service: name: httpd state: restarted
Reporting
Inventory
Control
Integration into Foreman
Foreman – the lifecycle management tool for physical and virtual servers. The “Foreman” is an open source project that supports administrators in managing their systems throughout their entire lifecycle, from provisioning and configuration to orchestration and monitoring.
News
Articles from our Blog
Automate Icinga for Windows with Ansible
This article will cover how to automate the monitoring of your windows infrastructure with Ansible and Icinga for Windows. For that, I developed a new Ansible role which you can find here: https://github.com/DanOPT/ansible-role-ifw The role will allow you to manage...
Ansible Continuous Deployment without AWX/Tower/AAP
Why Ansible? Ansible is a configuration management tool to automate tasks in your IT infrastructure. It offers a rather low barrier of entry, when compared to other tools. A local Ansible installation (i.e. on your machine) with SSH access to the infrastructure you...
Webinars
Our webinar archive



Service from the market leader
We are happy to bring you our experience from countless Ansible projects. Whether professional services, training or support for your environment.