Introduction
Thank you for clicking through to my arcticle. I've been a DevOps engineer for 2 years in dev-team of 7 engineers.
My name is MINSEOK, LEE, but I use Unchaptered as an alias on the interenet. So, you can call me anythings "MINSEOK, LEE" or "Unchaptered" to ask something.
Topic
Use IDE Output Coloring
Prerequisites
Content
You can change stdout_callback mode from skippy to debug for More Looks Better than initial mode.
Edit ansible configuration file using
vi /etc/ansible/ansible.cfgEnable number line using
:set numberFind stdout_callback options using
:/stdout_callbackEnable insert option
iRemove comment and change stdout_callback mode from skippy to debug
AS-IS(Before)
> #stdout_callback = skippyTO-BE(After)
> stdout_callback = debug
Share article