Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ELASTIC
- Kibana server is not ready yet
- macos
- proxycfg
- freebsd
- Windows
- xe guest utilities
- docker
- 로그인불가
- Proxy
- Kibana
- GitLab
- x-pack
- application security
- hardening
- centos 8
- bash
- pfsense
- XCP-ng
- 한글가이드
- ansible
- endpoint security
- ssh key 배포
- Elasticsearch
- 보안양파
- G-suite
- miniconda
- PlayBook
- elastic stack
Archives
- Today
- Total
선 밖에 선 자유인
ansible-cmdb 사용법 본문
ansible 로 호스트에 대한 정보를 cmdb 형식으로 파악이 가능
$ pip install ansible-cmdb
$ mkdir out ansible -m setup --tree out/ all
$ ansible-cmdb out/ > overview.html
overview.hml 파일을 로컬에서 열어 확인하거나,
웹 서버의 doc 디렉터리로 복사하면 원격으로 확인 가능
Comments