Ansible Tips (IDE, Output)

Feb 23, 2024
Ansible Tips (IDE, Output)

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

  1. What is the Ansible?

  2. How to configure practice environment of Ansible?

  3. What is the Ansible Core?

  4. Ansible with PUTTY

  5. Ansible Practices

  6. Ansible Playbook

  7. Ansible Tips (IDE, Vim)

Content

You can change stdout_callback mode from skippy to debug for More Looks Better than initial mode.

  1. Edit ansible configuration file using vi /etc/ansible/ansible.cfg

  2. Enable number line using :set number

  3. Find stdout_callback options using :/stdout_callback

  4. Enable insert option i

  5. Remove comment and change stdout_callback mode from skippy to debug

    1. AS-IS(Before)
      > #stdout_callback = skippy

    2. TO-BE(After)
      > stdout_callback = debug

Share article
RSSPowered by inblog