]> git.phdru.name Git - ansible.git/blob - playbooks/ansible/show_facts.yml
67f108b81f4525710794840e7d3e9ff63c2e8f8b
[ansible.git] / playbooks / ansible / show_facts.yml
1 - name: Show ansible facts
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: true
4   tasks:
5     - debug:
6         var: ansible_facts