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_certificate_runafter.yml *************************************** 1 plays in /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml PLAY [Test certificate issuance with run_after shell script] ******************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 Saturday 27 July 2024 08:44:20 -0400 (0:00:00.025) 0:00:00.025 ********* ok: [managed_node1] META: ran handlers TASK [Install cockpit] ********************************************************* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:9 Saturday 27 July 2024 08:44:21 -0400 (0:00:00.905) 0:00:00.931 ********* TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 Saturday 27 July 2024 08:44:21 -0400 (0:00:00.061) 0:00:00.992 ********* included: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Saturday 27 July 2024 08:44:21 -0400 (0:00:00.035) 0:00:01.028 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] *********** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Saturday 27 July 2024 08:44:21 -0400 (0:00:00.048) 0:00:01.077 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.427) 0:00:01.504 ********* ok: [managed_node1] => { "ansible_facts": { "__cockpit_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.096) 0:00:01.601 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.319) 0:00:01.920 ********* ok: [managed_node1] => { "ansible_facts": { "__cockpit_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ****** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.050) 0:00:01.970 ********* ok: [managed_node1] => (item=/tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml) => { "ansible_facts": { "__cockpit_packages": { "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}", "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}", "minimal": "{{ __cockpit_packages_minimal }}" }, "__cockpit_packages_default": [ "cockpit", "cockpit-networkmanager", "cockpit-packagekit", "cockpit-selinux", "cockpit-storaged" ], "__cockpit_packages_exclude": [ "cockpit-machines-ovirt", "cockpit-tests" ], "__cockpit_packages_full": [ "cockpit-composer", "cockpit-dashboard", "cockpit-doc", "cockpit-docker", "cockpit-machines", "cockpit-pcp", "cockpit-shell" ], "__cockpit_packages_minimal": [ "cockpit-system", "cockpit-ws" ] }, "ansible_included_var_files": [ "/tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml" } TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] ******* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.058) 0:00:02.029 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************ task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.044) 0:00:02.073 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.044) 0:00:02.118 ********* included: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml for managed_node1 TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:2 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.063) 0:00:02.181 ********* ok: [managed_node1] => { "ansible_facts": { "cockpit_packages": "minimal" }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:7 Saturday 27 July 2024 08:44:22 -0400 (0:00:00.049) 0:00:02.231 ********* changed: [managed_node1] => { "changed": true, "changes": { "installed": [ "cockpit-system", "cockpit-ws" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit-system.noarch 0:195.12-1.el7.centos will be installed\n--> Processing Dependency: cockpit-bridge >= 195.12-1.el7.centos for package: cockpit-system-195.12-1.el7.centos.noarch\n---> Package cockpit-ws.x86_64 0:195.12-1.el7.centos will be installed\n--> Running transaction check\n---> Package cockpit-bridge.x86_64 0:195.12-1.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n cockpit-system noarch 195.12-1.el7.centos extras 1.7 M\n cockpit-ws x86_64 195.12-1.el7.centos extras 808 k\nInstalling for dependencies:\n cockpit-bridge x86_64 195.12-1.el7.centos extras 555 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+1 Dependent package)\n\nTotal download size: 3.0 M\nInstalled size: 4.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 10 MB/s | 3.0 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : cockpit-bridge-195.12-1.el7.centos.x86_64 1/3 \n Installing : cockpit-system-195.12-1.el7.centos.noarch 2/3 \n Installing : cockpit-ws-195.12-1.el7.centos.x86_64 3/3 \n Verifying : cockpit-ws-195.12-1.el7.centos.x86_64 1/3 \n Verifying : cockpit-system-195.12-1.el7.centos.noarch 2/3 \n Verifying : cockpit-bridge-195.12-1.el7.centos.x86_64 3/3 \n\nInstalled:\n cockpit-system.noarch 0:195.12-1.el7.centos \n cockpit-ws.x86_64 0:195.12-1.el7.centos \n\nDependency Installed:\n cockpit-bridge.x86_64 0:195.12-1.el7.centos \n\nComplete!\n" ] } lsrpackages: cockpit-system cockpit-ws TASK [fedora.linux_system_roles.cockpit : Configure firewall] ****************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32 Saturday 27 July 2024 08:44:27 -0400 (0:00:04.632) 0:00:06.863 ********* included: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed_node1 TASK [Ensure the cockpit service is enabled] *********************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3 Saturday 27 July 2024 08:44:27 -0400 (0:00:00.032) 0:00:06.896 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Configure selinux] ******************* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35 Saturday 27 July 2024 08:44:27 -0400 (0:00:00.044) 0:00:06.941 ********* included: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed_node1 TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3 Saturday 27 July 2024 08:44:27 -0400 (0:00:00.032) 0:00:06.973 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38 Saturday 27 July 2024 08:44:27 -0400 (0:00:00.046) 0:00:07.019 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47 Saturday 27 July 2024 08:44:27 -0400 (0:00:00.046) 0:00:07.066 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 Saturday 27 July 2024 08:44:27 -0400 (0:00:00.044) 0:00:07.110 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/listen.conf", "state": "absent" } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 Saturday 27 July 2024 08:44:28 -0400 (0:00:00.455) 0:00:07.566 ********* changed: [managed_node1] => { "changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "status": { "Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "sockets.target cockpit-motd.service cockpit.service shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Cockpit Web Service Socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "man:cockpit-ws(8)", "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf /usr/share/cockpit/motd/inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "cockpit.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:9090", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "sysinit.target system.slice", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "cockpit.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "Wants": "cockpit-motd.service" } } TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77 Saturday 27 July 2024 08:44:28 -0400 (0:00:00.787) 0:00:08.354 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.044) 0:00:08.399 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.044) 0:00:08.443 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.044) 0:00:08.488 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.045) 0:00:08.534 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.044) 0:00:08.579 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Allow certmonger to write into Cockpit's certificate directory] ********** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:20 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.044) 0:00:08.623 ********* changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cockpit/ws-certs.d/", "secontext": "system_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Get name of cockpit group to use] **************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:28 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.302) 0:00:08.926 ********* included: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed_node1 TASK [Get name of cockpit group for tests] ************************************* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3 Saturday 27 July 2024 08:44:29 -0400 (0:00:00.035) 0:00:08.961 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "cockpit-wsinstance": null } }, "changed": false } MSG: One or more supplied key could not be found in the database. TASK [Set __cockpit_test_group] ************************************************ task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:9 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.418) 0:00:09.380 ********* ok: [managed_node1] => { "ansible_facts": { "__cockpit_test_group": "cockpit-ws" }, "changed": false } TASK [Generate certificate with certificate system role] *********************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:32 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.047) 0:00:09.428 ********* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.106) 0:00:09.535 ********* included: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.034) 0:00:09.569 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.049) 0:00:09.619 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.320) 0:00:09.939 ********* ok: [managed_node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.051) 0:00:09.990 ********* 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": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/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.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 27 July 2024 08:44:30 -0400 (0:00:00.084) 0:00:10.075 ********* changed: [managed_node1] => { "changed": true, "changes": { "installed": [ "python-pyasn1", "python-cryptography" ] }, "rc": 0, "results": [ "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-enum34 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n--> Running transaction check\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n--> Running transaction check\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n--> Running transaction check\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\nInstalling for dependencies:\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-enum34 noarch 1.0.4-1.el7 base 52 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+5 Dependent packages)\n\nTotal download size: 1.2 M\nInstalled size: 6.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.0 MB/s | 1.2 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python2-pyasn1-0.1.9-7.el7.noarch 1/7 \n Installing : python-enum34-1.0.4-1.el7.noarch 2/7 \n Installing : python-ply-3.4-11.el7.noarch 3/7 \n Installing : python-pycparser-2.14-1.el7.noarch 4/7 \n Installing : python-cffi-1.6.0-5.el7.x86_64 5/7 \n Installing : python-idna-2.4-1.el7.noarch 6/7 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \n Verifying : python-idna-2.4-1.el7.noarch 1/7 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/7 \n Verifying : python-ply-3.4-11.el7.noarch 3/7 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/7 \n Verifying : python-enum34-1.0.4-1.el7.noarch 5/7 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 6/7 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \n\nInstalled:\n python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n python-cffi.x86_64 0:1.6.0-5.el7 python-enum34.noarch 0:1.0.4-1.el7 \n python-idna.noarch 0:2.4-1.el7 python-ply.noarch 0:3.4-11.el7 \n python-pycparser.noarch 0:2.14-1.el7 \n\nComplete!\n" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 27 July 2024 08:44:35 -0400 (0:00:04.669) 0:00:14.745 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "changes": { "installed": [ "certmonger" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: psmisc for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Running transaction check\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package psmisc.x86_64 0:22.20-17.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\nInstalling for dependencies:\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n psmisc x86_64 22.20-17.el7 base 141 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+5 Dependent packages)\n\nTotal download size: 984 k\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.7 MB/s | 984 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 1/6 \n Installing : libtalloc-2.1.16-1.el7.x86_64 2/6 \n Installing : libtevent-0.9.39-1.el7.x86_64 3/6 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 4/6 \n Installing : psmisc-22.20-17.el7.x86_64 5/6 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 6/6 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 1/6 \n Verifying : libtevent-0.9.39-1.el7.x86_64 2/6 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 3/6 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 4/6 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 5/6 \n Verifying : psmisc-22.20-17.el7.x86_64 6/6 \n\nInstalled:\n certmonger.x86_64 0:0.78.4-17.el7_9 \n\nDependency Installed:\n libtalloc.x86_64 0:2.1.16-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n psmisc.x86_64 0:22.20-17.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n\nComplete!\n" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 27 July 2024 08:44:38 -0400 (0:00:03.400) 0:00:18.145 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 27 July 2024 08:44:39 -0400 (0:00:00.346) 0:00:18.492 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 27 July 2024 08:44:39 -0400 (0:00:00.362) 0:00:18.855 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target syslog.target network.target dbus.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 27 July 2024 08:44:40 -0400 (0:00:00.570) 0:00:19.425 ********* changed: [managed_node1] => (item={u'ca': u'local', u'group': u'cockpit-ws', u'name': u'monger-cockpit', u'dns': [u'localhost', u'www.example.com'], u'run_after': u'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-ws", "name": "monger-cockpit", "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n" } } MSG: Certificate requested (new). Pre/Post run hooks updated. File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 27 July 2024 08:44:40 -0400 (0:00:00.834) 0:00:20.260 ********* skipping: [managed_node1] => (item=[u'cert', {u'ca': u'local', u'group': u'cockpit-ws', u'name': u'monger-cockpit', u'dns': [u'localhost', u'www.example.com'], u'run_after': u'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-ws", "name": "monger-cockpit", "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=[u'key', {u'ca': u'local', u'group': u'cockpit-ws', u'name': u'monger-cockpit', u'dns': [u'localhost', u'www.example.com'], u'run_after': u'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-ws", "name": "monger-cockpit", "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=[u'ca', {u'ca': u'local', u'group': u'cockpit-ws', u'name': u'monger-cockpit', u'dns': [u'localhost', u'www.example.com'], u'run_after': u'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-ws", "name": "monger-cockpit", "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 27 July 2024 08:44:40 -0400 (0:00:00.067) 0:00:20.327 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 27 July 2024 08:44:41 -0400 (0:00:00.044) 0:00:20.372 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 27 July 2024 08:44:41 -0400 (0:00:00.046) 0:00:20.418 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Restart cockpit to use the new certificates] ***************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:57 Saturday 27 July 2024 08:44:41 -0400 (0:00:00.046) 0:00:20.465 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get PEM of certmonger's local CA] **************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:64 Saturday 27 July 2024 08:44:41 -0400 (0:00:00.044) 0:00:20.510 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "openssl", "pkcs12", "-in", "/var/lib/certmonger/local/creds", "-out", "/var/lib/certmonger/local/ca.pem", "-nokeys", "-nodes", "-passin", "pass:" ], "delta": "0:00:00.006408", "end": "2024-07-27 08:44:41.519623", "rc": 0, "start": "2024-07-27 08:44:41.513215" } STDERR: MAC verified OK TASK [Test - cockpit works with TLS and expected certificate] ****************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:72 Saturday 27 July 2024 08:44:41 -0400 (0:00:00.427) 0:00:20.937 ********* [WARNING]: Consider using the get_url or uri module rather than running 'curl'. If you need to use command because get_url or uri is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed_node1] => { "changed": false, "cmd": [ "curl", "--cacert", "/var/lib/certmonger/local/ca.pem", "https://localhost:9090" ], "delta": "0:00:00.221656", "end": "2024-07-27 08:44:42.033653", "rc": 0, "start": "2024-07-27 08:44:41.811997" } STDOUT: Loading...

STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39034 0 39034 0 0 179k 0 --:--:-- --:--:-- --:--:-- 179k TASK [Test - get certmonger tracking status] *********************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:82 Saturday 27 July 2024 08:44:42 -0400 (0:00:00.543) 0:00:21.481 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "getcert", "list", "--tracking-only", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.039800", "end": "2024-07-27 08:44:42.418514", "rc": 0, "start": "2024-07-27 08:44:42.378714" } STDOUT: Number of certificates and requests being tracked: 1. Request ID '20240727124440': status: MONITORING stuck: no key pair storage: type=FILE,location='/etc/pki/tls/private/monger-cockpit.key' certificate: type=FILE,location='/etc/pki/tls/certs/monger-cockpit.crt' CA: local issuer: CN=a0a79689-dbce44b2-a1585093-637ffe5f,CN=Local Signing Authority subject: CN=localhost expires: 2025-07-27 12:44:40 UTC dns: localhost,www.example.com key usage: digitalSignature,keyEncipherment eku: id-kp-serverAuth,id-kp-clientAuth pre-save command: post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh track: yes auto-renew: yes TASK [Test - ensure certificate generation succeeded] ************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:89 Saturday 27 July 2024 08:44:42 -0400 (0:00:00.357) 0:00:21.838 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Test - clean up tracked certificate] ************************************* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:93 Saturday 27 July 2024 08:44:42 -0400 (0:00:00.048) 0:00:21.886 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.030871", "end": "2024-07-27 08:44:42.815771", "rc": 0, "start": "2024-07-27 08:44:42.784900" } STDOUT: Request "20240727124440" removed. TASK [Test - clean up generated certificate] *********************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:100 Saturday 27 July 2024 08:44:42 -0400 (0:00:00.346) 0:00:22.233 ********* changed: [managed_node1] => { "changed": true, "path": "/etc/pki/tls/certs/monger-cockpit.crt", "state": "absent" } TASK [Test - clean up generated private key] *********************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:105 Saturday 27 July 2024 08:44:43 -0400 (0:00:00.314) 0:00:22.547 ********* changed: [managed_node1] => { "changed": true, "path": "/etc/pki/tls/private/monger-cockpit.key", "state": "absent" } TASK [Test - clean up copied certificate] ************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:110 Saturday 27 July 2024 08:44:43 -0400 (0:00:00.319) 0:00:22.866 ********* changed: [managed_node1] => { "changed": true, "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert", "state": "absent" } TASK [Test - generic cleanup] ************************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:115 Saturday 27 July 2024 08:44:43 -0400 (0:00:00.293) 0:00:23.160 ********* included: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed_node1 TASK [Cleanup - packages] ****************************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 Saturday 27 July 2024 08:44:43 -0400 (0:00:00.035) 0:00:23.195 ********* changed: [managed_node1] => { "changed": true, "changes": { "removed": [ "cockpit-bridge", "cockpit-ws" ] }, "rc": 0, "results": [ "cockpit-doc is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit-bridge.x86_64 0:195.12-1.el7.centos will be erased\n--> Processing Dependency: cockpit-bridge >= 195.12-1.el7.centos for package: cockpit-system-195.12-1.el7.centos.noarch\n---> Package cockpit-ws.x86_64 0:195.12-1.el7.centos will be erased\n--> Running transaction check\n---> Package cockpit-system.noarch 0:195.12-1.el7.centos will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n cockpit-bridge x86_64 195.12-1.el7.centos @extras 868 k\n cockpit-ws x86_64 195.12-1.el7.centos @extras 1.6 M\nRemoving for dependencies:\n cockpit-system noarch 195.12-1.el7.centos @extras 1.7 M\n\nTransaction Summary\n================================================================================\nRemove 2 Packages (+1 Dependent package)\n\nInstalled size: 4.1 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : cockpit-system-195.12-1.el7.centos.noarch 1/3 \n Erasing : cockpit-bridge-195.12-1.el7.centos.x86_64 2/3 \n Erasing : cockpit-ws-195.12-1.el7.centos.x86_64 3/3 \n Verifying : cockpit-ws-195.12-1.el7.centos.x86_64 1/3 \n Verifying : cockpit-system-195.12-1.el7.centos.noarch 2/3 \n Verifying : cockpit-bridge-195.12-1.el7.centos.x86_64 3/3 \n\nRemoved:\n cockpit-bridge.x86_64 0:195.12-1.el7.centos \n cockpit-ws.x86_64 0:195.12-1.el7.centos \n\nDependency Removed:\n cockpit-system.noarch 0:195.12-1.el7.centos \n\nComplete!\n" ] } TASK [Cleanup - services] ****************************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15 Saturday 27 July 2024 08:44:45 -0400 (0:00:01.938) 0:00:25.134 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Cleanup - find certificates] ********************************************* task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 Saturday 27 July 2024 08:44:45 -0400 (0:00:00.045) 0:00:25.179 ********* ok: [managed_node1] => { "changed": false, "examined": 0, "files": [], "matched": 0 } MSG: /etc/cockpit/ws-certs.d/ was skipped as it does not seem to be a valid directory or it cannot be accessed TASK [Cleanup - certificates] ************************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35 Saturday 27 July 2024 08:44:46 -0400 (0:00:00.435) 0:00:25.614 ********* TASK [Cleanup - config file] *************************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44 Saturday 27 July 2024 08:44:46 -0400 (0:00:00.043) 0:00:25.658 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [Cleanup - port customization] ******************************************** task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52 Saturday 27 July 2024 08:44:46 -0400 (0:00:00.294) 0:00:25.952 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [Cleanup - Reload systemd] ************************************************ task path: /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 Saturday 27 July 2024 08:44:46 -0400 (0:00:00.290) 0:00:26.243 ********* ok: [managed_node1] => { "changed": false, "name": null, "status": {} } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=42 changed=14 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0 Saturday 27 July 2024 08:44:47 -0400 (0:00:00.423) 0:00:26.666 ********* =============================================================================== fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 4.67s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 4.63s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:7 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.40s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Cleanup - packages ------------------------------------------------------ 1.94s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 Gathering Facts --------------------------------------------------------- 0.91s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.83s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.79s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.57s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Test - cockpit works with TLS and expected certificate ------------------ 0.54s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:72 fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.46s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 Cleanup - find certificates --------------------------------------------- 0.44s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.43s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Get PEM of certmonger's local CA ---------------------------------------- 0.43s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:64 Cleanup - Reload systemd ------------------------------------------------ 0.42s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 Get name of cockpit group for tests ------------------------------------- 0.42s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.36s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Test - get certmonger tracking status ----------------------------------- 0.36s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:82 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.35s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Test - clean up tracked certificate ------------------------------------- 0.35s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:93 fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.32s /tmp/tmp.ej1x8hjKL3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10