pihole/pihole-test.yaml

7 lines
171 B
YAML
Raw Permalink Normal View History

2021-12-06 14:00:39 +01:00
---
- name: test
hosts: lxc-pihole
tasks:
- debug: var=ansible_all_ipv4_addresses
- debug: var=hostvars[inventory_hostname]['ansible_default_ipv4']['address']