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 | 31 |
Tags
- ssh key 배포
- 로그인불가
- x-pack
- application security
- 보안양파
- macos
- Kibana
- centos 8
- pfsense
- miniconda
- elastic stack
- Proxy
- G-suite
- Elasticsearch
- Kibana server is not ready yet
- docker
- ELASTIC
- xe guest utilities
- freebsd
- Windows
- GitLab
- ansible
- bash
- proxycfg
- XCP-ng
- PlayBook
- 한글가이드
- hardening
- endpoint security
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