8 lines
209 B
YAML
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
|
||
|
|