Ansible Facts Example

From Gamboge Lechwe, 3 Years ago, written in Plain Text, viewed 181 times.
URL https://paste.steamr.com/view/f289fc15 Embed
Download Paste or View Raw
  1. dnas | SUCCESS => {
  2.     "ansible_facts": {
  3.         "ansible_all_ipv4_addresses": [
  4.             "10.1.1.14"
  5.         ],
  6.         "ansible_all_ipv6_addresses": [
  7.             "fd00:a84e:3f83:d72:20c:29ff:fec1:b5cb",
  8.             "fe80::20c:29ff:fec1:b5cb"
  9.         ],
  10.         "ansible_apparmor": {
  11.             "status": "disabled"
  12.         },
  13.         "ansible_architecture": "x86_64",
  14.         "ansible_bios_date": "04/05/2016",
  15.         "ansible_bios_version": "6.00",
  16.         "ansible_cmdline": {
  17.             "BOOT_IMAGE": "(hd0,msdos2)/boot/vmlinuz-4.18.0-193.el8.x86_64",
  18.             "resume": "UUID=92c9a2ca-515e-4ffa-8c91-2b5dc2b4d498",
  19.             "ro": true,
  20.             "root": "UUID=6754bc11-1189-41f5-81a1-82d03183787a"
  21.         },
  22.         "ansible_date_time": {
  23.             "date": "2020-12-09",
  24.             "day": "09",
  25.             "epoch": "1607559172",
  26.             "hour": "17",
  27.             "iso8601": "2020-12-10T00:12:52Z",
  28.             "iso8601_basic": "20201209T171252555852",
  29.             "iso8601_basic_short": "20201209T171252",
  30.             "iso8601_micro": "2020-12-10T00:12:52.555852Z",
  31.             "minute": "12",
  32.             "month": "12",
  33.             "second": "52",
  34.             "time": "17:12:52",
  35.             "tz": "MST",
  36.             "tz_offset": "-0700",
  37.             "weekday": "Wednesday",
  38.             "weekday_number": "3",
  39.             "weeknumber": "49",
  40.             "year": "2020"
  41.         },
  42.         "ansible_default_ipv4": {
  43.             "address": "10.1.1.14",
  44.             "alias": "ens192",
  45.             "broadcast": "10.1.3.255",
  46.             "gateway": "10.1.1.1",
  47.             "interface": "ens192",
  48.             "macaddress": "00:0c:29:c1:b5:cb",
  49.             "mtu": 1500,
  50.             "netmask": "255.255.252.0",
  51.             "network": "10.1.0.0",
  52.             "type": "ether"
  53.         },
  54.         "ansible_default_ipv6": {},
  55.         "ansible_device_links": {
  56.             "ids": {
  57.                 "sr0": [
  58.                     "ata-VMware_Virtual_SATA_CDRW_Drive_00000000000000000001"
  59.                 ]
  60.             },
  61.             "labels": {
  62.                 "sr0": [
  63.                     "CentOS-8-2-2004-x86_64-dvd"
  64.                 ]
  65.             },
  66.             "masters": {},
  67.             "uuids": {
  68.                 "sda1": [
  69.                     "92c9a2ca-515e-4ffa-8c91-2b5dc2b4d498"
  70.                 ],
  71.                 "sda2": [
  72.                     "6754bc11-1189-41f5-81a1-82d03183787a"
  73.                 ],
  74.                 "sr0": [
  75.                     "2020-06-08-22-08-12-00"
  76.                 ]
  77.             }
  78.         },
  79.         "ansible_devices": {
  80.             "sda": {
  81.                 "holders": [],
  82.                 "host": "",
  83.                 "links": {
  84.                     "ids": [],
  85.                     "labels": [],
  86.                     "masters": [],
  87.                     "uuids": []
  88.                 },
  89.                 "model": "Virtual disk",
  90.                 "partitions": {
  91.                     "sda1": {
  92.                         "holders": [],
  93.                         "links": {
  94.                             "ids": [],
  95.                             "labels": [],
  96.                             "masters": [],
  97.                             "uuids": [
  98.                                 "92c9a2ca-515e-4ffa-8c91-2b5dc2b4d498"
  99.                             ]
  100.                         },
  101.                         "sectors": "2095104",
  102.                         "sectorsize": 512,
  103.                         "size": "1023.00 MB",
  104.                         "start": "2048",
  105.                         "uuid": "92c9a2ca-515e-4ffa-8c91-2b5dc2b4d498"
  106.                     },
  107.                     "sda2": {
  108.                         "holders": [],
  109.                         "links": {
  110.                             "ids": [],
  111.                             "labels": [],
  112.                             "masters": [],
  113.                             "uuids": [
  114.                                 "6754bc11-1189-41f5-81a1-82d03183787a"
  115.                             ]
  116.                         },
  117.                         "sectors": "18874368",
  118.                         "sectorsize": 512,
  119.                         "size": "9.00 GB",
  120.                         "start": "2097152",
  121.                         "uuid": "6754bc11-1189-41f5-81a1-82d03183787a"
  122.                     }
  123.                 },
  124.                 "removable": "0",
  125.                 "rotational": "1",
  126.                 "sas_address": null,
  127.                 "sas_device_handle": null,
  128.                 "scheduler_mode": "mq-deadline",
  129.                 "sectors": "20971520",
  130.                 "sectorsize": "512",
  131.                 "size": "10.00 GB",
  132.                 "support_discard": "1048576",
  133.                 "vendor": "VMware",
  134.                 "virtual": 1
  135.             },
  136.             "sdb": {
  137.                 "holders": [],
  138.                 "host": "",
  139.                 "links": {
  140.                     "ids": [],
  141.                     "labels": [],
  142.                     "masters": [],
  143.                     "uuids": []
  144.                 },
  145.                 "model": "Virtual disk",
  146.                 "partitions": {},
  147.                 "removable": "0",
  148.                 "rotational": "1",
  149.                 "sas_address": null,
  150.                 "sas_device_handle": null,
  151.                 "scheduler_mode": "mq-deadline",
  152.                 "sectors": "10485760",
  153.                 "sectorsize": "512",
  154.                 "size": "5.00 GB",
  155.                 "support_discard": "1048576",
  156.                 "vendor": "VMware",
  157.                 "virtual": 1
  158.             },
  159.             "sdc": {
  160.                 "holders": [],
  161.                 "host": "",
  162.                 "links": {
  163.                     "ids": [],
  164.                     "labels": [],
  165.                     "masters": [],
  166.                     "uuids": []
  167.                 },
  168.                 "model": "Virtual disk",
  169.                 "partitions": {},
  170.                 "removable": "0",
  171.                 "rotational": "1",
  172.                 "sas_address": null,
  173.                 "sas_device_handle": null,
  174.                 "scheduler_mode": "mq-deadline",
  175.                 "sectors": "10485760",
  176.                 "sectorsize": "512",
  177.                 "size": "5.00 GB",
  178.                 "support_discard": "1048576",
  179.                 "vendor": "VMware",
  180.                 "virtual": 1
  181.             },
  182.             "sdd": {
  183.                 "holders": [],
  184.                 "host": "",
  185.                 "links": {
  186.                     "ids": [],
  187.                     "labels": [],
  188.                     "masters": [],
  189.                     "uuids": []
  190.                 },
  191.                 "model": "Virtual disk",
  192.                 "partitions": {},
  193.                 "removable": "0",
  194.                 "rotational": "1",
  195.                 "sas_address": null,
  196.                 "sas_device_handle": null,
  197.                 "scheduler_mode": "mq-deadline",
  198.                 "sectors": "10485760",
  199.                 "sectorsize": "512",
  200.                 "size": "5.00 GB",
  201.                 "support_discard": "1048576",
  202.                 "vendor": "VMware",
  203.                 "virtual": 1
  204.             },
  205.             "sr0": {
  206.                 "holders": [],
  207.                 "host": "",
  208.                 "links": {
  209.                     "ids": [
  210.                         "ata-VMware_Virtual_SATA_CDRW_Drive_00000000000000000001"
  211.                     ],
  212.                     "labels": [
  213.                         "CentOS-8-2-2004-x86_64-dvd"
  214.                     ],
  215.                     "masters": [],
  216.                     "uuids": [
  217.                         "2020-06-08-22-08-12-00"
  218.                     ]
  219.                 },
  220.                 "model": "VMware SATA CD00",
  221.                 "partitions": {},
  222.                 "removable": "1",
  223.                 "rotational": "1",
  224.                 "sas_address": null,
  225.                 "sas_device_handle": null,
  226.                 "scheduler_mode": "mq-deadline",
  227.                 "sectors": "3356672",
  228.                 "sectorsize": "2048",
  229.                 "size": "1.60 GB",
  230.                 "support_discard": "0",
  231.                 "vendor": "NECVMWar",
  232.                 "virtual": 1
  233.             }
  234.         },
  235.         "ansible_distribution": "CentOS",
  236.         "ansible_distribution_file_parsed": true,
  237.         "ansible_distribution_file_path": "/etc/redhat-release",
  238.         "ansible_distribution_file_variety": "RedHat",
  239.         "ansible_distribution_major_version": "8",
  240.         "ansible_distribution_release": "Core",
  241.         "ansible_distribution_version": "8.2",
  242.         "ansible_dns": {
  243.             "nameservers": [
  244.                 "10.1.0.8"
  245.             ],
  246.             "search": [
  247.                 "home.steamr.com"
  248.             ]
  249.         },
  250.         "ansible_domain": "home.steamr.com",
  251.         "ansible_effective_group_id": 0,
  252.         "ansible_effective_user_id": 0,
  253.         "ansible_ens192": {
  254.             "active": true,
  255.             "device": "ens192",
  256.             "features": {
  257.                 "esp_hw_offload": "off [fixed]",
  258.                 "esp_tx_csum_hw_offload": "off [fixed]",
  259.                 "fcoe_mtu": "off [fixed]",
  260.                 "generic_receive_offload": "on",
  261.                 "generic_segmentation_offload": "on",
  262.                 "highdma": "on",
  263.                 "hw_tc_offload": "off [fixed]",
  264.                 "l2_fwd_offload": "off [fixed]",
  265.                 "large_receive_offload": "on",
  266.                 "loopback": "off [fixed]",
  267.                 "netns_local": "off [fixed]",
  268.                 "ntuple_filters": "off [fixed]",
  269.                 "receive_hashing": "on",
  270.                 "rx_all": "off [fixed]",
  271.                 "rx_checksumming": "on",
  272.                 "rx_fcs": "off [fixed]",
  273.                 "rx_gro_hw": "off [fixed]",
  274.                 "rx_udp_tunnel_port_offload": "off [fixed]",
  275.                 "rx_vlan_filter": "on [fixed]",
  276.                 "rx_vlan_offload": "on",
  277.                 "rx_vlan_stag_filter": "off [fixed]",
  278.                 "rx_vlan_stag_hw_parse": "off [fixed]",
  279.                 "scatter_gather": "on",
  280.                 "tcp_segmentation_offload": "on",
  281.                 "tls_hw_record": "off [fixed]",
  282.                 "tls_hw_rx_offload": "off [fixed]",
  283.                 "tls_hw_tx_offload": "off [fixed]",
  284.                 "tx_checksum_fcoe_crc": "off [fixed]",
  285.                 "tx_checksum_ip_generic": "on",
  286.                 "tx_checksum_ipv4": "off [fixed]",
  287.                 "tx_checksum_ipv6": "off [fixed]",
  288.                 "tx_checksum_sctp": "off [fixed]",
  289.                 "tx_checksumming": "on",
  290.                 "tx_esp_segmentation": "off [fixed]",
  291.                 "tx_fcoe_segmentation": "off [fixed]",
  292.                 "tx_gre_csum_segmentation": "off [fixed]",
  293.                 "tx_gre_segmentation": "off [fixed]",
  294.                 "tx_gso_partial": "off [fixed]",
  295.                 "tx_gso_robust": "off [fixed]",
  296.                 "tx_ipxip4_segmentation": "off [fixed]",
  297.                 "tx_ipxip6_segmentation": "off [fixed]",
  298.                 "tx_lockless": "off [fixed]",
  299.                 "tx_nocache_copy": "off",
  300.                 "tx_scatter_gather": "on",
  301.                 "tx_scatter_gather_fraglist": "off [fixed]",
  302.                 "tx_sctp_segmentation": "off [fixed]",
  303.                 "tx_tcp6_segmentation": "on",
  304.                 "tx_tcp_ecn_segmentation": "off [fixed]",
  305.                 "tx_tcp_mangleid_segmentation": "off",
  306.                 "tx_tcp_segmentation": "on",
  307.                 "tx_udp_segmentation": "off [fixed]",
  308.                 "tx_udp_tnl_csum_segmentation": "off [fixed]",
  309.                 "tx_udp_tnl_segmentation": "off [fixed]",
  310.                 "tx_vlan_offload": "on",
  311.                 "tx_vlan_stag_hw_insert": "off [fixed]",
  312.                 "vlan_challenged": "off [fixed]"
  313.             },
  314.             "hw_timestamp_filters": [],
  315.             "ipv4": {
  316.                 "address": "10.1.1.14",
  317.                 "broadcast": "10.1.3.255",
  318.                 "netmask": "255.255.252.0",
  319.                 "network": "10.1.0.0"
  320.             },
  321.             "ipv6": [
  322.                 {
  323.                     "address": "fd00:a84e:3f83:d72:20c:29ff:fec1:b5cb",
  324.                     "prefix": "64",
  325.                     "scope": "global"
  326.                 },
  327.                 {
  328.                     "address": "fe80::20c:29ff:fec1:b5cb",
  329.                     "prefix": "64",
  330.                     "scope": "link"
  331.                 }
  332.             ],
  333.             "macaddress": "00:0c:29:c1:b5:cb",
  334.             "module": "vmxnet3",
  335.             "mtu": 1500,
  336.             "pciid": "0000:0b:00.0",
  337.             "promisc": false,
  338.             "speed": 10000,
  339.             "timestamping": [
  340.                 "rx_software",
  341.                 "software"
  342.             ],
  343.             "type": "ether"
  344.         },
  345.         "ansible_env": {
  346.             "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus",
  347.             "HOME": "/root",
  348.             "LANG": "en_CA.UTF-8",
  349.             "LESSOPEN": "||/usr/bin/lesspipe.sh %s",
  350.             "LOGNAME": "root",
  351.             "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
  352.             "PWD": "/root",
  353.             "SELINUX_LEVEL_REQUESTED": "",
  354.             "SELINUX_ROLE_REQUESTED": "",
  355.             "SELINUX_USE_CURRENT_RANGE": "",
  356.             "SHELL": "/bin/bash",
  357.             "SHLVL": "2",
  358.             "SSH_AUTH_SOCK": "/tmp/ssh-0dOB0RDgXX/agent.87832",
  359.             "SSH_CLIENT": "10.1.2.9 39054 22",
  360.             "SSH_CONNECTION": "10.1.2.9 39054 10.1.1.14 22",
  361.             "S_COLORS": "auto",
  362.             "USER": "root",
  363.             "XDG_RUNTIME_DIR": "/run/user/0",
  364.             "XDG_SESSION_ID": "19",
  365.             "_": "/usr/libexec/platform-python"
  366.         },
  367.         "ansible_fibre_channel_wwn": [],
  368.         "ansible_fips": false,
  369.         "ansible_form_factor": "Other",
  370.         "ansible_fqdn": "dnas.home.steamr.com",
  371.         "ansible_hostname": "dnas",
  372.         "ansible_hostnqn": "",
  373.         "ansible_interfaces": [
  374.             "lo",
  375.             "ens192"
  376.         ],
  377.         "ansible_is_chroot": false,
  378.         "ansible_iscsi_iqn": "",
  379.         "ansible_kernel": "4.18.0-193.el8.x86_64",
  380.         "ansible_kernel_version": "#1 SMP Fri May 8 10:59:10 UTC 2020",
  381.         "ansible_lo": {
  382.             "active": true,
  383.             "device": "lo",
  384.             "features": {
  385.                 "esp_hw_offload": "off [fixed]",
  386.                 "esp_tx_csum_hw_offload": "off [fixed]",
  387.                 "fcoe_mtu": "off [fixed]",
  388.                 "generic_receive_offload": "on",
  389.                 "generic_segmentation_offload": "on",
  390.                 "highdma": "on [fixed]",
  391.                 "hw_tc_offload": "off [fixed]",
  392.                 "l2_fwd_offload": "off [fixed]",
  393.                 "large_receive_offload": "off [fixed]",
  394.                 "loopback": "on [fixed]",
  395.                 "netns_local": "on [fixed]",
  396.                 "ntuple_filters": "off [fixed]",
  397.                 "receive_hashing": "off [fixed]",
  398.                 "rx_all": "off [fixed]",
  399.                 "rx_checksumming": "on [fixed]",
  400.                 "rx_fcs": "off [fixed]",
  401.                 "rx_gro_hw": "off [fixed]",
  402.                 "rx_udp_tunnel_port_offload": "off [fixed]",
  403.                 "rx_vlan_filter": "off [fixed]",
  404.                 "rx_vlan_offload": "off [fixed]",
  405.                 "rx_vlan_stag_filter": "off [fixed]",
  406.                 "rx_vlan_stag_hw_parse": "off [fixed]",
  407.                 "scatter_gather": "on",
  408.                 "tcp_segmentation_offload": "on",
  409.                 "tls_hw_record": "off [fixed]",
  410.                 "tls_hw_rx_offload": "off [fixed]",
  411.                 "tls_hw_tx_offload": "off [fixed]",
  412.                 "tx_checksum_fcoe_crc": "off [fixed]",
  413.                 "tx_checksum_ip_generic": "on [fixed]",
  414.                 "tx_checksum_ipv4": "off [fixed]",
  415.                 "tx_checksum_ipv6": "off [fixed]",
  416.                 "tx_checksum_sctp": "on [fixed]",
  417.                 "tx_checksumming": "on",
  418.                 "tx_esp_segmentation": "off [fixed]",
  419.                 "tx_fcoe_segmentation": "off [fixed]",
  420.                 "tx_gre_csum_segmentation": "off [fixed]",
  421.                 "tx_gre_segmentation": "off [fixed]",
  422.                 "tx_gso_partial": "off [fixed]",
  423.                 "tx_gso_robust": "off [fixed]",
  424.                 "tx_ipxip4_segmentation": "off [fixed]",
  425.                 "tx_ipxip6_segmentation": "off [fixed]",
  426.                 "tx_lockless": "on [fixed]",
  427.                 "tx_nocache_copy": "off [fixed]",
  428.                 "tx_scatter_gather": "on [fixed]",
  429.                 "tx_scatter_gather_fraglist": "on [fixed]",
  430.                 "tx_sctp_segmentation": "on",
  431.                 "tx_tcp6_segmentation": "on",
  432.                 "tx_tcp_ecn_segmentation": "on",
  433.                 "tx_tcp_mangleid_segmentation": "on",
  434.                 "tx_tcp_segmentation": "on",
  435.                 "tx_udp_segmentation": "off [fixed]",
  436.                 "tx_udp_tnl_csum_segmentation": "off [fixed]",
  437.                 "tx_udp_tnl_segmentation": "off [fixed]",
  438.                 "tx_vlan_offload": "off [fixed]",
  439.                 "tx_vlan_stag_hw_insert": "off [fixed]",
  440.                 "vlan_challenged": "on [fixed]"
  441.             },
  442.             "hw_timestamp_filters": [],
  443.             "ipv4": {
  444.                 "address": "127.0.0.1",
  445.                 "broadcast": "",
  446.                 "netmask": "255.0.0.0",
  447.                 "network": "127.0.0.0"
  448.             },
  449.             "ipv6": [
  450.                 {
  451.                     "address": "::1",
  452.                     "prefix": "128",
  453.                     "scope": "host"
  454.                 }
  455.             ],
  456.             "mtu": 65536,
  457.             "promisc": false,
  458.             "timestamping": [
  459.                 "tx_software",
  460.                 "rx_software",
  461.                 "software"
  462.             ],
  463.             "type": "loopback"
  464.         },
  465.         "ansible_local": {},
  466.         "ansible_lsb": {},
  467.         "ansible_machine": "x86_64",
  468.         "ansible_machine_id": "a13ae452053343339b8ed720c470582c",
  469.         "ansible_memfree_mb": 224,
  470.         "ansible_memory_mb": {
  471.             "nocache": {
  472.                 "free": 1561,
  473.                 "used": 425
  474.             },
  475.             "real": {
  476.                 "free": 224,
  477.                 "total": 1986,
  478.                 "used": 1762
  479.             },
  480.             "swap": {
  481.                 "cached": 0,
  482.                 "free": 1022,
  483.                 "total": 1022,
  484.                 "used": 0
  485.             }
  486.         },
  487.         "ansible_memtotal_mb": 1986,
  488.         "ansible_mounts": [
  489.             {
  490.                 "block_available": 1546839,
  491.                 "block_size": 4096,
  492.                 "block_total": 2305877,
  493.                 "block_used": 759038,
  494.                 "device": "/dev/sda2",
  495.                 "fstype": "ext4",
  496.                 "inode_available": 522919,
  497.                 "inode_total": 589824,
  498.                 "inode_used": 66905,
  499.                 "mount": "/",
  500.                 "options": "rw,seclabel,relatime",
  501.                 "size_available": 6335852544,
  502.                 "size_total": 9444872192,
  503.                 "uuid": "6754bc11-1189-41f5-81a1-82d03183787a"
  504.             }
  505.         ],
  506.         "ansible_nodename": "dnas",
  507.         "ansible_os_family": "RedHat",
  508.         "ansible_pkg_mgr": "dnf",
  509.         "ansible_proc_cmdline": {
  510.             "BOOT_IMAGE": "(hd0,msdos2)/boot/vmlinuz-4.18.0-193.el8.x86_64",
  511.             "resume": "UUID=92c9a2ca-515e-4ffa-8c91-2b5dc2b4d498",
  512.             "ro": true,
  513.             "root": "UUID=6754bc11-1189-41f5-81a1-82d03183787a"
  514.         },
  515.         "ansible_processor": [
  516.             "0",
  517.             "GenuineIntel",
  518.             "Intel(R) Xeon(R) CPU           X5570  @ 2.93GHz",
  519.             "1",
  520.             "GenuineIntel",
  521.             "Intel(R) Xeon(R) CPU           X5570  @ 2.93GHz"
  522.         ],
  523.         "ansible_processor_cores": 1,
  524.         "ansible_processor_count": 2,
  525.         "ansible_processor_threads_per_core": 1,
  526.         "ansible_processor_vcpus": 2,
  527.         "ansible_product_name": "VMware Virtual Platform",
  528.         "ansible_product_serial": "VMware-56 4d 71 8c d1 28 1d ef-00 61 90 40 a3 c1 b5 cb",
  529.         "ansible_product_uuid": "8c714d56-28d1-ef1d-0061-9040a3c1b5cb",
  530.         "ansible_product_version": "None",
  531.         "ansible_python": {
  532.             "executable": "/usr/libexec/platform-python",
  533.             "has_sslcontext": true,
  534.             "type": "cpython",
  535.             "version": {
  536.                 "major": 3,
  537.                 "micro": 8,
  538.                 "minor": 6,
  539.                 "releaselevel": "final",
  540.                 "serial": 0
  541.             },
  542.             "version_info": [
  543.                 3,
  544.                 6,
  545.                 8,
  546.                 "final",
  547.                 0
  548.             ]
  549.         },
  550.         "ansible_python_version": "3.6.8",
  551.         "ansible_real_group_id": 0,
  552.         "ansible_real_user_id": 0,
  553.         "ansible_selinux": {
  554.             "config_mode": "enforcing",
  555.             "mode": "enforcing",
  556.             "policyvers": 31,
  557.             "status": "enabled",
  558.             "type": "targeted"
  559.         },
  560.         "ansible_selinux_python_present": true,
  561.         "ansible_service_mgr": "systemd",
  562.         "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKd9iDJTY/Nyi9JytJlxbhVs4KRqmBjKDbnAFPDyF/cOdM6jHckOH7pw0iHjr0ccuMZVh1EwIpITVESreO9wrpI=",
  563.         "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEWruayR09Xs1xIGsYaaq4YMG5vykbuaAfKJZRr0wqBe",
  564.         "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC4rGsiz3PdnkVoITkzGWPe9cT9XV/QyVPogesswtWXcrp/JHYTM6PYn8SDJ6Xr0xBXKXgsml2RXN2tMzd7jWfnV6mNYznwrsp4YUi1V50bPekOKAD+GrykcFZmCPNC0NQEQG2zEWw4l8tiM+QO1N0uAWtnBMshKMiTV/ZO1iVJDyArzFU0sFnbdnTf+TAVHlPnQT8eiVYc6Q7iyGvDr4aov9Dc+Ygizb0pp4WTh9fkuMgbJHzwui3kbnA02b5tpPSXydOx8tWEt3ZJ+8dRx/6a4PEeEc0vTcIIkBgxf5YJbHKYawY+9KfFKU/Pot45OZjVGhTcSeu9jO5zD3bkO3MCaJlKxf+/x9v5BdEQ12zNILDIZPJp7kG78AUYSX1YXiy81j+sshGBPn4/9vINkpnAzIPw87zWrIKNz2DUgMyL0iOqBzja9CqnToOtUoroT2CMHhu2fU8053o5QYM8FSVQTV5bJJTTwHyB+Wi2jm1eIblywqExq656V9A5JJYY+uc=",
  565.         "ansible_swapfree_mb": 1022,
  566.         "ansible_swaptotal_mb": 1022,
  567.         "ansible_system": "Linux",
  568.         "ansible_system_capabilities": [
  569.             "cap_chown",
  570.             "cap_dac_override",
  571.             "cap_dac_read_search",
  572.             "cap_fowner",
  573.             "cap_fsetid",
  574.             "cap_kill",
  575.             "cap_setgid",
  576.             "cap_setuid",
  577.             "cap_setpcap",
  578.             "cap_linux_immutable",
  579.             "cap_net_bind_service",
  580.             "cap_net_broadcast",
  581.             "cap_net_admin",
  582.             "cap_net_raw",
  583.             "cap_ipc_lock",
  584.             "cap_ipc_owner",
  585.             "cap_sys_module",
  586.             "cap_sys_rawio",
  587.             "cap_sys_chroot",
  588.             "cap_sys_ptrace",
  589.             "cap_sys_pacct",
  590.             "cap_sys_admin",
  591.             "cap_sys_boot",
  592.             "cap_sys_nice",
  593.             "cap_sys_resource",
  594.             "cap_sys_time",
  595.             "cap_sys_tty_config",
  596.             "cap_mknod",
  597.             "cap_lease",
  598.             "cap_audit_write",
  599.             "cap_audit_control",
  600.             "cap_setfcap",
  601.             "cap_mac_override",
  602.             "cap_mac_admin",
  603.             "cap_syslog",
  604.             "cap_wake_alarm",
  605.             "cap_block_suspend",
  606.             "cap_audit_read+ep"
  607.         ],
  608.         "ansible_system_capabilities_enforced": "True",
  609.         "ansible_system_vendor": "VMware, Inc.",
  610.         "ansible_uptime_seconds": 69524,
  611.         "ansible_user_dir": "/root",
  612.         "ansible_user_gecos": "root",
  613.         "ansible_user_gid": 0,
  614.         "ansible_user_id": "root",
  615.         "ansible_user_shell": "/bin/bash",
  616.         "ansible_user_uid": 0,
  617.         "ansible_userspace_architecture": "x86_64",
  618.         "ansible_userspace_bits": "64",
  619.         "ansible_virtualization_role": "guest",
  620.         "ansible_virtualization_type": "VMware",
  621.         "discovered_interpreter_python": "/usr/libexec/platform-python",
  622.         "gather_subset": [
  623.             "all"
  624.         ],
  625.         "module_setup": true
  626.     },
  627.     "changed": false
  628. }
  629.  

Reply to "Ansible Facts Example"

Here you can reply to the paste above