2024-09/05/debug.yml
2024-09-17 13:08:46 +02: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