ls-2024-selection/ansible/playbooks/00-gather-facts.yml

10 lines
156 B
YAML
Raw Normal View History

2024-02-02 10:07:31 +01:00
---
- name: Test Ansible Connectivity
hosts: all
gather_facts: yes
tasks:
- name: Print gathered facts
debug:
var: ansible_facts