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_default.yml **************************************************** 3 plays in /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_default.yml PLAY [Backup configuration files] ********************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_default.yml:2 Friday 20 September 2024 21:57:40 -0400 (0:00:00.046) 0:00:00.046 ****** ok: [managed_node1] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_default.yml:9 Friday 20 September 2024 21:57:41 -0400 (0:00:00.842) 0:00:00.889 ****** included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node1 TASK [Setup] ******************************************************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Friday 20 September 2024 21:57:41 -0400 (0:00:00.027) 0:00:00.916 ****** included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node1 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Friday 20 September 2024 21:57:41 -0400 (0:00:00.028) 0:00:00.944 ****** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Friday 20 September 2024 21:57:41 -0400 (0:00:00.038) 0:00:00.983 ****** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Friday 20 September 2024 21:57:42 -0400 (0:00:00.447) 0:00:01.430 ****** ok: [managed_node1] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Friday 20 September 2024 21:57:42 -0400 (0:00:00.066) 0:00:01.497 ****** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } TASK [Define common variables] ************************************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Friday 20 September 2024 21:57:43 -0400 (0:00:00.891) 0:00:02.388 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Friday 20 September 2024 21:57:43 -0400 (0:00:00.030) 0:00:02.418 ****** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Friday 20 September 2024 21:57:43 -0400 (0:00:00.054) 0:00:02.473 ****** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.rlORfM", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Friday 20 September 2024 21:57:43 -0400 (0:00:00.381) 0:00:02.855 ****** ok: [managed_node1] => (item=/etc/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh_config.d/00-ansible.conf; then\n mkdir -p /tmp/ansible.rlORfM/$(dirname /etc/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh_config.d/00-ansible.conf /tmp/ansible.rlORfM/$(dirname /etc/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003271", "end": "2024-09-20 21:57:44.165554", "item": "/etc/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-09-20 21:57:44.162283" } ok: [managed_node1] => (item=/etc/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh_config; then\n mkdir -p /tmp/ansible.rlORfM/$(dirname /etc/ssh_config);\n cp -a /etc/ssh_config /tmp/ansible.rlORfM/$(dirname /etc/ssh_config)\nfi\n", "delta": "0:00:00.003208", "end": "2024-09-20 21:57:44.504874", "item": "/etc/ssh_config", "rc": 0, "start": "2024-09-20 21:57:44.501666" } META: ran handlers META: ran handlers PLAY [Ensure that the role runs with default parameters] *********************** META: ran handlers TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Friday 20 September 2024 21:57:44 -0400 (0:00:00.820) 0:00:03.675 ****** included: /tmp/collections-eSl/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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Friday 20 September 2024 21:57:44 -0400 (0:00:00.051) 0:00:03.727 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Friday 20 September 2024 21:57:44 -0400 (0:00:00.081) 0:00:03.809 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Friday 20 September 2024 21:57:44 -0400 (0:00:00.120) 0:00:03.930 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Friday 20 September 2024 21:57:44 -0400 (0:00:00.098) 0:00:04.028 ****** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Friday 20 September 2024 21:57:45 -0400 (0:00:00.534) 0:00:04.563 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Friday 20 September 2024 21:57:45 -0400 (0:00:00.073) 0:00:04.637 ****** 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-eSl/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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Friday 20 September 2024 21:57:45 -0400 (0:00:00.198) 0:00:04.835 ****** 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" ] } TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Friday 20 September 2024 21:57:46 -0400 (0:00:00.700) 0:00:05.536 ****** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Friday 20 September 2024 21:57:46 -0400 (0:00:00.085) 0:00:05.621 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Friday 20 September 2024 21:57:46 -0400 (0:00:00.089) 0:00:05.711 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Friday 20 September 2024 21:57:46 -0400 (0:00:00.074) 0:00:05.785 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Friday 20 September 2024 21:57:46 -0400 (0:00:00.061) 0:00:05.847 ****** 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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Friday 20 September 2024 21:57:46 -0400 (0:00:00.061) 0:00:05.909 ****** ok: [managed_node1] => { "changed": false, "checksum": "3fcf53b13f73c417fcf66a49a43f079dff5182e9", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 308, "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Restore configuration files] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_default.yml:18 Friday 20 September 2024 21:57:48 -0400 (0:00:01.690) 0:00:07.600 ****** ok: [managed_node1] META: ran handlers TASK [Restore configuration files] ********************************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_default.yml:25 Friday 20 September 2024 21:57:49 -0400 (0:00:00.621) 0:00:08.222 ****** included: /tmp/collections-eSl/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-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Friday 20 September 2024 21:57:49 -0400 (0:00:00.065) 0:00:08.287 ****** ok: [managed_node1] => (item=/etc/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.rlORfM//etc/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.rlORfM//etc/ssh_config.d/00-ansible.conf $(dirname /etc/ssh_config.d/00-ansible.conf)\nelif test -f /etc/ssh_config.d/00-ansible.conf; then\n rm /etc/ssh_config.d/00-ansible.conf\nfi\n", "delta": "0:00:00.003200", "end": "2024-09-20 21:57:49.545885", "item": "/etc/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-09-20 21:57:49.542685" } ok: [managed_node1] => (item=/etc/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.rlORfM//etc/ssh_config; then\n cp -a /tmp/ansible.rlORfM//etc/ssh_config $(dirname /etc/ssh_config)\nelif test -f /etc/ssh_config; then\n rm /etc/ssh_config\nfi\n", "delta": "0:00:00.003279", "end": "2024-09-20 21:57:49.919370", "item": "/etc/ssh_config", "rc": 0, "start": "2024-09-20 21:57:49.916091" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Friday 20 September 2024 21:57:50 -0400 (0:00:00.806) 0:00:09.094 ****** ok: [managed_node1] => { "changed": false, "path": "/tmp/ansible.rlORfM", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=19 changed=0 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Friday 20 September 2024 21:57:50 -0400 (0:00:00.464) 0:00:09.558 ****** =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.69s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Make sure openssh is installed before creating backup ------------------- 0.89s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Gathering Facts --------------------------------------------------------- 0.84s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_default.yml:2 Backup files ------------------------------------------------------------ 0.82s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Restore backed up files and remove what was not present ----------------- 0.81s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.70s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.62s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_default.yml:18 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.53s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Remove temporary directory for backup files ----------------------------- 0.46s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Check if system is ostree ----------------------------------------------- 0.45s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Create a temporary directory for backup files --------------------------- 0.38s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.20s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 fedora.linux_system_roles.ssh : Check if system is ostree --------------- 0.12s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 fedora.linux_system_roles.ssh : Set flag to indicate system is ostree --- 0.10s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 fedora.linux_system_roles.ssh : Reboot transactional update systems ----- 0.09s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes --- 0.09s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.08s /tmp/collections-eSl/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-eSl/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-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Set flag to indicate system is ostree ----------------------------------- 0.07s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15