ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_global_drop_in_role.yml **************************************** 4 plays in /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml PLAY [Test forced creation of the configuration snippet in drop in directory] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:2 Saturday 21 September 2024 17:15:24 -0400 (0:00:00.034) 0:00:00.034 **** ok: [managed_node2] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:10 Saturday 21 September 2024 17:15:25 -0400 (0:00:00.922) 0:00:00.956 **** included: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node2 TASK [Setup] ******************************************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 21 September 2024 17:15:25 -0400 (0:00:00.041) 0:00:00.998 **** included: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node2 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 21 September 2024 17:15:25 -0400 (0:00:00.060) 0:00:01.059 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 21 September 2024 17:15:26 -0400 (0:00:00.094) 0:00:01.154 **** ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 21 September 2024 17:15:26 -0400 (0:00:00.622) 0:00:01.776 **** ok: [managed_node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 21 September 2024 17:15:26 -0400 (0:00:00.065) 0:00:01.841 **** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [ "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: openssh-clients TASK [Define common variables] ************************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Saturday 21 September 2024 17:15:27 -0400 (0:00:00.850) 0:00:02.692 **** ok: [managed_node2] => { "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-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 21 September 2024 17:15:27 -0400 (0:00:00.037) 0:00:02.729 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Saturday 21 September 2024 17:15:27 -0400 (0:00:00.065) 0:00:02.795 **** ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible._CPPoX", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Saturday 21 September 2024 17:15:28 -0400 (0:00:00.560) 0:00:03.356 **** ok: [managed_node2] => (item=/etc/ssh/ssh_config.d/99-last.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config.d/99-last.conf; then\n mkdir -p /tmp/ansible._CPPoX/$(dirname /etc/ssh/ssh_config.d/99-last.conf);\n cp -a /etc/ssh/ssh_config.d/99-last.conf /tmp/ansible._CPPoX/$(dirname /etc/ssh/ssh_config.d/99-last.conf)\nfi\n", "delta": "0:00:00.003178", "end": "2024-09-21 17:15:28.668373", "item": "/etc/ssh/ssh_config.d/99-last.conf", "rc": 0, "start": "2024-09-21 17:15:28.665195" } ok: [managed_node2] => (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._CPPoX/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible._CPPoX/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.007372", "end": "2024-09-21 17:15:28.927053", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-09-21 17:15:28.919681" } META: ran handlers META: ran handlers PLAY [Run role] **************************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:13 Saturday 21 September 2024 17:15:28 -0400 (0:00:00.726) 0:00:04.082 **** ok: [managed_node2] META: ran handlers TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 21 September 2024 17:15:29 -0400 (0:00:00.682) 0:00:04.764 **** included: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed_node2 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 21 September 2024 17:15:29 -0400 (0:00:00.060) 0:00:04.825 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 21 September 2024 17:15:29 -0400 (0:00:00.116) 0:00:04.942 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 21 September 2024 17:15:29 -0400 (0:00:00.120) 0:00:05.062 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 21 September 2024 17:15:30 -0400 (0:00:00.075) 0:00:05.138 **** ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 21 September 2024 17:15:30 -0400 (0:00:00.576) 0:00:05.715 **** ok: [managed_node2] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 21 September 2024 17:15:30 -0400 (0:00:00.050) 0:00:05.765 **** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__ssh_defaults": { "Host": { "Condition": "*", "ForwardX11Trusted": true, "GSSAPIAuthentication": true, "SendEnv": [ "LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES", "LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT", "LC_IDENTIFICATION LC_ALL LANGUAGE", "XMODIFIERS" ] } } }, "ansible_included_var_files": [ "/tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 21 September 2024 17:15:30 -0400 (0:00:00.077) 0:00:05.843 **** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [ "openssh-7.4p1-23.el7_9.x86_64 providing openssh is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: openssh openssh-clients TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 21 September 2024 17:15:31 -0400 (0:00:00.660) 0:00:06.504 **** skipping: [managed_node2] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 21 September 2024 17:15:31 -0400 (0:00:00.132) 0:00:06.637 **** skipping: [managed_node2] => { "changed": 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-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 21 September 2024 17:15:31 -0400 (0:00:00.076) 0:00:06.713 **** skipping: [managed_node2] => { "changed": 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-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 21 September 2024 17:15:31 -0400 (0:00:00.054) 0:00:06.768 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 21 September 2024 17:15:31 -0400 (0:00:00.068) 0:00:06.837 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 21 September 2024 17:15:31 -0400 (0:00:00.067) 0:00:06.904 **** changed: [managed_node2] => { "backup_file": "/etc/ssh/ssh_config.10463.2024-09-21@17:15:33~", "changed": true, "checksum": "e20786f7286d0ff21f13588a711787d3f68b2433", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "md5sum": "735a7199eef2d9347d86c9a15be41f30", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 384, "src": "/root/.ansible/tmp/ansible-tmp-1726953331.93-10751-104106742693997/source", "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Verify drop in file configuration] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:26 Saturday 21 September 2024 17:15:33 -0400 (0:00:01.803) 0:00:08.707 **** ok: [managed_node2] META: ran handlers META: ending play for managed_node2 PLAY [Restore configuration] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:81 Saturday 21 September 2024 17:15:34 -0400 (0:00:00.655) 0:00:09.363 **** ok: [managed_node2] META: ran handlers TASK [Restore configuration files] ********************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:88 Saturday 21 September 2024 17:15:34 -0400 (0:00:00.597) 0:00:09.961 **** included: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml for managed_node2 TASK [Restore backed up files and remove what was not present] ***************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Saturday 21 September 2024 17:15:34 -0400 (0:00:00.040) 0:00:10.002 **** ok: [managed_node2] => (item=/etc/ssh/ssh_config.d/99-last.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible._CPPoX//etc/ssh/ssh_config.d/99-last.conf; then\n cp -a /tmp/ansible._CPPoX//etc/ssh/ssh_config.d/99-last.conf $(dirname /etc/ssh/ssh_config.d/99-last.conf)\nelif test -f /etc/ssh/ssh_config.d/99-last.conf; then\n rm /etc/ssh/ssh_config.d/99-last.conf\nfi\n", "delta": "0:00:00.003178", "end": "2024-09-21 17:15:35.184195", "item": "/etc/ssh/ssh_config.d/99-last.conf", "rc": 0, "start": "2024-09-21 17:15:35.181017" } ok: [managed_node2] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible._CPPoX//etc/ssh/ssh_config; then\n cp -a /tmp/ansible._CPPoX//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.005710", "end": "2024-09-21 17:15:35.587818", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-09-21 17:15:35.582108" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Saturday 21 September 2024 17:15:35 -0400 (0:00:00.737) 0:00:10.739 **** ok: [managed_node2] => { "changed": false, "path": "/tmp/ansible._CPPoX", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node2 : ok=21 changed=1 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Saturday 21 September 2024 17:15:36 -0400 (0:00:00.753) 0:00:11.492 **** =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.80s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Gathering Facts --------------------------------------------------------- 0.92s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:2 Make sure openssh is installed before creating backup ------------------- 0.85s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Remove temporary directory for backup files ----------------------------- 0.75s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Restore backed up files and remove what was not present ----------------- 0.74s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Backup files ------------------------------------------------------------ 0.73s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Gathering Facts --------------------------------------------------------- 0.68s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:13 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.66s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.66s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:26 Check if system is ostree ----------------------------------------------- 0.62s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Gathering Facts --------------------------------------------------------- 0.60s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_drop_in_role.yml:81 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.58s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Create a temporary directory for backup files --------------------------- 0.56s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes --- 0.13s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 fedora.linux_system_roles.ssh : Check if system is ostree --------------- 0.12s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.12s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Ensure facts used by test ----------------------------------------------- 0.09s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.08s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 fedora.linux_system_roles.ssh : Reboot transactional update systems ----- 0.08s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 fedora.linux_system_roles.ssh : Set flag to indicate system is ostree --- 0.08s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15