2025-03/05/debug.yml
2025-03-25 15:05:10 +01:00

8 lines
209 B
YAML

---
- hosts:
- localhost
tasks:
- ansible.builtin.debug: "msg='IP: {{ ansible_default_ipv4.address}} - GW: {{ ansible_default_ipv4.gateway }}'"
- ansible.builtin.debug: var=ansible_default_ipv4