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_indentation.yml ************************************************ 1 plays in /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml PLAY [Test indentation] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:2 Saturday 21 September 2024 17:15:44 -0400 (0:00:00.044) 0:00:00.044 **** ok: [managed_node1] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:8 Saturday 21 September 2024 17:15:45 -0400 (0:00:01.044) 0:00:01.089 **** included: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node1 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:45 -0400 (0:00:00.042) 0:00:01.131 **** included: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node1 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:45 -0400 (0:00:00.040) 0:00:01.172 **** skipping: [managed_node1] => { "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:45 -0400 (0:00:00.052) 0:00:01.224 **** ok: [managed_node1] => { "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:46 -0400 (0:00:00.507) 0:00:01.731 **** ok: [managed_node1] => { "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:46 -0400 (0:00:00.106) 0:00:01.837 **** ok: [managed_node1] => { "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:47 -0400 (0:00:01.260) 0:00:03.097 **** 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-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 21 September 2024 17:15:47 -0400 (0:00:00.092) 0:00:03.190 **** skipping: [managed_node1] => { "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:47 -0400 (0:00:00.083) 0:00:03.274 **** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.A0ePLr", "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:48 -0400 (0:00:00.563) 0:00:03.837 **** TASK [Run role] **************************************************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:11 Saturday 21 September 2024 17:15:48 -0400 (0:00:00.040) 0:00:03.878 **** 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:48 -0400 (0:00:00.047) 0:00:03.925 **** included: /tmp/collections-Swh/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-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 21 September 2024 17:15:48 -0400 (0:00:00.060) 0:00:03.986 **** skipping: [managed_node1] => { "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:48 -0400 (0:00:00.074) 0:00:04.061 **** skipping: [managed_node1] => { "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:48 -0400 (0:00:00.121) 0:00:04.183 **** skipping: [managed_node1] => { "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:49 -0400 (0:00:00.131) 0:00:04.314 **** ok: [managed_node1] => { "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:49 -0400 (0:00:00.462) 0:00:04.776 **** 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-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 21 September 2024 17:15:49 -0400 (0:00:00.065) 0:00:04.842 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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_node1] => (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:49 -0400 (0:00:00.099) 0:00:04.941 **** ok: [managed_node1] => { "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:50 -0400 (0:00:00.541) 0:00:05.482 **** skipping: [managed_node1] => {} 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:50 -0400 (0:00:00.060) 0:00:05.543 **** skipping: [managed_node1] => { "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:50 -0400 (0:00:00.060) 0:00:05.603 **** skipping: [managed_node1] => { "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:50 -0400 (0:00:00.065) 0:00:05.669 **** skipping: [managed_node1] => { "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:50 -0400 (0:00:00.086) 0:00:05.756 **** skipping: [managed_node1] => { "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:50 -0400 (0:00:00.064) 0:00:05.820 **** changed: [managed_node1] => { "changed": true, "checksum": "ff4d02e67b15b0caa18d676d35f0233e959f9514", "dest": "/tmp/ssh_config", "gid": 0, "group": "root", "md5sum": "fcb3b970ee5283bcf42a3a0dd2fa8119", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 573, "src": "/root/.ansible/tmp/ansible-tmp-1726953350.65-11813-156583944685866/source", "state": "file", "uid": 0 } TASK [Download the global configuration file] ********************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:42 Saturday 21 September 2024 17:15:52 -0400 (0:00:01.497) 0:00:07.318 **** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpGb3J3YXJkWDExIG5vCk1hdGNoIGFsbAogIEdTU0FQSUF1dGhlbnRpY2F0aW9uIHllcwogIFNlbmRFbnYgdGVzdDFfMQogIFNlbmRFbnYgdGVzdDFfMgpNYXRjaCBleGVjIHRydWUKICBVc2VyIG5vYm9keQpIb3N0IGV4YW1wbGUKICBIb3N0bmFtZSBleGFtcGxlLmNvbQogIFNlbmRFbnYgdGVzdDJfMQogIFNlbmRFbnYgdGVzdDJfMgpIb3N0ICoKICBGb3J3YXJkWDExVHJ1c3RlZCB5ZXMKICBHU1NBUElBdXRoZW50aWNhdGlvbiB5ZXMKICBTZW5kRW52IExBTkcgTENfQ1RZUEUgTENfTlVNRVJJQyBMQ19USU1FIExDX0NPTExBVEUgTENfTU9ORVRBUlkgTENfTUVTU0FHRVMKICBTZW5kRW52IExDX1BBUEVSIExDX05BTUUgTENfQUREUkVTUyBMQ19URUxFUEhPTkUgTENfTUVBU1VSRU1FTlQKICBTZW5kRW52IExDX0lERU5USUZJQ0FUSU9OIExDX0FMTCBMQU5HVUFHRQogIFNlbmRFbnYgWE1PRElGSUVSUwpIb3N0IGxvY2FsCiAgSG9zdG5hbWUgbG9jYWwuZXhhbXBsZS5jb20KICBTZW5kRW52IHRlc3QzXzEKICBTZW5kRW52IHRlc3QzXzIK", "encoding": "base64", "source": "/tmp/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:47 Saturday 21 September 2024 17:15:52 -0400 (0:00:00.451) 0:00:07.769 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:68 Saturday 21 September 2024 17:15:52 -0400 (0:00:00.131) 0:00:07.901 **** included: /tmp/collections-Swh/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-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Saturday 21 September 2024 17:15:52 -0400 (0:00:00.039) 0:00:07.940 **** 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:52 -0400 (0:00:00.059) 0:00:08.000 **** ok: [managed_node1] => { "changed": false, "path": "/tmp/ansible.A0ePLr", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=18 changed=1 unreachable=0 failed=0 skipped=12 rescued=0 ignored=0 Saturday 21 September 2024 17:15:53 -0400 (0:00:00.594) 0:00:08.595 **** =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.50s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Make sure openssh is installed before creating backup ------------------- 1.26s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:2 Remove temporary directory for backup files ----------------------------- 0.59s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 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 : Ensure required packages are installed --- 0.54s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Check if system is ostree ----------------------------------------------- 0.51s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.46s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Download the global configuration file ---------------------------------- 0.45s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:42 Verify the options are in the file -------------------------------------- 0.13s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:47 fedora.linux_system_roles.ssh : Set flag to indicate system is ostree --- 0.13s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 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 Set flag to indicate system is ostree ----------------------------------- 0.11s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.10s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Define common variables ------------------------------------------------- 0.09s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.09s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Define specific variables ----------------------------------------------- 0.08s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.07s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 fedora.linux_system_roles.ssh : Fail if reboot is needed and not set ---- 0.07s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 fedora.linux_system_roles.ssh : Set flag if transactional-update exists --- 0.07s /tmp/collections-Swh/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27