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_custom_with_defaults.yml *************************************** 1 plays in /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml PLAY [Test we can write any other configuration file with system defaults] ***** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:2 Saturday 31 August 2024 17:15:05 -0400 (0:00:00.031) 0:00:00.031 ******* ok: [managed_node1] META: ran handlers TASK [Run role] **************************************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:5 Saturday 31 August 2024 17:15:06 -0400 (0:00:01.116) 0:00:01.148 ******* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.113) 0:00:01.262 ******* included: /tmp/collections-Sgq/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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.093) 0:00:01.355 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.106) 0:00:01.462 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 31 August 2024 17:15:07 -0400 (0:00:00.855) 0:00:02.317 ******* ok: [managed_node1] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 31 August 2024 17:15:07 -0400 (0:00:00.133) 0:00:02.451 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 31 August 2024 17:15:08 -0400 (0:00:00.432) 0:00:02.884 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 31 August 2024 17:15:08 -0400 (0:00:00.064) 0:00:02.948 ******* 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-Sgq/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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 31 August 2024 17:15:08 -0400 (0:00:00.096) 0:00:03.044 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.922) 0:00:03.966 ******* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.121) 0:00:04.088 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.071) 0:00:04.160 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.095) 0:00:04.255 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.132) 0:00:04.388 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.075) 0:00:04.463 ******* changed: [managed_node1] => { "changed": true, "checksum": "483e09dda62a20d97c36351dfec386c473b69bb3", "dest": "/tmp/ssh_config", "gid": 0, "group": "root", "md5sum": "7dc14742e497c9d6fea2b9c758c483ff", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 434, "src": "/root/.ansible/tmp/ansible-tmp-1725138909.79-11675-235051473749994/source", "state": "file", "uid": 0 } TASK [Download the custom configuration file] ********************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:23 Saturday 31 August 2024 17:15:11 -0400 (0:00:01.876) 0:00:06.339 ******* ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpDb21wcmVzc2lvbiB5ZXMKR1NTQVBJQXV0aGVudGljYXRpb24gbm8KTWF0Y2ggdXNlciB0ZXN0dXNlcgogIFBhc3N3b3JkQXV0aGVudGljYXRpb24gbm8KSG9zdCAqLmFiYwogIFB1YmtleUF1dGhlbnRpY2F0aW9uIHllcwpIb3N0ICoKICBGb3J3YXJkWDExVHJ1c3RlZCB5ZXMKICBHU1NBUElBdXRoZW50aWNhdGlvbiB5ZXMKICBTZW5kRW52IExBTkcgTENfQ1RZUEUgTENfTlVNRVJJQyBMQ19USU1FIExDX0NPTExBVEUgTENfTU9ORVRBUlkgTENfTUVTU0FHRVMKICBTZW5kRW52IExDX1BBUEVSIExDX05BTUUgTENfQUREUkVTUyBMQ19URUxFUEhPTkUgTENfTUVBU1VSRU1FTlQKICBTZW5kRW52IExDX0lERU5USUZJQ0FUSU9OIExDX0FMTCBMQU5HVUFHRQogIFNlbmRFbnYgWE1PRElGSUVSUwo=", "encoding": "base64", "source": "/tmp/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:28 Saturday 31 August 2024 17:15:12 -0400 (0:00:00.618) 0:00:06.957 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify EL7 defaults are present] ***************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:34 Saturday 31 August 2024 17:15:12 -0400 (0:00:00.084) 0:00:07.041 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify EL8+ defaults are present] **************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:44 Saturday 31 August 2024 17:15:12 -0400 (0:00:00.082) 0:00:07.124 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=12 changed=1 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Saturday 31 August 2024 17:15:12 -0400 (0:00:00.057) 0:00:07.181 ******* =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.88s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Gathering Facts --------------------------------------------------------- 1.12s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:2 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.92s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 fedora.linux_system_roles.ssh : Check if system is ostree --------------- 0.86s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Download the custom configuration file ---------------------------------- 0.62s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:23 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.43s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 fedora.linux_system_roles.ssh : Set flag to indicate system is ostree --- 0.13s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.13s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes --- 0.12s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Run role ---------------------------------------------------------------- 0.11s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:5 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.11s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.10s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 fedora.linux_system_roles.ssh : Fail if reboot is needed and not set ---- 0.10s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.09s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Verify the options are in the file -------------------------------------- 0.08s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:28 Verify EL7 defaults are present ----------------------------------------- 0.08s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:34 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.08s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 fedora.linux_system_roles.ssh : Reboot transactional update systems ----- 0.07s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 fedora.linux_system_roles.ssh : Set flag if transactional-update exists --- 0.06s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Verify EL8+ defaults are present ---------------------------------------- 0.06s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_with_defaults.yml:44