# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.13.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.13/lib/python3.8/site-packages/ansible ansible collection location = /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection executable location = /opt/ansible-2.13/bin/ansible-playbook python version = 3.8.13 (default, Jun 24 2022, 15:27:57) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_custom_config.yml ********************************************** 1 plays in /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml PLAY [Test we can write any other configuration file] ************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:2 Sunday 29 January 2023 02:26:54 +0000 (0:00:00.205) 0:00:00.205 ******** ok: [sut] META: ran handlers TASK [Run role] **************************************************************** task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:5 Sunday 29 January 2023 02:27:11 +0000 (0:00:16.431) 0:00:16.636 ******** TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Sunday 29 January 2023 02:27:13 +0000 (0:00:02.307) 0:00:18.944 ******** included: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Sunday 29 January 2023 02:27:15 +0000 (0:00:01.618) 0:00:20.562 ******** ok: [sut] TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Sunday 29 January 2023 02:27:19 +0000 (0:00:04.611) 0:00:25.191 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_8.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Sunday 29 January 2023 02:27:23 +0000 (0:00:04.111) 0:00:29.303 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 Sunday 29 January 2023 02:27:36 +0000 (0:00:12.410) 0:00:41.714 ******** skipping: [sut] => { "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: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Sunday 29 January 2023 02:27:37 +0000 (0:00:01.598) 0:00:43.312 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Sunday 29 January 2023 02:27:40 +0000 (0:00:02.501) 0:00:45.814 ******** changed: [sut] => { "changed": true, "checksum": "134a8461ceac8f2d22205f68566daf5b8eb5cb1b", "dest": "/tmp/ssh_config", "gid": 0, "group": "root", "md5sum": "2f19240ad6e71480c76da5718e2aa100", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 62, "src": "/root/.ansible/tmp/ansible-tmp-1674959262.9263031-2182-127446555309690/source", "state": "file", "uid": 0 } META: role_complete for sut TASK [Download the custom configuration file] ********************************** task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:17 Sunday 29 January 2023 02:28:14 +0000 (0:00:34.294) 0:01:20.108 ******** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCkNvbXByZXNzaW9uIHllcwpHU1NBUElBdXRoZW50aWNhdGlvbiBubwo=", "encoding": "base64", "source": "/tmp/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:22 Sunday 29 January 2023 02:28:23 +0000 (0:00:09.316) 0:01:29.425 ******** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=8 changed=1 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Sunday 29 January 2023 02:28:27 +0000 (0:00:03.336) 0:01:32.762 ******** =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file -------- 34.29s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Gathering Facts -------------------------------------------------------- 16.43s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:2 ------ fedora.linux_system_roles.ssh : Ensure required packages are installed -- 12.41s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Download the custom configuration file ---------------------------------- 9.32s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:17 ----- fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 4.63s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 4.11s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Verify the options are in the file -------------------------------------- 3.34s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:22 ----- fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 2.50s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Run role ---------------------------------------------------------------- 2.31s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_custom_config.yml:5 ------ fedora.linux_system_roles.ssh : Set platform/version specific variables --- 1.62s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 1.60s /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---