NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Make `no_log` disableable #244

Closed widhalmt closed 10 months ago

widhalmt commented 10 months ago

While no_log is essential for production environments, it's a major PITA while debugging.

My suggestion: Set all no_log options to a global variable called elasticstack_nolog which defaults to true in every role. Then set it to false in every Molecule scenario. And add some documentation telling users to use it while developing.