2024-09/05/debug.yml

8 lines
209 B
YAML
Raw Normal View History

2024-09-17 11:08:46 +00:00
---
- hosts:
- localhost
tasks:
- ansible.builtin.debug: "msg='IP: {{ ansible_default_ipv4.address}} - GW: {{ ansible_default_ipv4.gateway }}'"
- ansible.builtin.debug: var=ansible_default_ipv4