ansible-host-variable-example/play.yml
2024-02-12 15:17:35 +02:00

8 lines
170 B
YAML

---
- name: Ansible debug module in action
hosts: all
tasks:
- name: "Print a simple host variable from the inventory"
debug:
msg: "{{ web_status_id }}"