2024-11/05/debug.yml
2024-11-26 17:15:12 +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