일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 삼성역맛집
- 코엑스맛집
- dfs
- Data Engineering
- BFS
- 코테
- 파이썬
- 자바
- 코딩
- java
- Trino
- BigData
- 백준
- 코엑스
- 양평
- 여행
- 개발
- bigdata engineering
- 코딩테스트
- 프로그래머스
- 영어
- HIVE
- 알고리즘
- 용인맛집
- hadoop
- 맛집
- Data Engineer
- apache iceberg
- Iceberg
- bigdata engineer
- Today
- Total
목록2025/02/11 (2)
지구정복
incorporatesincludepopulatedfill inconcatenatedconnect between two thingstransparencyit's really clearripple effectThe concept that a small change or action can lead to siginificant and widespread effects over time.'ripple' can refer to both a physical phenomenon involving waves in water and a metaphor for the spread of effects in various contexts.The community program aimed to improve local lit..
참고: https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_vars_facts.html 1. 배경Ansible에서 변수는 두 가지가 있다.fact, magic variable Ansible에서는 Ansible 자체나 다른 원격 서버에 대한 정보를 사용할 수 있다.이때 원격 서버에 대한 정보와 관련된 변수는 fact라고 한다.예를 들면 A서버의 IP주소를 B서버에서 사용할 수 있다. 그리고 Ansible자체와 관련된 정보는 magic variable이라고 한다. 2. Ansible factsfacts는 ansible 원격 호스트와 관련된 정보를 의미하는데 보통 IP주소, filesystem, OS종류 등등을 의미한다. 'ansible_f..