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_precedence.yml ************************************************* 1 plays in /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml PLAY [Test options precedence when mixing ssh dict and ssh_* variables] ******** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:2 Saturday 17 August 2024 17:15:21 -0400 (0:00:00.045) 0:00:00.045 ******* ok: [managed_node2] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:11 Saturday 17 August 2024 17:15:22 -0400 (0:00:01.033) 0:00:01.079 ******* included: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node2 TASK [Setup] ******************************************************************* task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 17 August 2024 17:15:22 -0400 (0:00:00.057) 0:00:01.136 ******* included: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node2 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 17 August 2024 17:15:22 -0400 (0:00:00.078) 0:00:01.214 ******* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 17 August 2024 17:15:22 -0400 (0:00:00.078) 0:00:01.293 ******* ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 17 August 2024 17:15:23 -0400 (0:00:00.659) 0:00:01.952 ******* ok: [managed_node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 17 August 2024 17:15:23 -0400 (0:00:00.105) 0:00:02.058 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Saturday 17 August 2024 17:15:24 -0400 (0:00:01.287) 0:00:03.346 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 17 August 2024 17:15:24 -0400 (0:00:00.035) 0:00:03.381 ******* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Saturday 17 August 2024 17:15:24 -0400 (0:00:00.196) 0:00:03.578 ******* ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.sTGBjy", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Saturday 17 August 2024 17:15:25 -0400 (0:00:00.648) 0:00:04.226 ******* ok: [managed_node2] => (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.sTGBjy/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.sTGBjy/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003490", "end": "2024-08-17 17:15:26.174750", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-08-17 17:15:26.171260" } 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.sTGBjy/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.sTGBjy/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008084", "end": "2024-08-17 17:15:26.774756", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-08-17 17:15:26.766672" } TASK [Run role] **************************************************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:14 Saturday 17 August 2024 17:15:26 -0400 (0:00:01.272) 0:00:05.499 ******* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.193) 0:00:05.693 ******* included: /tmp/collections-DhL/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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.091) 0:00:05.785 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.078) 0:00:05.863 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.072) 0:00:05.936 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.058) 0:00:05.994 ******* ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.331) 0:00:06.325 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.081) 0:00:06.408 ******* 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-DhL/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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 17 August 2024 17:15:27 -0400 (0:00:00.150) 0:00:06.558 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 17 August 2024 17:15:28 -0400 (0:00:00.694) 0:00:07.253 ******* skipping: [managed_node2] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 17 August 2024 17:15:28 -0400 (0:00:00.078) 0:00:07.332 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 17 August 2024 17:15:28 -0400 (0:00:00.074) 0:00:07.406 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 17 August 2024 17:15:28 -0400 (0:00:00.077) 0:00:07.484 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 17 August 2024 17:15:28 -0400 (0:00:00.074) 0:00:07.558 ******* 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-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 17 August 2024 17:15:29 -0400 (0:00:00.057) 0:00:07.616 ******* changed: [managed_node2] => { "backup_file": "/etc/ssh/ssh_config.13292.2024-08-17@17:15:30~", "changed": true, "checksum": "8755c340ac32e92a775c7edee1c3ac79db150161", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "md5sum": "aa3d1824f2eb8fef1483611bc89b2e66", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 343, "src": "/root/.ansible/tmp/ansible-tmp-1723929329.1-13666-58196569342477/source", "state": "file", "uid": 0 } TASK [Download the global configuration file] ********************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:27 Saturday 17 August 2024 17:15:30 -0400 (0:00:01.586) 0:00:09.203 ******* ok: [managed_node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpQb3J0IDIyMgpTdHJpY3RIb3N0S2V5Q2hlY2tpbmcgeWVzCkhvc3QgKgogIEZvcndhcmRYMTFUcnVzdGVkIHllcwogIEdTU0FQSUF1dGhlbnRpY2F0aW9uIHllcwogIFNlbmRFbnYgTEFORyBMQ19DVFlQRSBMQ19OVU1FUklDIExDX1RJTUUgTENfQ09MTEFURSBMQ19NT05FVEFSWSBMQ19NRVNTQUdFUwogIFNlbmRFbnYgTENfUEFQRVIgTENfTkFNRSBMQ19BRERSRVNTIExDX1RFTEVQSE9ORSBMQ19NRUFTVVJFTUVOVAogIFNlbmRFbnYgTENfSURFTlRJRklDQVRJT04gTENfQUxMIExBTkdVQUdFCiAgU2VuZEVudiBYTU9ESUZJRVJTCg==", "encoding": "base64", "source": "/etc/ssh/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:32 Saturday 17 August 2024 17:15:30 -0400 (0:00:00.374) 0:00:09.577 ******* ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:40 Saturday 17 August 2024 17:15:31 -0400 (0:00:00.055) 0:00:09.632 ******* included: /tmp/collections-DhL/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-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Saturday 17 August 2024 17:15:31 -0400 (0:00:00.026) 0:00:09.658 ******* ok: [managed_node2] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.sTGBjy//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.sTGBjy//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.003588", "end": "2024-08-17 17:15:31.314512", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-08-17 17:15:31.310924" } ok: [managed_node2] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.sTGBjy//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.sTGBjy//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.005857", "end": "2024-08-17 17:15:31.577342", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-08-17 17:15:31.571485" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Saturday 17 August 2024 17:15:31 -0400 (0:00:00.570) 0:00:10.229 ******* ok: [managed_node2] => { "changed": false, "path": "/tmp/ansible.sTGBjy", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node2 : ok=20 changed=1 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Saturday 17 August 2024 17:15:32 -0400 (0:00:00.439) 0:00:10.669 ******* =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.59s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Make sure openssh is installed before creating backup ------------------- 1.29s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Backup files ------------------------------------------------------------ 1.27s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Gathering Facts --------------------------------------------------------- 1.03s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:2 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.69s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Check if system is ostree ----------------------------------------------- 0.66s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Create a temporary directory for backup files --------------------------- 0.65s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Restore backed up files and remove what was not present ----------------- 0.57s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Remove temporary directory for backup files ----------------------------- 0.44s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Download the global configuration file ---------------------------------- 0.37s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:27 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.33s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Define specific variables ----------------------------------------------- 0.20s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Run role ---------------------------------------------------------------- 0.19s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:14 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.15s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Set flag to indicate system is ostree ----------------------------------- 0.11s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.09s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 fedora.linux_system_roles.ssh : Set flag if transactional-update exists --- 0.08s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes --- 0.08s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Ensure facts used by test ----------------------------------------------- 0.08s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.08s /tmp/collections-DhL/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2