Category: automation, ansible

There are a lot of processes you can build with Ansible, which can be used as an automation tool or even a manual playbooks executor. Most of the users implement with Ansible Continuous Deployment/Delivery processes, but you can build practically every process you want to run. Ansible playbooks can be run automatically (e.g. webhooks) or manually, it’s all up to you and your needs.

It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows.

I created an online editor with a huge modules registry behind, with an automatic sync from Ansible documentation to the editor’s Firebase DB.

Related Articles