TASK [Setup sshd] ****************************************************************************************
task path: /home/developer/hcloud-ansible/playbook.yaml:60
Loading collection netbox.netbox from /home/developer/.venv/lib/python3.13/site-packages/ansible_collections/netbox/netbox
included: /home/developer/hcloud-ansible/tasks/linux/setup-sshd.yaml for rocky
Running ansible.legacy.dnf
<REDACTED_IPV6_ADDR> ESTABLISH SSH CONNECTION FOR USER: ansible
<REDACTED_IPV6_ADDR> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_PRIVATE_KEY_FILE/private_key_file/ansible_ssh_private_key_file set: (-o)(IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa")
<REDACTED_IPV6_ADDR> SSH: ansible_password/ansible_ssh_password not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ansible")
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<REDACTED_IPV6_ADDR> SSH: Set ssh_common_args: ()
<REDACTED_IPV6_ADDR> SSH: Set ssh_extra_args: ()
<REDACTED_IPV6_ADDR> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/developer/.ansible/cp/596532ba2d")
<REDACTED_IPV6_ADDR> SSH: Restrict number of password prompts in case incorrect password is provided.: (-o)(NumberOfPasswordPrompts=1)
<REDACTED_IPV6_ADDR> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="ansible"' -o ConnectTimeout=10 -o 'ControlPath="/home/developer/.ansible/cp/596532ba2d"' -o NumberOfPasswordPrompts=1 REDACTED_IPV6_ADDR '/bin/sh -c '"'"'echo ~ansible && sleep 0'"'"''
<REDACTED_IPV6_ADDR> (0, b'/home/ansible\n', b'')
<REDACTED_IPV6_ADDR> ESTABLISH SSH CONNECTION FOR USER: ansible
<REDACTED_IPV6_ADDR> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_PRIVATE_KEY_FILE/private_key_file/ansible_ssh_private_key_file set: (-o)(IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa")
<REDACTED_IPV6_ADDR> SSH: ansible_password/ansible_ssh_password not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ansible")
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<REDACTED_IPV6_ADDR> SSH: Set ssh_common_args: ()
<REDACTED_IPV6_ADDR> SSH: Set ssh_extra_args: ()
<REDACTED_IPV6_ADDR> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/developer/.ansible/cp/596532ba2d")
<REDACTED_IPV6_ADDR> SSH: Restrict number of password prompts in case incorrect password is provided.: (-o)(NumberOfPasswordPrompts=1)
<REDACTED_IPV6_ADDR> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="ansible"' -o ConnectTimeout=10 -o 'ControlPath="/home/developer/.ansible/cp/596532ba2d"' -o NumberOfPasswordPrompts=1 REDACTED_IPV6_ADDR '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /home/ansible/.ansible/tmp `"&& mkdir "` echo /home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574 `" && echo ansible-tmp-1776517876.012415-53763-236698332849574="` echo /home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574 `" ) && sleep 0'"'"''
<REDACTED_IPV6_ADDR> (0, b'ansible-tmp-1776517876.012415-53763-236698332849574=/home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574\n', b'')
Using module file /home/developer/.venv/lib/python3.13/site-packages/ansible/modules/dnf.py
<REDACTED_IPV6_ADDR> PUT /home/developer/.ansible/tmp/ansible-local-53613pnx6vz07/tmpuh593e9u TO /home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574/AnsiballZ_dnf.py
<REDACTED_IPV6_ADDR> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_PRIVATE_KEY_FILE/private_key_file/ansible_ssh_private_key_file set: (-o)(IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa")
<REDACTED_IPV6_ADDR> SSH: ansible_password/ansible_ssh_password not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ansible")
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<REDACTED_IPV6_ADDR> SSH: Set ssh_common_args: ()
<REDACTED_IPV6_ADDR> SSH: Set sftp_extra_args: ()
<REDACTED_IPV6_ADDR> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/developer/.ansible/cp/596532ba2d")
<REDACTED_IPV6_ADDR> SSH: Restrict number of password prompts in case incorrect password is provided.: (-o)(NumberOfPasswordPrompts=1)
<REDACTED_IPV6_ADDR> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="ansible"' -o ConnectTimeout=10 -o 'ControlPath="/home/developer/.ansible/cp/596532ba2d"' -o NumberOfPasswordPrompts=1 '[REDACTED_IPV6_ADDR]'
<REDACTED_IPV6_ADDR> (0, b'sftp> put /home/developer/.ansible/tmp/ansible-local-53613pnx6vz07/tmpuh593e9u /home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574/AnsiballZ_dnf.py\n', b'')
<REDACTED_IPV6_ADDR> ESTABLISH SSH CONNECTION FOR USER: ansible
<REDACTED_IPV6_ADDR> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_PRIVATE_KEY_FILE/private_key_file/ansible_ssh_private_key_file set: (-o)(IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa")
<REDACTED_IPV6_ADDR> SSH: ansible_password/ansible_ssh_password not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ansible")
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<REDACTED_IPV6_ADDR> SSH: Set ssh_common_args: ()
<REDACTED_IPV6_ADDR> SSH: Set ssh_extra_args: ()
<REDACTED_IPV6_ADDR> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/developer/.ansible/cp/596532ba2d")
<REDACTED_IPV6_ADDR> SSH: Restrict number of password prompts in case incorrect password is provided.: (-o)(NumberOfPasswordPrompts=1)
<REDACTED_IPV6_ADDR> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="ansible"' -o ConnectTimeout=10 -o 'ControlPath="/home/developer/.ansible/cp/596532ba2d"' -o NumberOfPasswordPrompts=1 REDACTED_IPV6_ADDR '/bin/sh -c '"'"'chmod u+rwx /home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574/ /home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574/AnsiballZ_dnf.py && sleep 0'"'"''
<REDACTED_IPV6_ADDR> (0, b'', b'')
<REDACTED_IPV6_ADDR> ESTABLISH SSH CONNECTION FOR USER: ansible
<REDACTED_IPV6_ADDR> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_PRIVATE_KEY_FILE/private_key_file/ansible_ssh_private_key_file set: (-o)(IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa")
<REDACTED_IPV6_ADDR> SSH: ansible_password/ansible_ssh_password not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="ansible")
<REDACTED_IPV6_ADDR> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<REDACTED_IPV6_ADDR> SSH: Set ssh_common_args: ()
<REDACTED_IPV6_ADDR> SSH: Set ssh_extra_args: ()
<REDACTED_IPV6_ADDR> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/developer/.ansible/cp/596532ba2d")
<REDACTED_IPV6_ADDR> SSH: Restrict number of password prompts in case incorrect password is provided.: (-o)(NumberOfPasswordPrompts=1)
<REDACTED_IPV6_ADDR> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/home/developer/hcloud-ansible/.keys/id_ecdsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="ansible"' -o ConnectTimeout=10 -o 'ControlPath="/home/developer/.ansible/cp/596532ba2d"' -o NumberOfPasswordPrompts=1 -tt REDACTED_IPV6_ADDR '/bin/sh -c '"'"'sudo -H -S -p "[sudo via ansible, key=lrlyechiqcaxioqileqydgcxatodzhmx] password:" -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-lrlyechiqcaxioqileqydgcxatodzhmx ; /usr/bin/python3 /home/ansible/.ansible/tmp/ansible-tmp-1776517876.012415-53763-236698332849574/AnsiballZ_dnf.py'"'"'"'"'"'"'"'"' && sleep 0'"'"''
<REDACTED_IPV6_ADDR> Escalation succeeded
<REDACTED_IPV6_ADDR> SSH: Timeout (12s) waiting for the output
<REDACTED_IPV6_ADDR> SSH: Timeout (12s) waiting for the output
<REDACTED_IPV6_ADDR> SSH: Timeout (12s) waiting for the output