Notes about Ansible

My favorite Ansible tools and personal contributions towards Ansible.

Profiling Ansible Link to heading

Create ansible.cfg file into same directory with playbook with following content:

[default]
callback_whitelist = profile_tasks

Source: ansible-profile

Personal opinions, contributions, etc. Link to heading

My personal background with configuration management tools starts from Cfengine in ’90s that we used to customize Linux installations. Followed by Puppet to setup multi-node installations in ’00s. In ‘16, I came across with Chef, but my current choice for configuration tasks is Ansible, even if it is not the fastest tool on a market.

Contributions to other Ansible projects Link to heading

Personal Ansible Roles projects Link to heading

Personal Ansible Playbook projects Link to heading

Pull requests to other Ansible projects Link to heading