ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-lWS executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-8)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_user_config.yml ************************************************ 1 plays in /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml PLAY [Test a creation of configuration file in the user directory] ************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:2 Sunday 06 July 2025 13:15:08 -0400 (0:00:00.031) 0:00:00.031 *********** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Backup configuration files] ********************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:12 Sunday 06 July 2025 13:15:09 -0400 (0:00:01.229) 0:00:01.261 *********** included: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed-node1 TASK [Setup] ******************************************************************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Sunday 06 July 2025 13:15:09 -0400 (0:00:00.048) 0:00:01.310 *********** included: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed-node1 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Sunday 06 July 2025 13:15:09 -0400 (0:00:00.035) 0:00:01.345 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "'os_family' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Sunday 06 July 2025 13:15:09 -0400 (0:00:00.022) 0:00:01.368 *********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Sunday 06 July 2025 13:15:09 -0400 (0:00:00.469) 0:00:01.837 *********** ok: [managed-node1] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Sunday 06 July 2025 13:15:10 -0400 (0:00:00.022) 0:00:01.859 *********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh-clients TASK [Define common variables] ************************************************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Sunday 06 July 2025 13:15:10 -0400 (0:00:00.929) 0:00:02.789 *********** ok: [managed-node1] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config", "main_ssh_config_name": "ssh_config", "main_ssh_config_path": "/etc/ssh/" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Sunday 06 July 2025 13:15:10 -0400 (0:00:00.024) 0:00:02.814 *********** ok: [managed-node1] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config.d/00-ansible.conf", "main_ssh_config_name": "00-ansible.conf", "main_ssh_config_path": "/etc/ssh/ssh_config.d/" }, "changed": false } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Sunday 06 July 2025 13:15:11 -0400 (0:00:00.043) 0:00:02.857 *********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.47ff5bcz", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Sunday 06 July 2025 13:15:11 -0400 (0:00:00.437) 0:00:03.295 *********** ok: [managed-node1] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config.d/00-ansible.conf; then\n mkdir -p /tmp/ansible.47ff5bcz/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.47ff5bcz/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.007660", "end": "2025-07-06 13:15:11.949103", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2025-07-06 13:15:11.941443" } ok: [managed-node1] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config; then\n mkdir -p /tmp/ansible.47ff5bcz/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.47ff5bcz/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008398", "end": "2025-07-06 13:15:12.308468", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2025-07-06 13:15:12.300070" } TASK [Create a test group (with the same name as user)] ************************ task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:15 Sunday 06 July 2025 13:15:12 -0400 (0:00:00.913) 0:00:04.209 *********** changed: [managed-node1] => { "changed": true, "gid": 1000, "name": "tester123", "state": "present", "system": false } TASK [Create a test user] ****************************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:19 Sunday 06 July 2025 13:15:12 -0400 (0:00:00.472) 0:00:04.681 *********** changed: [managed-node1] => { "changed": true, "comment": "", "create_home": true, "group": 1000, "home": "/home/tester123", "name": "tester123", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Run role] **************************************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:24 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.573) 0:00:05.255 *********** included: fedora.linux_system_roles.ssh for managed-node1 TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.028) 0:00:05.283 *********** included: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.020) 0:00:05.303 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__ssh_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.031) 0:00:05.335 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __ssh_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.017) 0:00:05.352 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __ssh_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.016) 0:00:05.369 *********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.353) 0:00:05.722 *********** ok: [managed-node1] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.022) 0:00:05.744 *********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Sunday 06 July 2025 13:15:13 -0400 (0:00:00.048) 0:00:05.793 *********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh openssh-clients TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Sunday 06 July 2025 13:15:14 -0400 (0:00:00.809) 0:00:06.602 *********** skipping: [managed-node1] => { "false_condition": "__ssh_is_transactional | d(false)" } TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Sunday 06 July 2025 13:15:14 -0400 (0:00:00.032) 0:00:06.635 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__ssh_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Fail if reboot is needed and not set] **** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Sunday 06 July 2025 13:15:14 -0400 (0:00:00.030) 0:00:06.665 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__ssh_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Sunday 06 July 2025 13:15:14 -0400 (0:00:00.029) 0:00:06.695 *********** ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "tester123": [ "x", "1000", "1000", "", "/home/tester123", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Sunday 06 July 2025 13:15:15 -0400 (0:00:00.448) 0:00:07.143 *********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "tester123", "mode": "0700", "owner": "tester123", "path": "/home/tester123/.ssh/", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Sunday 06 July 2025 13:15:15 -0400 (0:00:00.450) 0:00:07.593 *********** changed: [managed-node1] => { "changed": true, "checksum": "2aee69b78136501c3c881776ae15a8d47402c1d4", "dest": "/home/tester123/.ssh/config", "gid": 1000, "group": "tester123", "md5sum": "1fce6f5f713755d2894246762830d135", "mode": "0600", "owner": "tester123", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1751822115.8167577-12419-111472611518076/.source", "state": "file", "uid": 1000 } TASK [Gather information about the user] *************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:36 Sunday 06 July 2025 13:15:16 -0400 (0:00:00.900) 0:00:08.493 *********** ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "tester123": [ "x", "1000", "1000", "", "/home/tester123", "/bin/bash" ] } }, "changed": false } TASK [Download the created configuration file] ********************************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:46 Sunday 06 July 2025 13:15:16 -0400 (0:00:00.348) 0:00:08.842 *********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpHU1NBUElBdXRoZW50aWNhdGlvbiBubwpIb3N0IGV4YW1wbGUKICBIb3N0bmFtZSBleGFtcGxlLmNvbQogIFVzZXIgc29tZWJvZHkK", "encoding": "base64", "source": "/home/tester123/.ssh/config" } TASK [Stat the .ssh dir] ******************************************************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:51 Sunday 06 July 2025 13:15:17 -0400 (0:00:00.421) 0:00:09.263 *********** [WARNING]: Module remote_tmp /home/tester123/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751822115.6940498, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751822116.5840526, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 1000, "gr_name": "tester123", "inode": 184549635, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1751822116.5840526, "nlink": 2, "path": "/home/tester123/.ssh", "pw_name": "tester123", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 20, "uid": 1000, "version": "4222110930", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Verify the ~/.ssh has sensible permissions] ****************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:59 Sunday 06 July 2025 13:15:17 -0400 (0:00:00.430) 0:00:09.694 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Make sure the file is readable by user] ********************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:67 Sunday 06 July 2025 13:15:17 -0400 (0:00:00.020) 0:00:09.715 *********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751822117.3670547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2aee69b78136501c3c881776ae15a8d47402c1d4", "ctime": 1751822116.5870526, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "tester123", "inode": 188744002, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1751822116.2350514, "nlink": 1, "path": "/home/tester123/.ssh/config", "pw_name": "tester123", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 117, "uid": 1000, "version": "1543127610", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Stat the configuration file] ********************************************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:74 Sunday 06 July 2025 13:15:18 -0400 (0:00:00.427) 0:00:10.143 *********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751822117.3670547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2aee69b78136501c3c881776ae15a8d47402c1d4", "ctime": 1751822116.5870526, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "tester123", "inode": 188744002, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1751822116.2350514, "nlink": 1, "path": "/home/tester123/.ssh/config", "pw_name": "tester123", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 117, "uid": 1000, "version": "1543127610", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the options are in the file] ************************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:79 Sunday 06 July 2025 13:15:18 -0400 (0:00:00.361) 0:00:10.505 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the file has sensible permissions] ******************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:90 Sunday 06 July 2025 13:15:18 -0400 (0:00:00.037) 0:00:10.542 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test the effective configuration using ssh] ****************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:98 Sunday 06 July 2025 13:15:18 -0400 (0:00:00.018) 0:00:10.561 *********** ok: [managed-node1] => { "changed": false, "cmd": [ "su", "-c", "ssh -vvv -G example", "tester123" ], "delta": "0:00:00.017697", "end": "2025-07-06 13:15:19.038262", "rc": 0, "start": "2025-07-06 13:15:19.020565" } STDOUT: host example user somebody hostname example.com port 22 addressfamily any batchmode no canonicalizefallbacklocal yes canonicalizehostname false checkhostip no compression no controlmaster false enablesshkeysign no clearallforwardings no exitonforwardfailure no fingerprinthash SHA256 forwardx11 no forwardx11trusted yes gatewayports no gssapiauthentication no gssapikeyexchange no gssapidelegatecredentials no gssapitrustdns no gssapirenewalforcesrekey no gssapikexalgorithms gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512- hashknownhosts no hostbasedauthentication no identitiesonly no kbdinteractiveauthentication yes nohostauthenticationforlocalhost no passwordauthentication yes permitlocalcommand no proxyusefdpass no pubkeyauthentication true requesttty auto sessiontype default stdinnull no forkafterauthentication no streamlocalbindunlink no stricthostkeychecking ask tcpkeepalive yes tunnel false verifyhostkeydns false visualhostkey no updatehostkeys true enableescapecommandline no canonicalizemaxdots 1 connectionattempts 1 forwardx11timeout 1200 numberofpasswordprompts 3 serveralivecountmax 3 serveraliveinterval 0 requiredrsasize 2048 obscurekeystroketiming yes ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr hostkeyalgorithms ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 hostbasedacceptedalgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com kexalgorithms mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,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 casignaturealgorithms ecdsa-sha2-nistp256,sk-ecdsa-sha2-nistp256@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ssh-ed25519@openssh.com,rsa-sha2-256,rsa-sha2-512 loglevel DEBUG3 macs hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 securitykeyprovider internal pubkeyacceptedalgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com xauthlocation /usr/bin/xauth identityfile ~/.ssh/id_rsa identityfile ~/.ssh/id_ecdsa identityfile ~/.ssh/id_ecdsa_sk identityfile ~/.ssh/id_ed25519 identityfile ~/.ssh/id_ed25519_sk identityfile ~/.ssh/id_xmss canonicaldomains none globalknownhostsfile /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2 userknownhostsfile /home/tester123/.ssh/known_hosts /home/tester123/.ssh/known_hosts2 logverbose none channeltimeout none permitremoteopen any addkeystoagent false forwardagent no connecttimeout none tunneldevice any:any canonicalizePermittedcnames none controlpersist no escapechar ~ ipqos af21 cs1 rekeylimit 0 0 streamlocalbindmask 0177 syslogfacility USER STDERR: OpenSSH_9.9p1, OpenSSL 3.5.0 8 Apr 2025 debug1: Reading configuration data /home/tester123/.ssh/config debug1: /home/tester123/.ssh/config line 7: Applying options for example debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/00-ansible.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/00-ansible.conf debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host example.com originally example debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,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] debug1: configuration requests final Match pass debug1: re-parsing configuration debug1: Reading configuration data /home/tester123/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/00-ansible.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/00-ansible.conf debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host example.com originally example debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,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] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/tester123/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/tester123/.ssh/known_hosts2' TASK [Make sure the effective configuration is expected] *********************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:107 Sunday 06 July 2025 13:15:19 -0400 (0:00:00.375) 0:00:10.936 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Download the global configuration files too] ***************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:115 Sunday 06 July 2025 13:15:19 -0400 (0:00:00.036) 0:00:10.973 *********** ok: [managed-node1] => { "changed": false, "content": "IwkkT3BlbkJTRDogc3NoX2NvbmZpZyx2IDEuMzYgMjAyMy8wOC8wMiAyMzowNDozOCBkam0gRXhwICQKCiMgVGhpcyBpcyB0aGUgc3NoIGNsaWVudCBzeXN0ZW0td2lkZSBjb25maWd1cmF0aW9uIGZpbGUuICBTZWUKIyBzc2hfY29uZmlnKDUpIGZvciBtb3JlIGluZm9ybWF0aW9uLiAgVGhpcyBmaWxlIHByb3ZpZGVzIGRlZmF1bHRzIGZvcgojIHVzZXJzLCBhbmQgdGhlIHZhbHVlcyBjYW4gYmUgY2hhbmdlZCBpbiBwZXItdXNlciBjb25maWd1cmF0aW9uIGZpbGVzCiMgb3Igb24gdGhlIGNvbW1hbmQgbGluZS4KCiMgQ29uZmlndXJhdGlvbiBkYXRhIGlzIHBhcnNlZCBhcyBmb2xsb3dzOgojICAxLiBjb21tYW5kIGxpbmUgb3B0aW9ucwojICAyLiB1c2VyLXNwZWNpZmljIGZpbGUKIyAgMy4gc3lzdGVtLXdpZGUgZmlsZQojIEFueSBjb25maWd1cmF0aW9uIHZhbHVlIGlzIG9ubHkgY2hhbmdlZCB0aGUgZmlyc3QgdGltZSBpdCBpcyBzZXQuCiMgVGh1cywgaG9zdC1zcGVjaWZpYyBkZWZpbml0aW9ucyBzaG91bGQgYmUgYXQgdGhlIGJlZ2lubmluZyBvZiB0aGUKIyBjb25maWd1cmF0aW9uIGZpbGUsIGFuZCBkZWZhdWx0cyBhdCB0aGUgZW5kLgoKIyBTaXRlLXdpZGUgZGVmYXVsdHMgZm9yIHNvbWUgY29tbW9ubHkgdXNlZCBvcHRpb25zLiAgRm9yIGEgY29tcHJlaGVuc2l2ZQojIGxpc3Qgb2YgYXZhaWxhYmxlIG9wdGlvbnMsIHRoZWlyIG1lYW5pbmdzIGFuZCBkZWZhdWx0cywgcGxlYXNlIHNlZSB0aGUKIyBzc2hfY29uZmlnKDUpIG1hbiBwYWdlLgoKIyBIb3N0ICoKIyAgIEZvcndhcmRBZ2VudCBubwojICAgRm9yd2FyZFgxMSBubwojICAgUGFzc3dvcmRBdXRoZW50aWNhdGlvbiB5ZXMKIyAgIEhvc3RiYXNlZEF1dGhlbnRpY2F0aW9uIG5vCiMgICBHU1NBUElBdXRoZW50aWNhdGlvbiBubwojICAgR1NTQVBJRGVsZWdhdGVDcmVkZW50aWFscyBubwojICAgR1NTQVBJS2V5RXhjaGFuZ2Ugbm8KIyAgIEdTU0FQSVRydXN0RE5TIG5vCiMgICBCYXRjaE1vZGUgbm8KIyAgIENoZWNrSG9zdElQIG5vCiMgICBBZGRyZXNzRmFtaWx5IGFueQojICAgQ29ubmVjdFRpbWVvdXQgMAojICAgU3RyaWN0SG9zdEtleUNoZWNraW5nIGFzawojICAgSWRlbnRpdHlGaWxlIH4vLnNzaC9pZF9yc2EKIyAgIElkZW50aXR5RmlsZSB+Ly5zc2gvaWRfZHNhCiMgICBJZGVudGl0eUZpbGUgfi8uc3NoL2lkX2VjZHNhCiMgICBJZGVudGl0eUZpbGUgfi8uc3NoL2lkX2VkMjU1MTkKIyAgIFBvcnQgMjIKIyAgIENpcGhlcnMgYWVzMTI4LWN0cixhZXMxOTItY3RyLGFlczI1Ni1jdHIsYWVzMTI4LWNiYywzZGVzLWNiYwojICAgTUFDcyBobWFjLW1kNSxobWFjLXNoYTEsdW1hYy02NEBvcGVuc3NoLmNvbQojICAgRXNjYXBlQ2hhciB+CiMgICBUdW5uZWwgbm8KIyAgIFR1bm5lbERldmljZSBhbnk6YW55CiMgICBQZXJtaXRMb2NhbENvbW1hbmQgbm8KIyAgIFZpc3VhbEhvc3RLZXkgbm8KIyAgIFByb3h5Q29tbWFuZCBzc2ggLXEgLVcgJWg6JXAgZ2F0ZXdheS5leGFtcGxlLmNvbQojICAgUmVrZXlMaW1pdCAxRyAxaAojICAgVXNlcktub3duSG9zdHNGaWxlIH4vLnNzaC9rbm93bl9ob3N0cy5kLyVrCiMKIyBUaGlzIHN5c3RlbSBpcyBmb2xsb3dpbmcgc3lzdGVtLXdpZGUgY3J5cHRvIHBvbGljeS4KIyBUbyBtb2RpZnkgdGhlIGNyeXB0byBwcm9wZXJ0aWVzIChDaXBoZXJzLCBNQUNzLCAuLi4pLCBjcmVhdGUgYSAgKi5jb25mCiMgIGZpbGUgdW5kZXIgIC9ldGMvc3NoL3NzaF9jb25maWcuZC8gIHdoaWNoIHdpbGwgYmUgYXV0b21hdGljYWxseQojIGluY2x1ZGVkIGJlbG93LiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIG1hbnVhbCBwYWdlIGZvcgojICB1cGRhdGUtY3J5cHRvLXBvbGljaWVzKDgpICBhbmQgIHNzaF9jb25maWcoNSkuCkluY2x1ZGUgL2V0Yy9zc2gvc3NoX2NvbmZpZy5kLyouY29uZgo=", "encoding": "base64", "source": "/etc/ssh/ssh_config" } TASK [Verify the options are NOT in the global configuration file] ************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:120 Sunday 06 July 2025 13:15:19 -0400 (0:00:00.335) 0:00:11.309 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:130 Sunday 06 July 2025 13:15:19 -0400 (0:00:00.037) 0:00:11.347 *********** included: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml for managed-node1 TASK [Restore backed up files and remove what was not present] ***************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Sunday 06 July 2025 13:15:19 -0400 (0:00:00.015) 0:00:11.362 *********** ok: [managed-node1] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.47ff5bcz//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.47ff5bcz//etc/ssh/ssh_config.d/00-ansible.conf $(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nelif test -f /etc/ssh/ssh_config.d/00-ansible.conf; then\n rm /etc/ssh/ssh_config.d/00-ansible.conf\nfi\n", "delta": "0:00:00.005941", "end": "2025-07-06 13:15:19.837051", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2025-07-06 13:15:19.831110" } ok: [managed-node1] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.47ff5bcz//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.47ff5bcz//etc/ssh/ssh_config $(dirname /etc/ssh/ssh_config)\nelif test -f /etc/ssh/ssh_config; then\n rm /etc/ssh/ssh_config\nfi\n", "delta": "0:00:00.005809", "end": "2025-07-06 13:15:20.169590", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2025-07-06 13:15:20.163781" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Sunday 06 July 2025 13:15:20 -0400 (0:00:00.704) 0:00:12.067 *********** ok: [managed-node1] => { "changed": false, "path": "/tmp/ansible.47ff5bcz", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=36 changed=4 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Sunday 06 July 2025 13:15:20 -0400 (0:00:00.350) 0:00:12.418 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 1.23s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:2 Make sure openssh is installed before creating backup ------------------- 0.93s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Backup files ------------------------------------------------------------ 0.91s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 fedora.linux_system_roles.ssh : Generate the configuration file --------- 0.90s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.81s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Restore backed up files and remove what was not present ----------------- 0.70s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Create a test user ------------------------------------------------------ 0.57s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:19 Create a test group (with the same name as user) ------------------------ 0.47s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:15 Check if system is ostree ----------------------------------------------- 0.47s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.45s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.45s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Create a temporary directory for backup files --------------------------- 0.44s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Stat the .ssh dir ------------------------------------------------------- 0.43s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:51 Make sure the file is readable by user ---------------------------------- 0.43s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:67 Download the created configuration file --------------------------------- 0.42s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:46 Test the effective configuration using ssh ------------------------------ 0.38s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:98 Stat the configuration file --------------------------------------------- 0.36s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:74 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.35s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Remove temporary directory for backup files ----------------------------- 0.35s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Gather information about the user --------------------------------------- 0.35s /tmp/collections-lWS/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:36