File: report.yml

package info (click to toggle)
python-mitogen 0.3.3-9%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,816 kB
  • sloc: python: 22,086; sh: 171; makefile: 74; perl: 19; ansic: 18; javascript: 5
file content (19 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- name: Report runtime settings
  hosts: localhost:test-targets
  gather_facts: true
  tasks:
    - debug: {var: ansible_facts.distribution}
    - debug: {var: ansible_facts.distribution_major_version}
    - debug: {var: ansible_facts.distribution_release}
    - debug: {var: ansible_facts.distribution_version}
    - debug: {var: ansible_facts.kernel}
    - debug: {var: ansible_facts.kernel_version}
    - debug: {var: ansible_facts.os_family}
    - debug: {var: ansible_facts.osrevision}
    - debug: {var: ansible_facts.osversion}
    - debug: {var: ansible_facts.python}
    - debug: {var: ansible_facts.system}
    - debug: {var: ansible_forks}
    - debug: {var: ansible_run_tags}
    - debug: {var: ansible_skip_tags}
    - debug: {var: ansible_version.full}