Skip to content

Instantly share code, notes, and snippets.

@filinivan
Created December 6, 2024 19:27
Show Gist options
  • Save filinivan/3daba817dc33c498049db92c2f91f757 to your computer and use it in GitHub Desktop.
Save filinivan/3daba817dc33c498049db92c2f91f757 to your computer and use it in GitHub Desktop.
Ansible - RockyLinux log
ivan@filin:~/learn/ansible/rocky_linux$ ansible-playbook -i hosts mc.yml --ask-become-pass -vvvvv
ansible-playbook [core 2.17.7]
config file = /home/ivan/learn/ansible/rocky_linux/ansible.cfg
configured module search path = ['/home/ivan/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/ivan/.local/lib/python3.10/site-packages/ansible
ansible collection location = /home/ivan/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible-playbook
python version = 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] (/usr/bin/python3)
jinja version = 3.0.3
libyaml = True
Using /home/ivan/learn/ansible/rocky_linux/ansible.cfg as config file
BECOME password:
setting up inventory plugins
Loading collection ansible.builtin from
host_list declined parsing /home/ivan/learn/ansible/rocky_linux/hosts as it did not pass its verify_file() method
script declined parsing /home/ivan/learn/ansible/rocky_linux/hosts as it did not pass its verify_file() method
auto declined parsing /home/ivan/learn/ansible/rocky_linux/hosts as it did not pass its verify_file() method
Parsed /home/ivan/learn/ansible/rocky_linux/hosts inventory source with ini plugin
Loading callback plugin default of type stdout, v2.0 from /home/ivan/.local/lib/python3.10/site-packages/ansible/plugins/callback/default.py
Attempting to use 'default' callback.
Skipping callback 'default', as we already have a stdout callback.
Attempting to use 'junit' callback.
Attempting to use 'minimal' callback.
Skipping callback 'minimal', as we already have a stdout callback.
Attempting to use 'oneline' callback.
Skipping callback 'oneline', as we already have a stdout callback.
Attempting to use 'tree' callback.
PLAYBOOK: mc.yml ******************************************************************************************************************************************************
Positional arguments: mc.yml
verbosity: 5
connection: ssh
become_method: sudo
become_ask_pass: True
tags: ('all',)
inventory: ('/home/ivan/learn/ansible/rocky_linux/hosts',)
forks: 5
1 plays in mc.yml
PLAY [Ensure mc is installed on all hosts] ****************************************************************************************************************************
TASK [Gathering Facts] ************************************************************************************************************************************************
task path: /home/ivan/learn/ansible/rocky_linux/mc.yml:2
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'echo ~ivan && sleep 0'"'"''
<192.168.88.25> (0, b'/home/ivan\n', b'OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/home/ivan/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/home/ivan/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug1: Control socket "/home/ivan/.ansible/cp/0a8f79fa3d" does not exist\r\ndebug3: ssh_connect_direct: entering\r\ndebug1: Connecting to 192.168.88.25 [192.168.88.25] port 22.\r\ndebug3: set_sock_tos: set socket 3 IP_TOS 0x10\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: fd 3 clearing O_NONBLOCK\r\ndebug1: Connection established.\r\ndebug3: timeout: 9999 ms remain after connect\r\ndebug1: identity file /home/ivan/.ssh/id_rsa type 0\r\ndebug1: identity file /home/ivan/.ssh/id_rsa-cert type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ecdsa type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ecdsa-cert type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ecdsa_sk type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ecdsa_sk-cert type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ed25519 type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ed25519-cert type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ed25519_sk type -1\r\ndebug1: identity file /home/ivan/.ssh/id_ed25519_sk-cert type -1\r\ndebug1: identity file /home/ivan/.ssh/id_xmss type -1\r\ndebug1: identity file /home/ivan/.ssh/id_xmss-cert type -1\r\ndebug1: identity file /home/ivan/.ssh/id_dsa type -1\r\ndebug1: identity file /home/ivan/.ssh/id_dsa-cert type -1\r\ndebug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.10\r\ndebug1: Remote protocol version 2.0, remote software version OpenSSH_8.0\r\ndebug1: compat_banner: match: OpenSSH_8.0 pat OpenSSH* compat 0x04000000\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: Authenticating to 192.168.88.25:22 as \'ivan\'\r\ndebug3: record_hostkey: found key type ED25519 in file /home/ivan/.ssh/known_hosts:33\r\ndebug3: load_hostkeys_file: loaded 1 keys from 192.168.88.25\r\ndebug1: load_hostkeys: fopen /home/ivan/.ssh/known_hosts2: No such file or directory\r\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\r\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\r\ndebug3: order_hostkeyalgs: have matching best-preference key type [email protected], using HostkeyAlgorithms verbatim\r\ndebug3: send packet: type 20\r\ndebug1: SSH2_MSG_KEXINIT sent\r\ndebug3: receive packet: type 20\r\ndebug1: SSH2_MSG_KEXINIT received\r\ndebug2: local client KEXINIT proposal\r\ndebug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,[email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c,[email protected]\r\ndebug2: host key algorithms: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],rsa-sha2-512,rsa-sha2-256\r\ndebug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]\r\ndebug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]\r\ndebug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: compression ctos: [email protected],zlib,none\r\ndebug2: compression stoc: [email protected],zlib,none\r\ndebug2: languages ctos: \r\ndebug2: languages stoc: \r\ndebug2: first_kex_follows 0 \r\ndebug2: reserved 0 \r\ndebug2: peer server KEXINIT proposal\r\ndebug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,[email protected]\r\ndebug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519\r\ndebug2: ciphers ctos: [email protected],[email protected],aes256-ctr,aes256-cbc,[email protected],aes128-ctr,aes128-cbc\r\ndebug2: ciphers stoc: [email protected],[email protected],aes256-ctr,aes256-cbc,[email protected],aes128-ctr,aes128-cbc\r\ndebug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha1,[email protected],hmac-sha2-512\r\ndebug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha1,[email protected],hmac-sha2-512\r\ndebug2: compression ctos: none,[email protected]\r\ndebug2: compression stoc: none,[email protected]\r\ndebug2: languages ctos: \r\ndebug2: languages stoc: \r\ndebug2: first_kex_follows 0 \r\ndebug2: reserved 0 \r\ndebug3: kex_choose_conf: will use strict KEX ordering\r\ndebug1: kex: algorithm: curve25519-sha256\r\ndebug1: kex: host key algorithm: ssh-ed25519\r\ndebug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: [email protected]\r\ndebug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: [email protected]\r\ndebug3: send packet: type 30\r\ndebug1: expecting SSH2_MSG_KEX_ECDH_REPLY\r\ndebug3: receive packet: type 31\r\ndebug1: SSH2_MSG_KEX_ECDH_REPLY received\r\ndebug1: Server host key: ssh-ed25519 SHA256:MbchnTw/UdvPScH64ebH2aj69QLpmtSonPPbrt81/pk\r\ndebug3: record_hostkey: found key type ED25519 in file /home/ivan/.ssh/known_hosts:33\r\ndebug3: load_hostkeys_file: loaded 1 keys from 192.168.88.25\r\ndebug1: load_hostkeys: fopen /home/ivan/.ssh/known_hosts2: No such file or directory\r\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\r\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\r\ndebug1: Host \'192.168.88.25\' is known and matches the ED25519 host key.\r\ndebug1: Found key in /home/ivan/.ssh/known_hosts:33\r\ndebug3: send packet: type 21\r\ndebug1: ssh_packet_send2_wrapped: resetting send seqnr 3\r\ndebug2: ssh_set_newkeys: mode 1\r\ndebug1: rekey out after 134217728 blocks\r\ndebug1: SSH2_MSG_NEWKEYS sent\r\ndebug1: expecting SSH2_MSG_NEWKEYS\r\ndebug3: receive packet: type 21\r\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\r\ndebug1: SSH2_MSG_NEWKEYS received\r\ndebug2: ssh_set_newkeys: mode 0\r\ndebug1: rekey in after 134217728 blocks\r\ndebug1: Will attempt key: /home/ivan/.ssh/id_rsa RSA SHA256:CL5hf83YjmBabp5clZ/UjlA3uTwpGeD5Eoi6bE5cymE\r\ndebug1: Will attempt key: /home/ivan/.ssh/id_ecdsa \r\ndebug1: Will attempt key: /home/ivan/.ssh/id_ecdsa_sk \r\ndebug1: Will attempt key: /home/ivan/.ssh/id_ed25519 \r\ndebug1: Will attempt key: /home/ivan/.ssh/id_ed25519_sk \r\ndebug1: Will attempt key: /home/ivan/.ssh/id_xmss \r\ndebug1: Will attempt key: /home/ivan/.ssh/id_dsa \r\ndebug2: pubkey_prepare: done\r\ndebug3: send packet: type 5\r\ndebug3: receive packet: type 7\r\ndebug1: SSH2_MSG_EXT_INFO received\r\ndebug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>\r\ndebug3: receive packet: type 6\r\ndebug2: service_accept: ssh-userauth\r\ndebug1: SSH2_MSG_SERVICE_ACCEPT received\r\ndebug3: send packet: type 50\r\ndebug3: receive packet: type 51\r\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\r\ndebug3: start over, passed a different list publickey,gssapi-keyex,gssapi-with-mic,password\r\ndebug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password\r\ndebug3: authmethod_lookup gssapi-with-mic\r\ndebug3: remaining preferred: publickey,keyboard-interactive,password\r\ndebug3: authmethod_is_enabled gssapi-with-mic\r\ndebug1: Next authentication method: gssapi-with-mic\r\ndebug1: No credentials were supplied, or the credentials were unavailable or inaccessible\nNo Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1000)\n\n\r\ndebug1: No credentials were supplied, or the credentials were unavailable or inaccessible\nNo Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1000)\n\n\r\ndebug2: we did not send a packet, disable method\r\ndebug3: authmethod_lookup publickey\r\ndebug3: remaining preferred: keyboard-interactive,password\r\ndebug3: authmethod_is_enabled publickey\r\ndebug1: Next authentication method: publickey\r\ndebug1: Offering public key: /home/ivan/.ssh/id_rsa RSA SHA256:CL5hf83YjmBabp5clZ/UjlA3uTwpGeD5Eoi6bE5cymE\r\ndebug3: send packet: type 50\r\ndebug2: we sent a publickey packet, wait for reply\r\ndebug3: receive packet: type 51\r\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\r\ndebug1: Trying private key: /home/ivan/.ssh/id_ecdsa\r\ndebug3: no such identity: /home/ivan/.ssh/id_ecdsa: No such file or directory\r\ndebug1: Trying private key: /home/ivan/.ssh/id_ecdsa_sk\r\ndebug3: no such identity: /home/ivan/.ssh/id_ecdsa_sk: No such file or directory\r\ndebug1: Trying private key: /home/ivan/.ssh/id_ed25519\r\ndebug3: no such identity: /home/ivan/.ssh/id_ed25519: No such file or directory\r\ndebug1: Trying private key: /home/ivan/.ssh/id_ed25519_sk\r\ndebug3: no such identity: /home/ivan/.ssh/id_ed25519_sk: No such file or directory\r\ndebug1: Trying private key: /home/ivan/.ssh/id_xmss\r\ndebug3: no such identity: /home/ivan/.ssh/id_xmss: No such file or directory\r\ndebug1: Trying private key: /home/ivan/.ssh/id_dsa\r\ndebug3: no such identity: /home/ivan/.ssh/id_dsa: No such file or directory\r\ndebug2: we did not send a packet, disable method\r\ndebug3: authmethod_lookup password\r\ndebug3: remaining preferred: ,password\r\ndebug3: authmethod_is_enabled password\r\ndebug1: Next authentication method: password\r\ndebug3: send packet: type 50\r\ndebug2: we sent a password packet, wait for reply\r\ndebug3: receive packet: type 52\r\ndebug1: Enabling compression at level 6.\r\nAuthenticated to 192.168.88.25 ([192.168.88.25]:22) using "password".\r\ndebug1: setting up multiplex master socket\r\ndebug3: muxserver_listen: temporary control path /home/ivan/.ansible/cp/0a8f79fa3d.wRoI8OnBg242FaXF\r\ndebug2: fd 4 setting O_NONBLOCK\r\ndebug3: fd 4 is O_NONBLOCK\r\ndebug3: fd 4 is O_NONBLOCK\r\ndebug1: channel 0: new [/home/ivan/.ansible/cp/0a8f79fa3d]\r\ndebug3: muxserver_listen: mux listener channel 0 fd 4\r\ndebug2: fd 3 setting TCP_NODELAY\r\ndebug3: set_sock_tos: set socket 3 IP_TOS 0x08\r\ndebug1: control_persist_detach: backgrounding master process\r\ndebug2: control_persist_detach: background process is 719601\r\ndebug2: fd 4 setting O_NONBLOCK\r\ndebug1: forking to background\r\ndebug1: Entering interactive session.\r\ndebug1: pledge: id\r\ndebug2: set_control_persist_exit_time: schedule exit in 60 seconds\r\ndebug1: multiplexing control connection\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug3: fd 5 is O_NONBLOCK\r\ndebug1: channel 1: new [mux-control]\r\ndebug3: channel_post_mux_listener: new mux channel 1 fd 5\r\ndebug3: mux_master_read_cb: channel 1: hello sent\r\ndebug2: set_control_persist_exit_time: cancel scheduled exit\r\ndebug3: mux_master_read_cb: channel 1 packet type 0x00000001 len 4\r\ndebug2: mux_master_process_hello: channel 1 client version 4\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_master_read_cb: channel 1 packet type 0x10000004 len 4\r\ndebug2: mux_master_process_alive_check: channel 1: alive check\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug3: mux_master_read_cb: channel 1 packet type 0x10000002 len 100\r\ndebug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "xterm-256color", cmd "/bin/sh -c \'echo ~ivan && sleep 0\'", env 1\r\ndebug3: mux_master_process_new_session: got fds stdin 6, stdout 7, stderr 8\r\ndebug1: channel 2: new [client-session]\r\ndebug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1\r\ndebug2: channel 2: send open\r\ndebug3: send packet: type 90\r\ndebug3: receive packet: type 80\r\ndebug1: client_input_global_request: rtype [email protected] want_reply 0\r\ndebug3: client_input_hostkeys: received RSA key SHA256:bFO4cBlSZ2WhPFm9tFgEuz7BOosGDwMo7gXUTSbiU9M\r\ndebug3: client_input_hostkeys: received ECDSA key SHA256:NgSy/CpZsXhf8phq9lrwZiqXTB7/YE2vpwZ4e7Ywjrk\r\ndebug3: client_input_hostkeys: received ED25519 key SHA256:MbchnTw/UdvPScH64ebH2aj69QLpmtSonPPbrt81/pk\r\ndebug1: client_input_hostkeys: searching /home/ivan/.ssh/known_hosts for 192.168.88.25 / (none)\r\ndebug3: hostkeys_foreach: reading file "/home/ivan/.ssh/known_hosts"\r\ndebug3: hostkeys_find: found ssh-ed25519 key under different name/addr at /home/ivan/.ssh/known_hosts:29\r\ndebug3: hostkeys_find: found ssh-rsa key under different name/addr at /home/ivan/.ssh/known_hosts:30\r\ndebug3: hostkeys_find: found ecdsa-sha2-nistp256 key under different name/addr at /home/ivan/.ssh/known_hosts:31\r\ndebug3: hostkeys_find: found ssh-ed25519 key under different name/addr at /home/ivan/.ssh/known_hosts:32\r\ndebug3: hostkeys_find: found ssh-ed25519 key at /home/ivan/.ssh/known_hosts:33\r\ndebug1: client_input_hostkeys: searching /home/ivan/.ssh/known_hosts2 for 192.168.88.25 / (none)\r\ndebug1: client_input_hostkeys: hostkeys file /home/ivan/.ssh/known_hosts2 does not exist\r\ndebug3: client_input_hostkeys: 3 server keys: 2 new, 18446744073709551615 retained, 2 incomplete match. 0 to remove\r\ndebug1: client_input_hostkeys: host key found matching a different name/address, skipping UserKnownHostsFile update\r\ndebug3: receive packet: type 91\r\ndebug2: channel_input_open_confirmation: channel 2: callback start\r\ndebug2: client_session2_setup: id 2\r\ndebug1: Sending environment.\r\ndebug1: channel 2: setting env LANG = "C.UTF-8"\r\ndebug2: channel 2: request env confirm 0\r\ndebug3: send packet: type 98\r\ndebug1: Sending command: /bin/sh -c \'echo ~ivan && sleep 0\'\r\ndebug2: channel 2: request exec confirm 1\r\ndebug3: send packet: type 98\r\ndebug3: mux_session_confirm: sending success reply\r\ndebug2: channel_input_open_confirmation: channel 2: callback done\r\ndebug2: channel 2: open confirm rwindow 0 rmax 32768\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: channel 2: rcvd adjust 2097152\r\ndebug3: receive packet: type 99\r\ndebug2: channel_input_status_confirm: type 99 id 2\r\ndebug2: exec request accepted on channel 2\r\ndebug3: receive packet: type 98\r\ndebug1: client_input_channel_req: channel 2 rtype exit-status reply 0\r\ndebug3: mux_exit_message: channel 2: exit message, exitval 0\r\ndebug3: receive packet: type 98\r\ndebug1: client_input_channel_req: channel 2 rtype [email protected] reply 0\r\ndebug2: channel 2: rcvd eow\r\ndebug2: chan_shutdown_read: channel 2: (i0 o0 sock -1 wfd 6 efd 8 [write])\r\ndebug2: channel 2: input open -> closed\r\ndebug3: receive packet: type 96\r\ndebug2: channel 2: rcvd eof\r\ndebug2: channel 2: output open -> drain\r\ndebug2: channel 2: obuf empty\r\ndebug2: chan_shutdown_write: channel 2: (i3 o1 sock -1 wfd 7 efd 8 [write])\r\ndebug2: channel 2: output drain -> closed\r\ndebug3: receive packet: type 97\r\ndebug2: channel 2: rcvd close\r\ndebug3: channel 2: will not send data after close\r\ndebug2: channel 2: send close\r\ndebug3: send packet: type 97\r\ndebug2: channel 2: is dead\r\ndebug2: channel 2: gc: notify user\r\ndebug3: mux_master_session_cleanup_cb: entering for channel 2\r\ndebug2: channel 1: rcvd close\r\ndebug2: channel 1: output open -> drain\r\ndebug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed])\r\ndebug2: channel 1: input open -> closed\r\ndebug2: channel 2: gc: user detached\r\ndebug2: channel 2: is dead\r\ndebug2: channel 2: garbage collecting\r\ndebug1: channel 2: free: client-session, nchannels 3\r\ndebug3: channel 2: status: The following connections are open:\r\n #1 mux-control (t16 nr0 i3/0 o1/16 e[closed]/0 fd 5/5/-1 sock 5 cc -1 io 0x03/0x00)\r\n #2 client-session (t4 r0 i3/0 o3/0 e[write]/0 fd -1/-1/8 sock -1 cc -1 io 0x00/0x00)\r\n\r\ndebug2: channel 1: obuf empty\r\ndebug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed])\r\ndebug2: channel 1: output drain -> closed\r\ndebug2: channel 1: is dead (local)\r\ndebug2: channel 1: gc: notify user\r\ndebug3: mux_master_control_cleanup_cb: entering for channel 1\r\ndebug2: channel 1: gc: user detached\r\ndebug2: channel 1: is dead (local)\r\ndebug2: channel 1: garbage collecting\r\ndebug1: channel 1: free: mux-control, nchannels 2\r\ndebug3: channel 1: status: The following connections are open:\r\n #1 mux-control (t16 nr0 i3/0 o3/0 e[closed]/0 fd 5/5/-1 sock 5 cc -1 io 0x00/0x03)\r\n\r\ndebug2: set_control_persist_exit_time: schedule exit in 60 seconds\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n')
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /home/ivan/.ansible/tmp `"&& mkdir "` echo /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192 `" && echo ansible-tmp-1733481437.467908-719597-151703205743192="` echo /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192 `" ) && sleep 0'"'"''
<192.168.88.25> (0, b'ansible-tmp-1733481437.467908-719597-151703205743192=/home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192\n', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n")
Including module_utils file ansible/__init__.py
Including module_utils file ansible/module_utils/__init__.py
Including module_utils file ansible/module_utils/basic.py
Including module_utils file ansible/module_utils/_text.py
Including module_utils file ansible/module_utils/common/_utils.py
Including module_utils file ansible/module_utils/common/__init__.py
Including module_utils file ansible/module_utils/common/arg_spec.py
Including module_utils file ansible/module_utils/common/file.py
Including module_utils file ansible/module_utils/common/locale.py
Including module_utils file ansible/module_utils/common/parameters.py
Including module_utils file ansible/module_utils/common/collections.py
Including module_utils file ansible/module_utils/common/process.py
Including module_utils file ansible/module_utils/common/sys_info.py
Including module_utils file ansible/module_utils/common/text/converters.py
Including module_utils file ansible/module_utils/common/text/__init__.py
Including module_utils file ansible/module_utils/common/text/formatters.py
Including module_utils file ansible/module_utils/common/validation.py
Including module_utils file ansible/module_utils/common/warnings.py
Including module_utils file ansible/module_utils/compat/selinux.py
Including module_utils file ansible/module_utils/compat/__init__.py
Including module_utils file ansible/module_utils/distro/__init__.py
Including module_utils file ansible/module_utils/distro/_distro.py
Including module_utils file ansible/module_utils/errors.py
Including module_utils file ansible/module_utils/facts/ansible_collector.py
Including module_utils file ansible/module_utils/compat/typing.py
Including module_utils file ansible/module_utils/facts/__init__.py
Including module_utils file ansible/module_utils/facts/collector.py
Including module_utils file ansible/module_utils/facts/compat.py
Including module_utils file ansible/module_utils/facts/default_collectors.py
Including module_utils file ansible/module_utils/facts/hardware/aix.py
Including module_utils file ansible/module_utils/facts/hardware/__init__.py
Including module_utils file ansible/module_utils/facts/hardware/base.py
Including module_utils file ansible/module_utils/facts/hardware/darwin.py
Including module_utils file ansible/module_utils/facts/hardware/dragonfly.py
Including module_utils file ansible/module_utils/facts/hardware/freebsd.py
Including module_utils file ansible/module_utils/facts/hardware/hpux.py
Including module_utils file ansible/module_utils/facts/hardware/hurd.py
Including module_utils file ansible/module_utils/facts/hardware/linux.py
Including module_utils file ansible/module_utils/facts/hardware/netbsd.py
Including module_utils file ansible/module_utils/facts/hardware/openbsd.py
Including module_utils file ansible/module_utils/facts/hardware/sunos.py
Including module_utils file ansible/module_utils/facts/namespace.py
Including module_utils file ansible/module_utils/facts/network/aix.py
Including module_utils file ansible/module_utils/facts/network/__init__.py
Including module_utils file ansible/module_utils/facts/network/base.py
Including module_utils file ansible/module_utils/facts/network/darwin.py
Including module_utils file ansible/module_utils/facts/network/dragonfly.py
Including module_utils file ansible/module_utils/facts/network/fc_wwn.py
Including module_utils file ansible/module_utils/facts/network/freebsd.py
Including module_utils file ansible/module_utils/facts/network/generic_bsd.py
Including module_utils file ansible/module_utils/facts/network/hpux.py
Including module_utils file ansible/module_utils/facts/network/hurd.py
Including module_utils file ansible/module_utils/facts/network/iscsi.py
Including module_utils file ansible/module_utils/facts/network/linux.py
Including module_utils file ansible/module_utils/facts/network/netbsd.py
Including module_utils file ansible/module_utils/facts/network/nvme.py
Including module_utils file ansible/module_utils/facts/network/openbsd.py
Including module_utils file ansible/module_utils/facts/network/sunos.py
Including module_utils file ansible/module_utils/facts/other/facter.py
Including module_utils file ansible/module_utils/facts/other/__init__.py
Including module_utils file ansible/module_utils/facts/other/ohai.py
Including module_utils file ansible/module_utils/facts/sysctl.py
Including module_utils file ansible/module_utils/facts/system/apparmor.py
Including module_utils file ansible/module_utils/facts/system/__init__.py
Including module_utils file ansible/module_utils/facts/system/caps.py
Including module_utils file ansible/module_utils/facts/system/chroot.py
Including module_utils file ansible/module_utils/facts/system/cmdline.py
Including module_utils file ansible/module_utils/facts/system/date_time.py
Including module_utils file ansible/module_utils/compat/datetime.py
Including module_utils file ansible/module_utils/facts/system/distribution.py
Including module_utils file ansible/module_utils/facts/system/dns.py
Including module_utils file ansible/module_utils/facts/system/env.py
Including module_utils file ansible/module_utils/facts/system/fips.py
Including module_utils file ansible/module_utils/facts/system/loadavg.py
Including module_utils file ansible/module_utils/facts/system/local.py
Including module_utils file ansible/module_utils/facts/system/lsb.py
Including module_utils file ansible/module_utils/facts/system/pkg_mgr.py
Including module_utils file ansible/module_utils/facts/system/platform.py
Including module_utils file ansible/module_utils/facts/system/python.py
Including module_utils file ansible/module_utils/facts/system/selinux.py
Including module_utils file ansible/module_utils/facts/system/service_mgr.py
Including module_utils file ansible/module_utils/compat/version.py
Including module_utils file ansible/module_utils/facts/system/ssh_pub_keys.py
Including module_utils file ansible/module_utils/facts/system/user.py
Including module_utils file ansible/module_utils/facts/timeout.py
Including module_utils file ansible/module_utils/facts/utils.py
Including module_utils file ansible/module_utils/facts/virtual/base.py
Including module_utils file ansible/module_utils/facts/virtual/__init__.py
Including module_utils file ansible/module_utils/facts/virtual/dragonfly.py
Including module_utils file ansible/module_utils/facts/virtual/freebsd.py
Including module_utils file ansible/module_utils/facts/virtual/hpux.py
Including module_utils file ansible/module_utils/facts/virtual/linux.py
Including module_utils file ansible/module_utils/facts/virtual/netbsd.py
Including module_utils file ansible/module_utils/facts/virtual/openbsd.py
Including module_utils file ansible/module_utils/facts/virtual/sunos.py
Including module_utils file ansible/module_utils/facts/virtual/sysctl.py
Including module_utils file ansible/module_utils/parsing/convert_bool.py
Including module_utils file ansible/module_utils/parsing/__init__.py
Including module_utils file ansible/module_utils/pycompat24.py
Including module_utils file ansible/module_utils/six/__init__.py
Using module file /home/ivan/.local/lib/python3.10/site-packages/ansible/modules/setup.py
<192.168.88.25> PUT /home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpokgd2na4 TO /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py
<192.168.88.25> SSH: disable batch mode for sshpass: (-o)(BatchMode=no)
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set sftp_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 sftp -o BatchMode=no -b - -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' '[192.168.88.25]'
<192.168.88.25> (0, b'sftp> put /home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpokgd2na4 /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py\n', b'OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/home/ivan/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/home/ivan/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Server supports extension "[email protected]" revision 2\r\ndebug2: Server supports extension "[email protected]" revision 2\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:1\r\ndebug3: SSH2_FXP_REALPATH . -> /home/ivan\r\ndebug3: Looking up /home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpokgd2na4\r\ndebug2: Sending SSH2_FXP_STAT "/home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py"\r\ndebug3: Sent message fd 3 T:17 I:2\r\ndebug1: stat remote: No such file or directory\r\ndebug2: do_upload: upload local "/home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpokgd2na4" to remote "/home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:3 P:/home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:5 O:0 S:32768\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 5 32768 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:32768 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:65536 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:8 O:98304 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:9 O:131072 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:10 O:163840 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:11 O:196608 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:12 O:229376 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:13 O:262144 S:20681\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 32768 bytes at 32768\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 32768 bytes at 65536\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 8 32768 bytes at 98304\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 9 32768 bytes at 131072\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 10 32768 bytes at 163840\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 11 32768 bytes at 196608\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 12 32768 bytes at 229376\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 13 20681 bytes at 262144\r\ndebug3: Sent message SSH2_FXP_CLOSE I:4\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n')
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'chmod u+x /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/ /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py && sleep 0'"'"''
<192.168.88.25> (0, b'', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n")
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' -tt 192.168.88.25 '/bin/sh -c '"'"'sudo -H -S -p "[sudo via ansible, key=rmtlbpgrderobmuqokdgylzvasiqtglo] password:" -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-rmtlbpgrderobmuqokdgylzvasiqtglo ; /usr/bin/python3.9 /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py'"'"'"'"'"'"'"'"' && sleep 0'"'"''
Escalation succeeded
<192.168.88.25> (0, b'\r\n\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_fibre_channel_wwn": [], "ansible_dns": {"nameservers": ["192.168.88.1", "192.168.101.1", "8.8.8.8"]}, "ansible_env": {"LS_COLORS": "rs=0:di=38;5;33:ln=38;5;51:mh=00:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=01;05;37;41:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;40:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.zst=38;5;9:*.tzst=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.wim=38;5;9:*.swm=38;5;9:*.dwm=38;5;9:*.esd=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.mjpg=38;5;13:*.mjpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.m4a=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.oga=38;5;45:*.opus=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "LANG": "C.UTF-8", "SUDO_GID": "1000", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-rmtlbpgrderobmuqokdgylzvasiqtglo ; /usr/bin/python3.9 /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/AnsiballZ_setup.py", "USER": "root", "PWD": "/home/ivan", "HOME": "/root", "SUDO_USER": "ivan", "SUDO_UID": "1000", "MAIL": "/var/mail/root", "SHELL": "/bin/bash", "TERM": "xterm-256color", "SHLVL": "1", "LOGNAME": "root", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "_": "/usr/bin/python3.9"}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.30.1.el8_10.x86_64", "ansible_kernel_version": "#1 SMP Tue Nov 26 18:56:25 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.9.20", "ansible_fqdn": "localhost.localdomain", "ansible_hostname": "localhost", "ansible_nodename": "localhost.localdomain", "ansible_domain": "localdomain", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "3aae2002f11546d4a32393809e0f9f40", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC+8zm2ve+In2Ovfw4Zfa94NtaB5R0EkAhDR2baS7LKsn53Q9DL3qkCuIPUlWxsx/ASmYwX2LzxdY/v09CESy9lXoGmBP9NcIMi73xsBWfE2d2Kd/Ru6zwZ5/DqilEJ+cWcQvxZoSiizPTHQ68ycxk38yycI6muNM8XFLBc4S+wyqeqzKomIvuU5I2OPilpvGSfCzI+vxkG3RgQ5DLlZmYOuFb9gQEgwDi348fmEiJ4OGXKvv53EohZzd1AVniaw0TeazOgbMVNY8gW/saNnguCsGTnu4JPRqywEessj9NcGqcK9nJ0U0gdK+CTvNap73axj6emKlM1BYwJNoHXmZ2+jr06pgxHdz9haLxgdEwUCya5uoxnScBSwLXmiUQGIEPWjX7VmaIJLMteRPTAnNPrrUTQ3S7QUKbXtGZ52/mMZKrLNlM9HcInAzHpQetmoxModRKoDOhrfRr3bP+93km5MmlvWQ6m2nXsEV4PDQ29tMpaNslX1vGwp7VA1IjI2RE=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDH3ZRDyFR3ESEMQKU3TxCJyT9yPQ0IURDzgjewq9747rIcgZSsl7uQr/CItPUhrTVRHsQb9uwe98TWKbgqDJH4=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIL5szi85p8+e92R/F6zNwYOeShYFa0g1+Bo4wN8bAZXt", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_lsb": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_role": "guest", "ansible_virtualization_type": "virtualbox", "ansible_virtualization_tech_guest": ["virtualbox"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_distribution": "Rocky", "ansible_distribution_release": "Green Obsidian", "ansible_distribution_version": "8.10", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:e8d1ed97-e5b1-455a-b1ab-ef94866bf8c0", "ansible_iscsi_iqn": "iqn.1994-05.com.redhat:b04592ac1ef", "ansible_pkg_mgr": "dnf", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/vmlinuz-4.18.0-553.30.1.el8_10.x86_64", "root": "/dev/mapper/rl-root", "ro": true, "crashkernel": "auto", "resume": "/dev/mapper/rl-swap", "rd.lvm.lv": "rl/swap", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/vmlinuz-4.18.0-553.30.1.el8_10.x86_64", "root": "/dev/mapper/rl-root", "ro": true, "crashkernel": "auto", "resume": "/dev/mapper/rl-swap", "rd.lvm.lv": ["rl/root", "rl/swap"], "rhgb": true, "quiet": true}, "ansible_processor": ["0", "GenuineIntel", "13th Gen Intel(R) Core(TM) i7-13620H", "1", "GenuineIntel", "13th Gen Intel(R) Core(TM) i7-13620H", "2", "GenuineIntel", "13th Gen Intel(R) Core(TM) i7-13620H", "3", "GenuineIntel", "13th Gen Intel(R) Core(TM) i7-13620H"], "ansible_processor_count": 1, "ansible_processor_cores": 4, "ansible_processor_threads_per_core": 1, "ansible_processor_vcpus": 4, "ansible_processor_nproc": 4, "ansible_memtotal_mb": 2747, "ansible_memfree_mb": 767, "ansible_swaptotal_mb": 2663, "ansible_swapfree_mb": 2663, "ansible_memory_mb": {"real": {"total": 2747, "used": 1980, "free": 767}, "nocache": {"free": 1657, "used": 1090}, "swap": {"total": 2663, "free": 2663, "used": 0, "cached": 0}}, "ansible_bios_date": "12/01/2006", "ansible_bios_vendor": "innotek GmbH", "ansible_bios_version": "VirtualBox", "ansible_board_asset_tag": "NA", "ansible_board_name": "VirtualBox", "ansible_board_serial": "0", "ansible_board_vendor": "Oracle Corporation", "ansible_board_version": "1.2", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Oracle Corporation", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "VirtualBox", "ansible_product_serial": "VirtualBox-e8d1ed97-e5b1-455a-b1ab-ef94866bf8c0", "ansible_product_uuid": "97edd1e8-b1e5-5a45-b1ab-ef94866bf8c0", "ansible_product_version": "1.2", "ansible_system_vendor": "innotek GmbH", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-rl-swap", "dm-uuid-LVM-rxFNJsc4Jypj2bajPQfeVAKgAs3qUE7kuzEaTEn8L3ylB0InSIBgWyfKfEhkWQhC"], "uuids": ["ec5f1bcf-2bb8-4f4c-be55-b998a08b9ec6"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "serial": "VBf9597d87", "removable": "0", "support_discard": "0", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "5455872", "sectorsize": "512", "size": "2.60 GB", "host": "", "holders": []}, "sr0": {"virtual": 1, "links": {"ids": ["ata-VBOX_CD-ROM_VB2-01700376"], "uuids": ["2024-10-10-17-52-15-90"], "labels": ["VBox_GAs_7.1.4"], "masters": []}, "vendor": "VBOX", "model": "CD-ROM", "sas_address": null, "sas_device_handle": null, "removable": "1", "support_discard": "0", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "116600", "sectorsize": "2048", "size": "56.93 MB", "host": "IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-rl-root", "dm-uuid-LVM-rxFNJsc4Jypj2bajPQfeVAKgAs3qUE7kJpRILcV0TFxDK586ffQVDQZun7S0EcBW"], "uuids": ["467e3dc5-9068-420a-bdf4-6e4e501458b5"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "serial": "VBf9597d87", "removable": "0", "support_discard": "0", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "46923776", "sectorsize": "512", "size": "22.38 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["ata-VBOX_HARDDISK_VBf9597d87-0b53f513", "scsi-0ATA_VBOX_HARDDISK_VBf9597d87-0b53f513", "scsi-1ATA_VBOX_HARDDISK_VBf9597d87-0b53f513", "scsi-SATA_VBOX_HARDDISK_VBf9597d87-0b53f513"], "uuids": [], "labels": [], "masters": []}, "vendor": "ATA", "model": "VBOX HARDDISK", "sas_address": null, "sas_device_handle": null, "serial": "VBf9597d87", "removable": "0", "support_discard": "0", "partitions": {"sda2": {"links": {"ids": ["ata-VBOX_HARDDISK_VBf9597d87-0b53f513-part2", "lvm-pv-uuid-RM9TBW-MQEB-t9qY-QOTF-EyRs-imZT-R5x1vD", "scsi-0ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part2", "scsi-1ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part2", "scsi-SATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part2"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1"]}, "start": "2099200", "sectors": "52387840", "sectorsize": 512, "size": "24.98 GB", "uuid": null, "holders": ["rl-swap", "rl-root"]}, "sda1": {"links": {"ids": ["ata-VBOX_HARDDISK_VBf9597d87-0b53f513-part1", "scsi-0ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part1", "scsi-1ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part1", "scsi-SATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part1"], "uuids": ["97d0df0d-a0be-43a2-b420-c2da1a347c58"], "labels": [], "masters": []}, "start": "2048", "sectors": "2097152", "sectorsize": 512, "size": "1.00 GB", "uuid": "97d0df0d-a0be-43a2-b420-c2da1a347c58", "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "54488160", "sectorsize": "512", "size": "25.98 GB", "host": "SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02)", "holders": []}}, "ansible_device_links": {"ids": {"sda2": ["ata-VBOX_HARDDISK_VBf9597d87-0b53f513-part2", "lvm-pv-uuid-RM9TBW-MQEB-t9qY-QOTF-EyRs-imZT-R5x1vD", "scsi-0ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part2", "scsi-1ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part2", "scsi-SATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part2"], "sda1": ["ata-VBOX_HARDDISK_VBf9597d87-0b53f513-part1", "scsi-0ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part1", "scsi-1ATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part1", "scsi-SATA_VBOX_HARDDISK_VBf9597d87-0b53f513-part1"], "sda": ["ata-VBOX_HARDDISK_VBf9597d87-0b53f513", "scsi-0ATA_VBOX_HARDDISK_VBf9597d87-0b53f513", "scsi-1ATA_VBOX_HARDDISK_VBf9597d87-0b53f513", "scsi-SATA_VBOX_HARDDISK_VBf9597d87-0b53f513"], "dm-1": ["dm-name-rl-swap", "dm-uuid-LVM-rxFNJsc4Jypj2bajPQfeVAKgAs3qUE7kuzEaTEn8L3ylB0InSIBgWyfKfEhkWQhC"], "dm-0": ["dm-name-rl-root", "dm-uuid-LVM-rxFNJsc4Jypj2bajPQfeVAKgAs3qUE7kJpRILcV0TFxDK586ffQVDQZun7S0EcBW"], "sr0": ["ata-VBOX_CD-ROM_VB2-01700376"]}, "uuids": {"sr0": ["2024-10-10-17-52-15-90"], "dm-1": ["ec5f1bcf-2bb8-4f4c-be55-b998a08b9ec6"], "dm-0": ["467e3dc5-9068-420a-bdf4-6e4e501458b5"], "sda1": ["97d0df0d-a0be-43a2-b420-c2da1a347c58"]}, "labels": {"sr0": ["VBox_GAs_7.1.4"]}, "masters": {"sda2": ["dm-0", "dm-1"]}}, "ansible_uptime_seconds": 3068, "ansible_lvm": {"lvs": {"root": {"size_g": "22.38", "vg": "rl"}, "swap": {"size_g": "2.60", "vg": "rl"}}, "vgs": {"rl": {"size_g": "24.98", "free_g": "0", "num_lvs": "2", "num_pvs": "1"}}, "pvs": {"/dev/sda2": {"size_g": "24.98", "free_g": "0", "vg": "rl"}}}, "ansible_mounts": [{"mount": "/", "device": "/dev/mapper/rl-root", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 24013242368, "size_available": 17749917696, "block_size": 4096, "block_total": 5862608, "block_available": 4333476, "block_used": 1529132, "inode_total": 11730944, "inode_available": 11597573, "inode_used": 133371, "uuid": "467e3dc5-9068-420a-bdf4-6e4e501458b5"}, {"mount": "/boot", "device": "/dev/sda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 1063256064, "size_available": 778022912, "block_size": 4096, "block_total": 259584, "block_available": 189947, "block_used": 69637, "inode_total": 524288, "inode_available": 523978, "inode_used": 310, "uuid": "97d0df0d-a0be-43a2-b420-c2da1a347c58"}, {"mount": "/run/media/ivan/VBox_GAs_7.1.4", "device": "/dev/sr0", "fstype": "iso9660", "options": "ro,nosuid,nodev,relatime,nojoliet,check=s,map=n,blocksize=2048,uid=1000,gid=1000,dmode=500,fmode=400", "dump": 0, "passno": 0, "size_total": 59699200, "size_available": 0, "block_size": 2048, "block_total": 29150, "block_available": 0, "block_used": 29150, "inode_total": 0, "inode_available": 0, "inode_used": 0, "uuid": "2024-10-10-17-52-15-90"}], "ansible_fips": false, "ansible_loadavg": {"1m": 0.02, "5m": 0.05, "15m": 0.03}, "ansible_apparmor": {"status": "disabled"}, "ansible_interfaces": ["enp0s3", "lo", "virbr0"], "ansible_virbr0": {"device": "virbr0", "macaddress": "52:54:00:77:ef:9a", "mtu": 1500, "active": false, "type": "bridge", "interfaces": [], "id": "8000.52540077ef9a", "stp": true, "speed": -1, "promisc": false, "ipv4": {"address": "192.168.122.1", "broadcast": "192.168.122.255", "netmask": "255.255.255.0", "network": "192.168.122.0", "prefix": "24"}, "features": {"rx_checksumming": "off [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "on", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "on", "tx_fcoe_segmentation": "on", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "on", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "on", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_enp0s3": {"device": "enp0s3", "macaddress": "08:00:27:29:b9:d2", "mtu": 1500, "active": true, "module": "e1000", "type": "ether", "pciid": "0000:00:03.0", "speed": 1000, "promisc": false, "ipv4": {"address": "192.168.88.25", "broadcast": "192.168.88.255", "netmask": "255.255.255.0", "network": "192.168.88.0", "prefix": "24"}, "ipv6": [{"address": "fe80::a00:27ff:fe29:b9d2", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "off", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "off [fixed]", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "on", "tx_vlan_offload": "on [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "on [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "192.168.88.1", "interface": "enp0s3", "address": "192.168.88.25", "broadcast": "192.168.88.255", "netmask": "255.255.255.0", "network": "192.168.88.0", "prefix": "24", "macaddress": "08:00:27:29:b9:d2", "mtu": 1500, "type": "ether", "alias": "enp0s3"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["192.168.122.1", "192.168.88.25"], "ansible_all_ipv6_addresses": ["fe80::a00:27ff:fe29:b9d2"], "ansible_locally_reachable_ips": {"ipv4": ["127.0.0.0/8", "127.0.0.1", "192.168.88.25", "192.168.122.1"], "ipv6": ["::1", "fe80::a00:27ff:fe29:b9d2"]}, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Friday", "weekday_number": "5", "weeknumber": "49", "day": "06", "hour": "05", "minute": "37", "second": "18", "epoch": "1733481438", "epoch_int": "1733481438", "date": "2024-12-06", "time": "05:37:18", "iso8601_micro": "2024-12-06T10:37:18.928142Z", "iso8601": "2024-12-06T10:37:18Z", "iso8601_basic": "20241206T053718928142", "iso8601_basic_short": "20241206T053718", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 20, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 20, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 192.168.88.25 closed.\r\n")
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'rm -f -r /home/ivan/.ansible/tmp/ansible-tmp-1733481437.467908-719597-151703205743192/ > /dev/null 2>&1 && sleep 0'"'"''
<192.168.88.25> (0, b'', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n")
ok: [192.168.88.25]
TASK [Ensure mc is installed] *****************************************************************************************************************************************
task path: /home/ivan/learn/ansible/rocky_linux/mc.yml:7
Running ansible.legacy.dnf as the backend for the dnf action plugin
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'echo ~ivan && sleep 0'"'"''
<192.168.88.25> (0, b'/home/ivan\n', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n")
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /home/ivan/.ansible/tmp `"&& mkdir "` echo /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557 `" && echo ansible-tmp-1733481438.5947359-719621-265558697296557="` echo /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557 `" ) && sleep 0'"'"''
<192.168.88.25> (0, b'ansible-tmp-1733481438.5947359-719621-265558697296557=/home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557\n', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n")
Including module_utils file ansible/__init__.py
Including module_utils file ansible/module_utils/__init__.py
Including module_utils file ansible/module_utils/basic.py
Including module_utils file ansible/module_utils/_text.py
Including module_utils file ansible/module_utils/common/_utils.py
Including module_utils file ansible/module_utils/common/__init__.py
Including module_utils file ansible/module_utils/common/arg_spec.py
Including module_utils file ansible/module_utils/common/file.py
Including module_utils file ansible/module_utils/common/locale.py
Including module_utils file ansible/module_utils/common/parameters.py
Including module_utils file ansible/module_utils/common/collections.py
Including module_utils file ansible/module_utils/common/process.py
Including module_utils file ansible/module_utils/common/respawn.py
Including module_utils file ansible/module_utils/common/sys_info.py
Including module_utils file ansible/module_utils/common/text/converters.py
Including module_utils file ansible/module_utils/common/text/__init__.py
Including module_utils file ansible/module_utils/common/text/formatters.py
Including module_utils file ansible/module_utils/common/validation.py
Including module_utils file ansible/module_utils/common/warnings.py
Including module_utils file ansible/module_utils/compat/selinux.py
Including module_utils file ansible/module_utils/compat/__init__.py
Including module_utils file ansible/module_utils/compat/version.py
Including module_utils file ansible/module_utils/distro/__init__.py
Including module_utils file ansible/module_utils/distro/_distro.py
Including module_utils file ansible/module_utils/errors.py
Including module_utils file ansible/module_utils/parsing/convert_bool.py
Including module_utils file ansible/module_utils/parsing/__init__.py
Including module_utils file ansible/module_utils/pycompat24.py
Including module_utils file ansible/module_utils/six/__init__.py
Including module_utils file ansible/module_utils/urls.py
Including module_utils file ansible/module_utils/yumdnf.py
Using module file /home/ivan/.local/lib/python3.10/site-packages/ansible/modules/dnf.py
<192.168.88.25> PUT /home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpiqdhknt_ TO /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py
<192.168.88.25> SSH: disable batch mode for sshpass: (-o)(BatchMode=no)
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set sftp_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 sftp -o BatchMode=no -b - -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' '[192.168.88.25]'
<192.168.88.25> (0, b'sftp> put /home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpiqdhknt_ /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py\n', b'OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/home/ivan/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/home/ivan/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Server supports extension "[email protected]" revision 2\r\ndebug2: Server supports extension "[email protected]" revision 2\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Server supports extension "[email protected]" revision 1\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:1\r\ndebug3: SSH2_FXP_REALPATH . -> /home/ivan\r\ndebug3: Looking up /home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpiqdhknt_\r\ndebug2: Sending SSH2_FXP_STAT "/home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py"\r\ndebug3: Sent message fd 3 T:17 I:2\r\ndebug1: stat remote: No such file or directory\r\ndebug2: do_upload: upload local "/home/ivan/.ansible/tmp/ansible-local-719570_x6yeasn/tmpiqdhknt_" to remote "/home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:3 P:/home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:5 O:0 S:32768\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 5 32768 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:32768 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:65536 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:8 O:98304 S:32768\r\ndebug3: Sent message SSH2_FXP_WRITE I:9 O:131072 S:30436\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 32768 bytes at 32768\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 32768 bytes at 65536\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 8 32768 bytes at 98304\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 9 30436 bytes at 131072\r\ndebug3: Sent message SSH2_FXP_CLOSE I:4\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n')
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'chmod u+x /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/ /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py && sleep 0'"'"''
<192.168.88.25> (0, b'', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n")
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' -tt 192.168.88.25 '/bin/sh -c '"'"'sudo -H -S -p "[sudo via ansible, key=zaxvrqhtwiymigktkjwyszdwwccecnnk] password:" -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-zaxvrqhtwiymigktkjwyszdwwccecnnk ; /usr/bin/python3.9 /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/AnsiballZ_dnf.py'"'"'"'"'"'"'"'"' && sleep 0'"'"''
Escalation succeeded
<192.168.88.25> (1, b'\r\nTraceback (most recent call last):\r\n File "<stdin>", line 12, in <module>\r\n File "<frozen importlib._bootstrap>", line 971, in _find_and_load\r\n File "<frozen importlib._bootstrap>", line 951, in _find_and_load_unlocked\r\n File "<frozen importlib._bootstrap>", line 894, in _find_spec\r\n File "<frozen importlib._bootstrap_external>", line 1157, in find_spec\r\n File "<frozen importlib._bootstrap_external>", line 1131, in _get_spec\r\n File "<frozen importlib._bootstrap_external>", line 1112, in _legacy_get_spec\r\n File "<frozen importlib._bootstrap>", line 441, in spec_from_loader\r\n File "<frozen importlib._bootstrap_external>", line 544, in spec_from_file_location\r\n File "/tmp/ansible_ansible.legacy.dnf_payload_fz1jfqhq/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py", line 5\r\nSyntaxError: future feature annotations is not defined\r\n', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to 192.168.88.25 closed.\r\n")
<192.168.88.25> Failed to connect to the host via ssh: OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022
debug1: Reading configuration data /home/ivan/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug2: resolve_canonicalize: hostname 192.168.88.25 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 719603
debug3: mux_client_request_session: session request sent
debug1: mux_client_request_session: master session id: 2
debug3: mux_client_read_packet: read header failed: Broken pipe
debug2: Received exit status from master 1
Shared connection to 192.168.88.25 closed.
<192.168.88.25> ESTABLISH SSH CONNECTION FOR USER: ivan
<192.168.88.25> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<192.168.88.25> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<192.168.88.25> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ivan")
<192.168.88.25> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<192.168.88.25> SSH: Set ssh_common_args: ()
<192.168.88.25> SSH: Set ssh_extra_args: ()
<192.168.88.25> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d")
<192.168.88.25> SSH: EXEC sshpass -d12 ssh -vvvvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ivan"' -o ConnectTimeout=10 -o 'ControlPath="/home/ivan/.ansible/cp/0a8f79fa3d"' 192.168.88.25 '/bin/sh -c '"'"'rm -f -r /home/ivan/.ansible/tmp/ansible-tmp-1733481438.5947359-719621-265558697296557/ > /dev/null 2>&1 && sleep 0'"'"''
<192.168.88.25> (0, b'', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n")
fatal: [192.168.88.25]: FAILED! => {
"changed": false,
"module_stderr": "OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/ivan/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 192.168.88.25 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ivan/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ivan/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 719603\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to 192.168.88.25 closed.\r\n",
"module_stdout": "\r\nTraceback (most recent call last):\r\n File \"<stdin>\", line 12, in <module>\r\n File \"<frozen importlib._bootstrap>\", line 971, in _find_and_load\r\n File \"<frozen importlib._bootstrap>\", line 951, in _find_and_load_unlocked\r\n File \"<frozen importlib._bootstrap>\", line 894, in _find_spec\r\n File \"<frozen importlib._bootstrap_external>\", line 1157, in find_spec\r\n File \"<frozen importlib._bootstrap_external>\", line 1131, in _get_spec\r\n File \"<frozen importlib._bootstrap_external>\", line 1112, in _legacy_get_spec\r\n File \"<frozen importlib._bootstrap>\", line 441, in spec_from_loader\r\n File \"<frozen importlib._bootstrap_external>\", line 544, in spec_from_file_location\r\n File \"/tmp/ansible_ansible.legacy.dnf_payload_fz1jfqhq/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\", line 5\r\nSyntaxError: future feature annotations is not defined\r\n",
"msg": "MODULE FAILURE\nSee stdout/stderr for the exact error",
"rc": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment