# 미리 알았으면 좋을 Ansible 테크닉들

> Clean Markdown view of GeekNews topic #4907. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4907](https://news.hada.io/topic?id=4907)
- GeekNews Markdown: [https://news.hada.io/topic/4907.md](https://news.hada.io/topic/4907.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-28T09:44:57+09:00
- Updated: 2021-08-28T09:44:57+09:00
- Original source: [zwischenzugs.com](https://zwischenzugs.com/2021/08/27/five-ansible-techniques-i-wish-id-known-earlier/)
- Points: 10
- Comments: 1

## Topic Body

1) --step : 플레이북 단계별로 프롬프트

2) 인라인 로깅 : 모든 변수 JSON으로 덤프하는 스크립트 실행

3) ansible-lint : 문제점 및 안티패턴 체크

4) ansible-console : 개발을 편하게

5) Ansible Debugger

## Comments



### Comment 6557

- Author: xguru
- Created: 2021-08-28T09:45:03+09:00
- Points: 1

HN 댓글에 추가

- Ansible Molecule : 테스팅  https://molecule.readthedocs.io/en/latest/

- `--start-at-task` 와 `--list-tasks`
