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_no_skip_defaults.yml ******************************************* 1 plays in /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml PLAY [Test we can write global config with default configuration] ************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:2 Saturday 31 August 2024 17:14:59 -0400 (0:00:00.024) 0:00:00.024 ******* ok: [managed_node2] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:20 Saturday 31 August 2024 17:15:00 -0400 (0:00:01.014) 0:00:01.039 ******* included: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node2 TASK [Setup] ******************************************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.039) 0:00:01.078 ******* included: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node2 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.044) 0:00:01.123 ******* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.060) 0:00:01.184 ******* ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 31 August 2024 17:15:01 -0400 (0:00:00.535) 0:00:01.719 ******* ok: [managed_node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 31 August 2024 17:15:01 -0400 (0:00:00.067) 0:00:01.787 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Saturday 31 August 2024 17:15:02 -0400 (0:00:01.031) 0:00:02.819 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 31 August 2024 17:15:02 -0400 (0:00:00.073) 0:00:02.892 ******* skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Saturday 31 August 2024 17:15:02 -0400 (0:00:00.087) 0:00:02.980 ******* ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.4QOWNw", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Saturday 31 August 2024 17:15:03 -0400 (0:00:00.459) 0:00:03.439 ******* 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.4QOWNw/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.4QOWNw/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003371", "end": "2024-08-31 17:15:03.739632", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-08-31 17:15:03.736261" } 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.4QOWNw/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.4QOWNw/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008049", "end": "2024-08-31 17:15:04.150086", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-08-31 17:15:04.142037" } TASK [Run role] **************************************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:23 Saturday 31 August 2024 17:15:04 -0400 (0:00:01.053) 0:00:04.493 ******* 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:04 -0400 (0:00:00.113) 0:00:04.606 ******* included: /tmp/collections-Sgq/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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 31 August 2024 17:15:04 -0400 (0:00:00.052) 0:00:04.658 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 31 August 2024 17:15:04 -0400 (0:00:00.066) 0:00:04.725 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 31 August 2024 17:15:04 -0400 (0:00:00.076) 0:00:04.802 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 31 August 2024 17:15:04 -0400 (0:00:00.062) 0:00:04.864 ******* ok: [managed_node2] => { "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:05 -0400 (0:00:00.518) 0:00:05.382 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 31 August 2024 17:15:05 -0400 (0:00:00.066) 0:00:05.449 ******* 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-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_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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 31 August 2024 17:15:05 -0400 (0:00:00.165) 0:00:05.614 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.660) 0:00:06.275 ******* skipping: [managed_node2] => {} 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:06 -0400 (0:00:00.047) 0:00:06.323 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.057) 0:00:06.380 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.082) 0:00:06.463 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.059) 0:00:06.522 ******* 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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 31 August 2024 17:15:06 -0400 (0:00:00.072) 0:00:06.594 ******* changed: [managed_node2] => { "changed": true, "checksum": "282520c0283be90ddd4cd1c757c9f6054a01b006", "dest": "/tmp/ssh_config_with_defaults", "gid": 0, "group": "root", "md5sum": "9837e2e801e43b05949ffd7bd948d71a", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 339, "src": "/root/.ansible/tmp/ansible-tmp-1725138906.61-11507-205643324139821/source", "state": "file", "uid": 0 } TASK [Download the new configuration file] ************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:32 Saturday 31 August 2024 17:15:08 -0400 (0:00:02.053) 0:00:08.647 ******* ok: [managed_node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpMb2NhbEZvcndhcmQgMjIyMiBsb2NhbGhvc3Q6MjIKSG9zdCAqCiAgRm9yd2FyZFgxMVRydXN0ZWQgeWVzCiAgR1NTQVBJQXV0aGVudGljYXRpb24geWVzCiAgU2VuZEVudiBMQU5HIExDX0NUWVBFIExDX05VTUVSSUMgTENfVElNRSBMQ19DT0xMQVRFIExDX01PTkVUQVJZIExDX01FU1NBR0VTCiAgU2VuZEVudiBMQ19QQVBFUiBMQ19OQU1FIExDX0FERFJFU1MgTENfVEVMRVBIT05FIExDX01FQVNVUkVNRU5UCiAgU2VuZEVudiBMQ19JREVOVElGSUNBVElPTiBMQ19BTEwgTEFOR1VBR0UKICBTZW5kRW52IFhNT0RJRklFUlMK", "encoding": "base64", "source": "/tmp/ssh_config_with_defaults" } TASK [Check if the selected options are in] ************************************ task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:37 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.617) 0:00:09.265 ******* ok: [managed_node2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node2 : ok=17 changed=1 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Saturday 31 August 2024 17:15:09 -0400 (0:00:00.068) 0:00:09.333 ******* =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 2.05s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Backup files ------------------------------------------------------------ 1.05s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Make sure openssh is installed before creating backup ------------------- 1.03s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Gathering Facts --------------------------------------------------------- 1.01s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:2 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.66s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Download the new configuration file ------------------------------------- 0.62s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:32 Check if system is ostree ----------------------------------------------- 0.54s /tmp/collections-Sgq/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.52s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Create a temporary directory for backup files --------------------------- 0.46s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.17s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Run role ---------------------------------------------------------------- 0.11s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:23 Define specific variables ----------------------------------------------- 0.09s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 fedora.linux_system_roles.ssh : Fail if reboot is needed and not set ---- 0.08s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 fedora.linux_system_roles.ssh : Check if system is ostree --------------- 0.08s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Define common variables ------------------------------------------------- 0.07s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.07s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Check if the selected options are in ------------------------------------ 0.07s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_no_skip_defaults.yml:37 Set flag to indicate system is ostree ----------------------------------- 0.07s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.07s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 fedora.linux_system_roles.ssh : Set flag if transactional-update exists --- 0.07s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27