Files
dc-deployments-automation/aws_print_host.yml
2020-03-25 11:58:45 +11:00

9 lines
148 B
YAML

---
- hosts: all
become: true
serial: 1
tasks:
- debug:
msg: System {{ inventory_hostname }} has uuid {{ ansible_product_uuid }}