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