일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- If
- IAC
- 자료형
- For
- jvm
- Kotlin
- 기초
- quicksort
- redis
- lambda
- Algorithm
- JavaScript
- MergeSort
- Sprint Security
- datastructure
- Java
- 연산자
- JPA
- ansible
- C++
- Spring Security
- Fluent-bit
- SpringBoot Initializr
- UserDetails
- g1gc
- While
- datatype
- zgc
- Class
- programmers
Archives
- Today
- Total
목록inventory (1)
뭐라도 끄적이는 BLOG
Ansible Inventory
Inventory Ansible은 인프라에 존재하는 여러 호스트를 관리한다. 호스트의 목록 또는 그룹을 지정한 호스트를 관리할 수 있는 파일이 필요한데 이것이 Inventory이다. Inventory가 정의되면 패턴을 사용하여 Ansible을 실행할 노드 또는 그룹을 선택할 수 있다. 기본 인벤토리 파일은 `/etc/ansible/hosts`이며, `-i` 옵션을 사용하면 다른 인벤토리 파일을 지정할 수 있다. Inventory 파일은 INI또는 YAML 형식이다. 아래 같은 설정을 다른 파일 형식으로 표기한 예시이다. INI 형식 YAML 형식 mail.example.com [webserver] foo.example.com bar.example.com [dbservers] one.example.com ..
Infra/Ansible
2023. 7. 23. 09:12