Files
quick_test/ansible_host.yml
2025-07-08 10:50:08 -04:00

14 lines
250 B
YAML

---
- name: Ansible Host
hosts: all
gather_facts: true
tasks:
- name: Inventory hostname
ansible.builtin.debug:
var: inventory_hostname
- name: Ansible hostname
ansible.builtin.debug:
var: ansible_hostname