]> git.phdru.name Git - ansible.git/blob - playbooks/ansible/show_facts.yaml
Feat(logcheck): Update `local-ssh`
[ansible.git] / playbooks / ansible / show_facts.yaml
1 - name: Show ansible facts
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: true
4   tasks:
5     - debug:
6         var: ansible_facts