Created
November 7, 2025 08:31
-
-
Save rrzaripov/68f5d1e5c7820c161ad457e4a265f10f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ansible_facts": { | |
| "ansible_all_ipv4_addresses": [ | |
| "192.168.191.115" | |
| ], | |
| "ansible_all_ipv6_addresses": [ | |
| "fe80::af8:dff:fe80:1f7a" | |
| ], | |
| "ansible_apparmor": { | |
| "status": "disabled" | |
| }, | |
| "ansible_architecture": "x86_64", | |
| "ansible_br_eno1": { | |
| "active": true, | |
| "device": "br-eno1", | |
| "id": "8000.08f80d801f7a", | |
| "interfaces": [ | |
| "eno1" | |
| ], | |
| "ipv4": { | |
| "address": "192.168.191.115", | |
| "broadcast": "192.168.191.255", | |
| "netmask": "255.255.255.0", | |
| "network": "192.168.191.0" | |
| }, | |
| "ipv6": [ | |
| { | |
| "address": "fe80::af8:dff:fe80:1f7a", | |
| "prefix": "64", | |
| "scope": "link" | |
| } | |
| ], | |
| "macaddress": "08:f8:0d:80:1f:7a", | |
| "mtu": 1500, | |
| "promisc": false, | |
| "speed": 1000, | |
| "stp": false, | |
| "type": "bridge" | |
| }, | |
| "ansible_cmdline": { | |
| "BOOT_IMAGE": "(hd0,gpt9)/boot/vmlinuz-6.12.37-1.red80.x86_64", | |
| "crashkernel": "auto", | |
| "kvm.enable_virt_at_load": "0", | |
| "quiet": true, | |
| "rhgb": true, | |
| "ro": true, | |
| "root": "UUID=5f4fc12d-7da4-43dd-809c-66215a5f4dfa" | |
| }, | |
| "ansible_date_time": { | |
| "date": "2025-11-07", | |
| "day": "07", | |
| "epoch": "1762504194", | |
| "hour": "11", | |
| "iso8601": "2025-11-07T08:29:54Z", | |
| "iso8601_basic": "20251107T112954770186", | |
| "iso8601_basic_short": "20251107T112954", | |
| "iso8601_micro": "2025-11-07T08:29:54.770186Z", | |
| "minute": "29", | |
| "month": "11", | |
| "second": "54", | |
| "time": "11:29:54", | |
| "tz": "MSK", | |
| "tz_dst": "MSK", | |
| "tz_offset": "+0300", | |
| "weekday": "Friday", | |
| "weekday_number": "5", | |
| "weeknumber": "44", | |
| "year": "2025" | |
| }, | |
| "ansible_default_ipv4": { | |
| "address": "192.168.191.115", | |
| "alias": "br-eno1", | |
| "broadcast": "192.168.191.255", | |
| "gateway": "192.168.191.254", | |
| "interface": "br-eno1", | |
| "macaddress": "08:f8:0d:80:1f:7a", | |
| "mtu": 1500, | |
| "netmask": "255.255.255.0", | |
| "network": "192.168.191.0", | |
| "type": "bridge" | |
| }, | |
| "ansible_default_ipv6": { | |
| "address": "fe80::af8:dff:fe80:1f7a", | |
| "gateway": "fe80::9a19:2cff:fe4c:f5dd", | |
| "interface": "br-eno1", | |
| "macaddress": "08:f8:0d:80:1f:7a", | |
| "mtu": 1500, | |
| "prefix": "64", | |
| "scope": "link", | |
| "type": "bridge" | |
| }, | |
| "ansible_distribution": "RED", | |
| "ansible_distribution_file_parsed": true, | |
| "ansible_distribution_file_path": "/etc/redhat-release", | |
| "ansible_distribution_file_variety": "RedHat", | |
| "ansible_distribution_major_version": "8", | |
| "ansible_distribution_release": "n/a", | |
| "ansible_distribution_version": "8.0.2", | |
| "ansible_dns": { | |
| "nameservers": [ | |
| "127.0.0.53" | |
| ], | |
| "options": { | |
| "edns0": true, | |
| "trust-ad": true | |
| }, | |
| "search": [ | |
| "skala-r.ru" | |
| ] | |
| }, | |
| "ansible_domain": "", | |
| "ansible_effective_group_id": 0, | |
| "ansible_effective_user_id": 0, | |
| "ansible_eno1": { | |
| "active": true, | |
| "device": "eno1", | |
| "macaddress": "08:f8:0d:80:1f:7a", | |
| "module": "igb", | |
| "mtu": 1500, | |
| "pciid": "0000:02:00.0", | |
| "promisc": true, | |
| "speed": 1000, | |
| "type": "ether" | |
| }, | |
| "ansible_eno2": { | |
| "active": false, | |
| "device": "eno2", | |
| "macaddress": "08:f8:0d:80:0f:7a", | |
| "module": "igb", | |
| "mtu": 1500, | |
| "pciid": "0000:02:00.1", | |
| "promisc": false, | |
| "speed": -1, | |
| "type": "ether" | |
| }, | |
| "ansible_enp0s20f0u8u5c2": { | |
| "active": true, | |
| "device": "enp0s20f0u8u5c2", | |
| "macaddress": "ee:d5:5e:65:a9:e6", | |
| "module": "cdc_ether", | |
| "mtu": 1500, | |
| "pciid": "1-8.5:2.0", | |
| "promisc": false, | |
| "speed": -1, | |
| "type": "ether" | |
| }, | |
| "ansible_ens25f4": { | |
| "active": true, | |
| "device": "ens25f4", | |
| "macaddress": "bc:97:40:e6:84:a0", | |
| "module": "cxgb4", | |
| "mtu": 1500, | |
| "pciid": "0000:b1:00.4", | |
| "promisc": false, | |
| "speed": 100000, | |
| "type": "ether" | |
| }, | |
| "ansible_ens25f4d1": { | |
| "active": true, | |
| "device": "ens25f4d1", | |
| "macaddress": "bc:97:40:e6:84:a8", | |
| "module": "cxgb4", | |
| "mtu": 1500, | |
| "pciid": "0000:b1:00.4", | |
| "promisc": false, | |
| "speed": 100000, | |
| "type": "ether" | |
| }, | |
| "ansible_ens27f4": { | |
| "active": true, | |
| "device": "ens27f4", | |
| "macaddress": "bc:97:40:e6:4c:80", | |
| "module": "cxgb4", | |
| "mtu": 1500, | |
| "pciid": "0000:b2:00.4", | |
| "promisc": false, | |
| "speed": 25000, | |
| "type": "ether" | |
| }, | |
| "ansible_ens27f4d1": { | |
| "active": true, | |
| "device": "ens27f4d1", | |
| "macaddress": "bc:97:40:e6:4c:88", | |
| "module": "cxgb4", | |
| "mtu": 1500, | |
| "pciid": "0000:b2:00.4", | |
| "promisc": false, | |
| "speed": 25000, | |
| "type": "ether" | |
| }, | |
| "ansible_ens5f0np0": { | |
| "active": true, | |
| "device": "ens5f0np0", | |
| "macaddress": "6c:b3:11:69:fc:04", | |
| "module": "i40e", | |
| "mtu": 1500, | |
| "pciid": "0000:31:00.0", | |
| "promisc": false, | |
| "speed": 10000, | |
| "type": "ether" | |
| }, | |
| "ansible_ens5f1np1": { | |
| "active": true, | |
| "device": "ens5f1np1", | |
| "macaddress": "6c:b3:11:69:fc:06", | |
| "module": "i40e", | |
| "mtu": 1500, | |
| "pciid": "0000:31:00.1", | |
| "promisc": false, | |
| "speed": 10000, | |
| "type": "ether" | |
| }, | |
| "ansible_env": { | |
| "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot \"$@\"\n}", | |
| "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", | |
| "GUESTFISH_INIT": "\\e[1;34m", | |
| "GUESTFISH_OUTPUT": "\\e[0m", | |
| "GUESTFISH_PS1": "\\[\\e[1;32m\\]><fs>\\[\\e[0;31m\\] ", | |
| "GUESTFISH_RESTORE": "\\e[0m", | |
| "HOME": "/root", | |
| "LANG": "en_US.UTF-8", | |
| "LESSOPEN": "||/usr/bin/lesspipe.sh %s", | |
| "LOGNAME": "root", | |
| "LS_COLORS": "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;37;41:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.m4a=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.oga=01;36:*.opus=01;36:*.spx=01;36:*.xspf=01;36:*~=00;90:*#=00;90:*.bak=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.swp=00;90:*.tmp=00;90:*.dpkg-dist=00;90:*.dpkg-old=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:", | |
| "MOTD_SHOWN": "pam", | |
| "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", | |
| "PWD": "/root", | |
| "SHELL": "/bin/bash", | |
| "SHLVL": "1", | |
| "SSH_CLIENT": "192.168.191.180 36708 22", | |
| "SSH_CONNECTION": "192.168.191.180 36708 192.168.191.115 22", | |
| "SSH_TTY": "/dev/pts/1", | |
| "S_COLORS": "auto", | |
| "TERM": "xterm-256color", | |
| "USER": "root", | |
| "XDG_RUNTIME_DIR": "/run/user/0", | |
| "XDG_SESSION_CLASS": "user", | |
| "XDG_SESSION_ID": "7", | |
| "XDG_SESSION_TYPE": "tty", | |
| "_": "/usr/bin/python3", | |
| "which_declare": "declare -f" | |
| }, | |
| "ansible_fibre_channel_wwn": [ | |
| "50c9740e64c86080", | |
| "50c9740e684a6080", | |
| "50c9740e64c8e180", | |
| "50c9740e684ae180" | |
| ], | |
| "ansible_fips": false, | |
| "ansible_fqdn": "the-hu-redos8", | |
| "ansible_hostname": "the-hu-redos8", | |
| "ansible_hostnqn": "", | |
| "ansible_interfaces": [ | |
| "eno2", | |
| "ens5f1np1", | |
| "enp0s20f0u8u5c2", | |
| "ens25f4", | |
| "ens5f0np0", | |
| "ens27f4", | |
| "ens27f4d1", | |
| "ens25f4d1", | |
| "lo", | |
| "eno1", | |
| "br-eno1" | |
| ], | |
| "ansible_is_chroot": false, | |
| "ansible_iscsi_iqn": "", | |
| "ansible_kernel": "6.12.37-1.red80.x86_64", | |
| "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Jul 13 14:34:11 MSK 2025", | |
| "ansible_lo": { | |
| "active": true, | |
| "device": "lo", | |
| "ipv4": { | |
| "address": "127.0.0.1", | |
| "broadcast": "", | |
| "netmask": "255.0.0.0", | |
| "network": "127.0.0.0" | |
| }, | |
| "ipv6": [ | |
| { | |
| "address": "::1", | |
| "prefix": "128", | |
| "scope": "host" | |
| } | |
| ], | |
| "mtu": 65536, | |
| "promisc": false, | |
| "type": "loopback" | |
| }, | |
| "ansible_local": {}, | |
| "ansible_lsb": { | |
| "codename": "n/a", | |
| "description": "RED OS release (8.0.2) MINIMAL Standard Edition", | |
| "id": "RED SOFT", | |
| "major_release": "8", | |
| "release": "8.0" | |
| }, | |
| "ansible_machine": "x86_64", | |
| "ansible_machine_id": "cf0cedb42d675ab11fa341693f0e0996", | |
| "ansible_nodename": "the-hu-redos8", | |
| "ansible_os_family": "RED", | |
| "ansible_pkg_mgr": "dnf", | |
| "ansible_proc_cmdline": { | |
| "BOOT_IMAGE": "(hd0,gpt9)/boot/vmlinuz-6.12.37-1.red80.x86_64", | |
| "crashkernel": "auto", | |
| "kvm.enable_virt_at_load": "0", | |
| "quiet": true, | |
| "rhgb": true, | |
| "ro": true, | |
| "root": "UUID=5f4fc12d-7da4-43dd-809c-66215a5f4dfa" | |
| }, | |
| "ansible_python": { | |
| "executable": "/usr/bin/python3", | |
| "has_sslcontext": true, | |
| "type": "cpython", | |
| "version": { | |
| "major": 3, | |
| "micro": 13, | |
| "minor": 11, | |
| "releaselevel": "final", | |
| "serial": 0 | |
| }, | |
| "version_info": [ | |
| 3, | |
| 11, | |
| 13, | |
| "final", | |
| 0 | |
| ] | |
| }, | |
| "ansible_python_version": "3.11.13", | |
| "ansible_real_group_id": 0, | |
| "ansible_real_user_id": 0, | |
| "ansible_selinux": { | |
| "status": "disabled" | |
| }, | |
| "ansible_selinux_python_present": true, | |
| "ansible_service_mgr": "systemd", | |
| "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMxpB822WXuDMHDfkj2hYV07Mf5dlVH32arl9pF9SJOdWH+JDBdyo02aDzHoqfEFmf8PO3vdYVIDIY2Nii57dI8=", | |
| "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", | |
| "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILdZRmwNOTZ38z+FJmzBYQsEaCdkWpfw9WJXUIJTI5K8", | |
| "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", | |
| "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAACAQC9EAZ8FE3yG+rxAGWn7CfAF0n0IoZuSxInBUctskg2/sBaApNVnzMug2n/f2/EHAh3A/wJ8nJEj97kbmk4Wx8ipzaikQkDT41uTy+YAHc9FGkwp3NJPFd1NAgFDGtkCR1vwrDrAxSrhii9y4JOlfu/3Ze684V62cLF0KpAiJF+j8qWF+SFuP/FT36QuyAWt7IJ9rdRbP/L2HSm3wEpxeEfz2GmgA1j5txDLp8rv9aEXiZQJkvtF+2T8uFOWqjAXxL3lfevVUXFFoLsJRhn2LMBZuqKoRKBTThZMiG/QICa/HDzL3or7QA1o1w6HbkL7d8d2ayFfDgmVnQTn+psWNsRmMtMkt8/RaUIJBjHy+aH5wrHo9H3PQ64AR8p+p2FX8+jYE9Y+eTAXbXDjQ84l2J75z478Aa9hYKyArxtOxgmN0KNXBoPXOpP0HJGWN05yMmQiOJIvOrJLijnJWb00tMwbLPOEIw6CZaQ+xhr98CFNPKCR212CWOJcJ2+i8i19GxWvo1PG1jOrQFd1IUjJMJ2rx7fOmbqWWZxExZ5/ZnNJP68m1oGfU54yHEUzniGsZVOzUlzQpJcfwqNRrraVnDDBKLfjykNfsmDEkFrjP6LV2vLm24TChnJ2tiTRqOBMyrwCHGw6Us9grfEL1Ai1oc+c0a66JScKOT4D+qrtiTgFQ==", | |
| "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", | |
| "ansible_system": "Linux", | |
| "ansible_system_capabilities": [], | |
| "ansible_system_capabilities_enforced": "False", | |
| "ansible_user_dir": "/root", | |
| "ansible_user_gecos": "root", | |
| "ansible_user_gid": 0, | |
| "ansible_user_id": "root", | |
| "ansible_user_shell": "/bin/bash", | |
| "ansible_user_uid": 0, | |
| "ansible_userspace_architecture": "x86_64", | |
| "ansible_userspace_bits": "64", | |
| "ansible_virtualization_role": "host", | |
| "ansible_virtualization_tech_guest": [], | |
| "ansible_virtualization_tech_host": [ | |
| "kvm" | |
| ], | |
| "ansible_virtualization_type": "kvm", | |
| "gather_subset": [ | |
| "all" | |
| ], | |
| "module_setup": true | |
| }, | |
| "changed": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment