Marco Bravo

Logo

Marco Bravo's DEV Profile If you don’t know, ask – if you know, share! ~ opensource mindset Baseball ball image


➠ "We may not have control over our circumstances, but we do have control over our minds"
➠ What do I want to do next?
Cloud and rainbow image

View My GitHub Profile

29 January 2020

3 lessons learned writing Ansible playbooks

by Marco Bravo

Colors elements image

Jeff Geerling presents 3 lessons he has learned writing Ansible playbooks.

The three main takeaways from his experience are:

  1. Stay organized
  2. Test early and often
  3. Simplify, optimize

The importance of each lesson learned follows in that order, too; it’s no use trying to optimize something (point 3) that’s already poorly assembled (point 1). Each step builds on the one above.

Full article

tags: opensource - ansible - playbooks - tips