How to use Ansible to document procedures
By Marco Bravo
Image by : opensource.com
In Ansible, the documentation is the playbook, so the documentation naturally evolves alongside the code
I find Doxygen better for development documentation since it is embedded in the code. With programmers, out of sight is out of mind. Still there's only about a 30% chance the documentation will be updated when the code is changed.
Don't stop where the ink does.
Comments
Post a Comment