![[Ansible] 변수(Variables)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FWhUIZ%2FbtrzN06Kk7M%2FAAAAAAAAAAAAAAAAAAAAAJjhJ4uOsmGjBU7karJ1UwJyN9Ni_M3u5Dth-8Y4EvL6%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1751295599%26allow_ip%3D%26allow_referer%3D%26signature%3DeKP1CBP1yv%252FQDguZh%252FMa35Wsy5o%253D)
DevOps/Ansible2022. 4. 19. 19:49[Ansible] 변수(Variables)
✔️ 변수 Using Variables — Ansible Documentation Using Variables Ansible uses variables to manage differences between systems. With Ansible, you can execute tasks and playbooks on multiple different systems with a single command. To represent the variations among those different systems, you can create v docs.ansible.com 파이썬으로 쓰여있어서 파이썬 지시어는 사용할 수 없다. hosts, tasks 등등 playbook 지정어는 사용할 수 없다. 리스트 중첩 ..