mirror of
https://github.com/KevinMidboe/schleppe-pulumi.git
synced 2026-01-10 03:15:52 +00:00
7 lines
170 B
YAML
7 lines
170 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Print IPv4 addresse and hostname for all hosts
|
|
debug:
|
|
msg: '{{ ansible_default_ipv4.address }} - {{ ansible_hostname }}'
|
|
|