Files
ansible-tutorial/gather_facts.yml
2023-10-18 15:29:30 +02:00

7 lines
92 B
YAML

- hosts: "{{ target }}"
gather_facts: true
remote_user: pi
roles:
- gather-facts