티스토리 뷰
특별히 선언하지 않아도
기본적으로 사용할 수 있는 변수
| 타입 | 매직변수 | ||
| base | connection | ansible_connection | |
| module_compression | ansible_module_compression | ||
| shell | ansible_shell_type | ||
| executable | ansible_shell_executable | ||
| connection common |
remote_addr | ansible_ssh_host | ansible_host |
| remote_user | ansible_ssh_user | ansible_user | |
| password | ansible_ssh_pass | ansible_password | |
| port | ansible_ssh_port | ansible_port | |
| pipelining | ansible_ssh_pipelining | ansible_pipelining | |
| timeout | ansible_ssh_timeout | ansible_timeout | |
| private_key_file | ansible_ssh_private_key_file | ansible_private_key_file | |
| networking modules |
network_os | ansible_network_os | |
| connection_user | ansible_connection_user | ||
| become | become | ansible_become | |
| become_method | ansible_become_method | ||
| become_user | ansible_become_user | ||
| become_pass | ansible_become_password | ansible_become_pass | |
| become_exe | ansible_become_exe | ||
| become_flags | ansible_become_flags | ||
'Ansible' 카테고리의 다른 글
| fact 변수 활용 (0) | 2024.02.20 |
|---|---|
| Ansible playbook 의 암호화 (0) | 2024.02.20 |
| Ansible playbook 활용하여 fingerprint/공개키 (0) | 2024.02.19 |
| vagrant 백업 및 삭제 (0) | 2024.02.19 |
| windows nginx 실행 안된다 (0) | 2024.02.19 |