# 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-cockpit-use-fedora-lsr-8i53yvfl/.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_port2.yml ******************************************************
1 plays in /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml
PLAY [Test cockpit_* role options] *********************************************
TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:2
Saturday 19 November 2022 17:48:10 +0000 (0:00:00.013) 0:00:00.013 *****
ok: [sut]
META: ran handlers
TASK [Run cockpit role] ********************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:8
Saturday 19 November 2022 17:48:11 +0000 (0:00:01.034) 0:00:01.048 *****
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:1
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.061) 0:00:01.110 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for sut
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.030) 0:00:01.141 *****
ok: [sut]
TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.462) 0:00:01.603 *****
ok: [sut] => (item=/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.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-docker",
"cockpit-ostree",
"cockpit-tests"
],
"__cockpit_packages_full": [
"cockpit-*"
],
"__cockpit_packages_minimal": [
"cockpit-system",
"cockpit-ws"
]
},
"ansible_included_var_files": [
"/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
}
TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.042) 0:00:01.646 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:16
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.025) 0:00:01.671 *****
skipping: [sut] => {
"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: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:20
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.024) 0:00:01.695 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for sut => (item=/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)
TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:1
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.042) 0:00:01.737 *****
ok: [sut] => {
"ansible_facts": {
"cockpit_packages": "minimal"
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
Saturday 19 November 2022 17:48:11 +0000 (0:00:00.038) 0:00:01.776 *****
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Installed: cockpit-bridge-275.1-1.fc35.x86_64",
"Installed: gsettings-desktop-schemas-41.0-1.fc35.x86_64",
"Installed: glib-networking-2.70.1-1.fc35.x86_64",
"Installed: libproxy-0.4.17-3.fc35.x86_64",
"Installed: cockpit-system-275.1-1.fc35.noarch",
"Installed: cockpit-ws-275.1-1.fc35.x86_64",
"Installed: openssl-1:1.1.1q-1.fc35.x86_64",
"Installed: sscg-3.0.2-6.fc35.x86_64",
"Installed: fedora-logos-35.0.0-2.fc35.noarch",
"Installed: adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch",
"Installed: abattis-cantarell-fonts-0.301-5.fc35.noarch"
]
}
TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:26
Saturday 19 November 2022 17:48:32 +0000 (0:00:20.957) 0:00:22.734 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for sut
TASK [Ensure the cockpit service is enabled] ***********************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 19 November 2022 17:48:32 +0000 (0:00:00.030) 0:00:22.765 *****
TASK [fedora.linux_system_roles.firewall : include_tasks] **********************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:1
Saturday 19 November 2022 17:48:32 +0000 (0:00:00.077) 0:00:22.842 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut
TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 19 November 2022 17:48:32 +0000 (0:00:00.034) 0:00:22.877 *****
ok: [sut]
TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7
Saturday 19 November 2022 17:48:33 +0000 (0:00:00.634) 0:00:23.512 *****
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12
Saturday 19 November 2022 17:48:37 +0000 (0:00:04.337) 0:00:27.849 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Install python3-firewall] ***********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18
Saturday 19 November 2022 17:48:37 +0000 (0:00:00.030) 0:00:27.880 *****
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:3
Saturday 19 November 2022 17:48:40 +0000 (0:00:02.984) 0:00:30.864 *****
changed: [sut] => {
"changed": true,
"enabled": true,
"name": "firewalld",
"state": "started",
"status": {
"ActiveEnterTimestamp": "n/a",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestamp": "n/a",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "polkit.service system.slice dbus-broker.service basic.target sysinit.target dbus.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestamp": "n/a",
"AssertTimestampMonotonic": "0",
"Before": "network-pre.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"BusName": "org.fedoraproject.FirewallD1",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "yes",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestamp": "n/a",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target ipset.service ip6tables.service ebtables.service iptables.service nftables.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "firewalld - dynamic firewall daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:firewalld(1)\"",
"DynamicUser": "no",
"EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestamp": "n/a",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestamp": "n/a",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/firewalld.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "firewalld.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestamp": "n/a",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "n/a",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14797",
"LimitNPROCSoft": "14797",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14797",
"LimitSIGPENDINGSoft": "14797",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "firewalld.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target dbus.socket system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "null",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "n/a",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4439",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "enabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "network-pre.target",
"WatchdogSignal": "6",
"WatchdogTimestamp": "n/a",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 19 November 2022 17:48:42 +0000 (0:00:01.433) 0:00:32.298 *****
ok: [sut] => {
"ansible_facts": {
"__firewall_previous_replaced": false,
"__firewall_python_cmd": "/usr/bin/python3"
},
"changed": false
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Saturday 19 November 2022 17:48:42 +0000 (0:00:00.062) 0:00:32.360 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Saturday 19 November 2022 17:48:42 +0000 (0:00:00.045) 0:00:32.405 *****
changed: [sut] => (item={'port': '443/tcp', 'state': 'enabled'}) => {
"__firewall_changed": true,
"ansible_loop_var": "item",
"changed": true,
"item": {
"port": "443/tcp",
"state": "enabled"
}
}
TASK [fedora.linux_system_roles.firewall : gather firewall config information] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77
Saturday 19 November 2022 17:48:44 +0000 (0:00:02.139) 0:00:34.545 *****
skipping: [sut] => (item={'port': '443/tcp', 'state': 'enabled'}) => {
"ansible_loop_var": "item",
"changed": false,
"item": {
"port": "443/tcp",
"state": "enabled"
},
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:87
Saturday 19 November 2022 17:48:44 +0000 (0:00:00.079) 0:00:34.625 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : gather firewall config if no arguments] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:99
Saturday 19 November 2022 17:48:44 +0000 (0:00:00.069) 0:00:34.694 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104
Saturday 19 November 2022 17:48:44 +0000 (0:00:00.054) 0:00:34.749 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114
Saturday 19 November 2022 17:48:44 +0000 (0:00:00.052) 0:00:34.801 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122
Saturday 19 November 2022 17:48:44 +0000 (0:00:00.043) 0:00:34.845 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128
Saturday 19 November 2022 17:48:44 +0000 (0:00:00.042) 0:00:34.888 *****
skipping: [sut] => {}
META: role_complete for sut
TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:29
Saturday 19 November 2022 17:48:44 +0000 (0:00:00.048) 0:00:34.936 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for sut
TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 19 November 2022 17:48:45 +0000 (0:00:00.029) 0:00:34.966 *****
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
redirecting (type: modules) ansible.builtin.sefcontext to community.general.sefcontext
redirecting (type: modules) ansible.builtin.selogin to community.general.selogin
TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 19 November 2022 17:48:45 +0000 (0:00:00.163) 0:00:35.129 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut
TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 19 November 2022 17:48:45 +0000 (0:00:00.044) 0:00:35.173 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 19 November 2022 17:48:45 +0000 (0:00:00.045) 0:00:35.219 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15
Saturday 19 November 2022 17:48:45 +0000 (0:00:00.032) 0:00:35.251 *****
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.selinux : refresh facts] ***********************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:23
Saturday 19 November 2022 17:48:48 +0000 (0:00:02.892) 0:00:38.144 *****
ok: [sut]
TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28
Saturday 19 November 2022 17:48:48 +0000 (0:00:00.722) 0:00:38.866 *****
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Installed: policycoreutils-python-utils-3.3-1.fc35.noarch"
]
}
TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 19 November 2022 17:48:52 +0000 (0:00:04.035) 0:00:42.902 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:12
Saturday 19 November 2022 17:48:52 +0000 (0:00:00.026) 0:00:42.929 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:19
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.025) 0:00:42.955 *****
ok: [sut] => {
"ansible_facts": {
"selinux_reboot_required": false
},
"changed": false
}
TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:23
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.051) 0:00:43.006 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:28
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.025) 0:00:43.032 *****
skipping: [sut] => {}
TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:33
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.024) 0:00:43.056 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.041) 0:00:43.098 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:44
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.043) 0:00:43.141 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.042) 0:00:43.184 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.042) 0:00:43.226 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.041) 0:00:43.268 *****
TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.023) 0:00:43.291 *****
TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:73
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.022) 0:00:43.314 *****
TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:79
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.023) 0:00:43.338 *****
TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 19 November 2022 17:48:53 +0000 (0:00:00.022) 0:00:43.361 *****
changed: [sut] => (item={'ports': 443, 'proto': 'tcp', 'setype': 'websm_port_t', 'state': 'present', 'local': 'true'}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"local": "true",
"ports": 443,
"proto": "tcp",
"setype": "websm_port_t",
"state": "present"
},
"ports": [
"443"
],
"proto": "tcp",
"setype": "websm_port_t",
"state": "present"
}
TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:96
Saturday 19 November 2022 17:48:55 +0000 (0:00:02.143) 0:00:45.504 *****
TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:106
Saturday 19 November 2022 17:48:55 +0000 (0:00:00.024) 0:00:45.529 *****
ok: [sut] => {
"ansible_facts": {
"selinux_installed_modules": {
"abrt": {
"100": "enabled"
},
"accountsd": {
"100": "enabled"
},
"acct": {
"100": "enabled"
},
"afs": {
"100": "enabled"
},
"aiccu": {
"100": "enabled"
},
"aide": {
"100": "enabled"
},
"ajaxterm": {
"100": "enabled"
},
"alsa": {
"100": "enabled"
},
"amanda": {
"100": "enabled"
},
"amtu": {
"100": "enabled"
},
"anaconda": {
"100": "enabled"
},
"antivirus": {
"100": "enabled"
},
"apache": {
"100": "enabled"
},
"apcupsd": {
"100": "enabled"
},
"apm": {
"100": "enabled"
},
"application": {
"100": "enabled"
},
"arpwatch": {
"100": "enabled"
},
"asterisk": {
"100": "enabled"
},
"auditadm": {
"100": "enabled"
},
"authconfig": {
"100": "enabled"
},
"authlogin": {
"100": "enabled"
},
"automount": {
"100": "enabled"
},
"avahi": {
"100": "enabled"
},
"awstats": {
"100": "enabled"
},
"bacula": {
"100": "enabled"
},
"base": {
"100": "enabled"
},
"bcfg2": {
"100": "enabled"
},
"bind": {
"100": "enabled"
},
"bitlbee": {
"100": "enabled"
},
"blkmapd": {
"100": "enabled"
},
"blueman": {
"100": "enabled"
},
"bluetooth": {
"100": "enabled"
},
"boinc": {
"100": "enabled"
},
"boltd": {
"100": "enabled"
},
"bootloader": {
"100": "enabled"
},
"brctl": {
"100": "enabled"
},
"brltty": {
"100": "enabled"
},
"bugzilla": {
"100": "enabled"
},
"bumblebee": {
"100": "enabled"
},
"cachefilesd": {
"100": "enabled"
},
"calamaris": {
"100": "enabled"
},
"callweaver": {
"100": "enabled"
},
"canna": {
"100": "enabled"
},
"ccs": {
"100": "enabled"
},
"cdrecord": {
"100": "enabled"
},
"certmaster": {
"100": "enabled"
},
"certmonger": {
"100": "enabled"
},
"certwatch": {
"100": "enabled"
},
"cfengine": {
"100": "enabled"
},
"cgroup": {
"100": "enabled"
},
"chrome": {
"100": "enabled"
},
"chronyd": {
"100": "enabled"
},
"cinder": {
"100": "enabled"
},
"cipe": {
"100": "enabled"
},
"clock": {
"100": "enabled"
},
"clogd": {
"100": "enabled"
},
"cloudform": {
"100": "enabled"
},
"cmirrord": {
"100": "enabled"
},
"cobbler": {
"100": "enabled"
},
"cockpit": {
"100": "enabled",
"200": "enabled"
},
"collectd": {
"100": "enabled"
},
"colord": {
"100": "enabled"
},
"comsat": {
"100": "enabled"
},
"condor": {
"100": "enabled"
},
"conman": {
"100": "enabled"
},
"conntrackd": {
"100": "enabled"
},
"consolekit": {
"100": "enabled"
},
"couchdb": {
"100": "enabled"
},
"courier": {
"100": "enabled"
},
"cpucontrol": {
"100": "enabled"
},
"cpufreqselector": {
"100": "enabled"
},
"cpuplug": {
"100": "enabled"
},
"cron": {
"100": "enabled"
},
"ctdb": {
"100": "enabled"
},
"cups": {
"100": "enabled"
},
"cvs": {
"100": "enabled"
},
"cyphesis": {
"100": "enabled"
},
"cyrus": {
"100": "enabled"
},
"daemontools": {
"100": "enabled"
},
"dbadm": {
"100": "enabled"
},
"dbskk": {
"100": "enabled"
},
"dbus": {
"100": "enabled"
},
"dcc": {
"100": "enabled"
},
"ddclient": {
"100": "enabled"
},
"denyhosts": {
"100": "enabled"
},
"devicekit": {
"100": "enabled"
},
"dhcp": {
"100": "enabled"
},
"dictd": {
"100": "enabled"
},
"dirsrv": {
"100": "enabled"
},
"dirsrv-admin": {
"100": "enabled"
},
"dmesg": {
"100": "enabled"
},
"dmidecode": {
"100": "enabled"
},
"dnsmasq": {
"100": "enabled"
},
"dnssec": {
"100": "enabled"
},
"dovecot": {
"100": "enabled"
},
"drbd": {
"100": "enabled"
},
"dspam": {
"100": "enabled"
},
"entropyd": {
"100": "enabled"
},
"exim": {
"100": "enabled"
},
"fail2ban": {
"100": "enabled"
},
"fcoe": {
"100": "enabled"
},
"fedoratp": {
"100": "enabled"
},
"fetchmail": {
"100": "enabled"
},
"finger": {
"100": "enabled"
},
"firewalld": {
"100": "enabled"
},
"firewallgui": {
"100": "enabled"
},
"firstboot": {
"100": "enabled"
},
"fprintd": {
"100": "enabled"
},
"freeipmi": {
"100": "enabled"
},
"freqset": {
"100": "enabled"
},
"fstools": {
"100": "enabled"
},
"ftp": {
"100": "enabled"
},
"fwupd": {
"100": "enabled"
},
"games": {
"100": "enabled"
},
"gdomap": {
"100": "enabled"
},
"geoclue": {
"100": "enabled"
},
"getty": {
"100": "enabled"
},
"git": {
"100": "enabled"
},
"gitosis": {
"100": "enabled"
},
"glance": {
"100": "enabled"
},
"glusterd": {
"100": "enabled"
},
"gnome": {
"100": "enabled"
},
"gpg": {
"100": "enabled"
},
"gpm": {
"100": "enabled"
},
"gpsd": {
"100": "enabled"
},
"gssproxy": {
"100": "enabled"
},
"guest": {
"100": "enabled"
},
"hddtemp": {
"100": "enabled"
},
"hostapd": {
"100": "enabled"
},
"hostname": {
"100": "enabled"
},
"hsqldb": {
"100": "enabled"
},
"hwloc": {
"100": "enabled"
},
"hypervkvp": {
"100": "enabled"
},
"ibacm": {
"100": "enabled"
},
"ica": {
"100": "enabled"
},
"icecast": {
"100": "enabled"
},
"inetd": {
"100": "enabled"
},
"init": {
"100": "enabled"
},
"inn": {
"100": "enabled"
},
"iodine": {
"100": "enabled"
},
"iotop": {
"100": "enabled"
},
"ipa": {
"100": "enabled"
},
"ipmievd": {
"100": "enabled"
},
"ipsec": {
"100": "enabled"
},
"iptables": {
"100": "enabled"
},
"irc": {
"100": "enabled"
},
"irqbalance": {
"100": "enabled"
},
"iscsi": {
"100": "enabled"
},
"isns": {
"100": "enabled"
},
"jabber": {
"100": "enabled"
},
"jetty": {
"100": "enabled"
},
"jockey": {
"100": "enabled"
},
"journalctl": {
"100": "enabled"
},
"kdump": {
"100": "enabled"
},
"kdumpgui": {
"100": "enabled"
},
"keepalived": {
"100": "enabled"
},
"kerberos": {
"100": "enabled"
},
"keyboardd": {
"100": "enabled"
},
"keystone": {
"100": "enabled"
},
"kismet": {
"100": "enabled"
},
"kmscon": {
"100": "enabled"
},
"kpatch": {
"100": "enabled"
},
"ksmtuned": {
"100": "enabled"
},
"ktalk": {
"100": "enabled"
},
"l2tp": {
"100": "enabled"
},
"ldap": {
"100": "enabled"
},
"libraries": {
"100": "enabled"
},
"likewise": {
"100": "enabled"
},
"linuxptp": {
"100": "enabled"
},
"lircd": {
"100": "enabled"
},
"livecd": {
"100": "enabled"
},
"lldpad": {
"100": "enabled"
},
"loadkeys": {
"100": "enabled"
},
"locallogin": {
"100": "enabled"
},
"lockdev": {
"100": "enabled"
},
"logadm": {
"100": "enabled"
},
"logging": {
"100": "enabled"
},
"logrotate": {
"100": "enabled"
},
"logwatch": {
"100": "enabled"
},
"lpd": {
"100": "enabled"
},
"lsm": {
"100": "enabled"
},
"lttng-tools": {
"100": "enabled"
},
"lvm": {
"100": "enabled"
},
"mailman": {
"100": "enabled"
},
"mailscanner": {
"100": "enabled"
},
"man2html": {
"100": "enabled"
},
"mandb": {
"100": "enabled"
},
"mcelog": {
"100": "enabled"
},
"mediawiki": {
"100": "enabled"
},
"memcached": {
"100": "enabled"
},
"milter": {
"100": "enabled"
},
"minidlna": {
"100": "enabled"
},
"minissdpd": {
"100": "enabled"
},
"mip6d": {
"100": "enabled"
},
"mirrormanager": {
"100": "enabled"
},
"miscfiles": {
"100": "enabled"
},
"mock": {
"100": "enabled"
},
"modemmanager": {
"100": "enabled"
},
"modutils": {
"100": "enabled"
},
"mojomojo": {
"100": "enabled"
},
"mon_statd": {
"100": "enabled"
},
"mongodb": {
"100": "enabled"
},
"motion": {
"100": "enabled"
},
"mount": {
"100": "enabled"
},
"mozilla": {
"100": "enabled"
},
"mpd": {
"100": "enabled"
},
"mplayer": {
"100": "enabled"
},
"mrtg": {
"100": "enabled"
},
"mta": {
"100": "enabled"
},
"munin": {
"100": "enabled"
},
"mysql": {
"100": "enabled"
},
"mythtv": {
"100": "enabled"
},
"naemon": {
"100": "enabled"
},
"nagios": {
"100": "enabled"
},
"namespace": {
"100": "enabled"
},
"ncftool": {
"100": "enabled"
},
"netlabel": {
"100": "enabled"
},
"netutils": {
"100": "enabled"
},
"networkmanager": {
"100": "enabled"
},
"ninfod": {
"100": "enabled"
},
"nis": {
"100": "enabled"
},
"nova": {
"100": "enabled"
},
"nscd": {
"100": "enabled"
},
"nsd": {
"100": "enabled"
},
"nslcd": {
"100": "enabled"
},
"ntop": {
"100": "enabled"
},
"ntp": {
"100": "enabled"
},
"numad": {
"100": "enabled"
},
"nut": {
"100": "enabled"
},
"nx": {
"100": "enabled"
},
"obex": {
"100": "enabled"
},
"oddjob": {
"100": "enabled"
},
"opafm": {
"100": "enabled"
},
"openct": {
"100": "enabled"
},
"opendnssec": {
"100": "enabled"
},
"openfortivpn": {
"100": "enabled"
},
"openhpid": {
"100": "enabled"
},
"openshift": {
"100": "enabled"
},
"openshift-origin": {
"100": "enabled"
},
"opensm": {
"100": "enabled"
},
"openvpn": {
"100": "enabled"
},
"openvswitch": {
"100": "enabled"
},
"openwsman": {
"100": "enabled"
},
"oracleasm": {
"100": "enabled"
},
"osad": {
"100": "enabled"
},
"pads": {
"100": "enabled"
},
"passenger": {
"100": "enabled"
},
"pcmcia": {
"100": "enabled"
},
"pcp": {
"100": "enabled"
},
"pcscd": {
"100": "enabled"
},
"pdns": {
"100": "enabled"
},
"pegasus": {
"100": "enabled"
},
"permissivedomains": {
"100": "enabled"
},
"pesign": {
"100": "enabled"
},
"pingd": {
"100": "enabled"
},
"piranha": {
"100": "enabled"
},
"pkcs": {
"100": "enabled"
},
"pkcs11proxyd": {
"100": "enabled"
},
"pki": {
"100": "enabled"
},
"plymouthd": {
"100": "enabled"
},
"podsleuth": {
"100": "enabled"
},
"policykit": {
"100": "enabled"
},
"polipo": {
"100": "enabled"
},
"portmap": {
"100": "enabled"
},
"portreserve": {
"100": "enabled"
},
"postfix": {
"100": "enabled"
},
"postgresql": {
"100": "enabled"
},
"postgrey": {
"100": "enabled"
},
"ppp": {
"100": "enabled"
},
"prelink": {
"100": "enabled"
},
"prelude": {
"100": "enabled"
},
"privoxy": {
"100": "enabled"
},
"procmail": {
"100": "enabled"
},
"prosody": {
"100": "enabled"
},
"psad": {
"100": "enabled"
},
"ptchown": {
"100": "enabled"
},
"publicfile": {
"100": "enabled"
},
"pulseaudio": {
"100": "enabled"
},
"puppet": {
"100": "enabled"
},
"pwauth": {
"100": "enabled"
},
"qmail": {
"100": "enabled"
},
"qpid": {
"100": "enabled"
},
"quantum": {
"100": "enabled"
},
"quota": {
"100": "enabled"
},
"rabbitmq": {
"100": "enabled"
},
"radius": {
"100": "enabled"
},
"radvd": {
"100": "enabled"
},
"raid": {
"100": "enabled"
},
"rasdaemon": {
"100": "enabled"
},
"rdisc": {
"100": "enabled"
},
"readahead": {
"100": "enabled"
},
"realmd": {
"100": "enabled"
},
"redis": {
"100": "enabled"
},
"remotelogin": {
"100": "enabled"
},
"restraint": {
"400": "enabled"
},
"rhcs": {
"100": "enabled"
},
"rhev": {
"100": "enabled"
},
"rhgb": {
"100": "enabled"
},
"rhnsd": {
"100": "enabled"
},
"rhsmcertd": {
"100": "enabled"
},
"rhts": {
"400": "enabled"
},
"ricci": {
"100": "enabled"
},
"rkhunter": {
"100": "enabled"
},
"rkt": {
"100": "enabled"
},
"rlogin": {
"100": "enabled"
},
"rngd": {
"100": "enabled"
},
"rolekit": {
"100": "enabled"
},
"roundup": {
"100": "enabled"
},
"rpc": {
"100": "enabled"
},
"rpcbind": {
"100": "enabled"
},
"rpm": {
"100": "enabled"
},
"rrdcached": {
"100": "enabled"
},
"rshd": {
"100": "enabled"
},
"rssh": {
"100": "enabled"
},
"rsync": {
"100": "enabled"
},
"rtas": {
"100": "enabled"
},
"rtkit": {
"100": "enabled"
},
"rwho": {
"100": "enabled"
},
"samba": {
"100": "enabled"
},
"sambagui": {
"100": "enabled"
},
"sandboxX": {
"100": "enabled"
},
"sanlock": {
"100": "enabled"
},
"sasl": {
"100": "enabled"
},
"sbd": {
"100": "enabled"
},
"sblim": {
"100": "enabled"
},
"screen": {
"100": "enabled"
},
"secadm": {
"100": "enabled"
},
"sectoolm": {
"100": "enabled"
},
"selinuxutil": {
"100": "enabled"
},
"sendmail": {
"100": "enabled"
},
"sensord": {
"100": "enabled"
},
"setrans": {
"100": "enabled"
},
"setroubleshoot": {
"100": "enabled"
},
"seunshare": {
"100": "enabled"
},
"sge": {
"100": "enabled"
},
"shorewall": {
"100": "enabled"
},
"slocate": {
"100": "enabled"
},
"slpd": {
"100": "enabled"
},
"smartmon": {
"100": "enabled"
},
"smokeping": {
"100": "enabled"
},
"smoltclient": {
"100": "enabled"
},
"smsd": {
"100": "enabled"
},
"snapper": {
"100": "enabled"
},
"snmp": {
"100": "enabled"
},
"snort": {
"100": "enabled"
},
"sosreport": {
"100": "enabled"
},
"soundserver": {
"100": "enabled"
},
"spamassassin": {
"100": "enabled"
},
"speech-dispatcher": {
"100": "enabled"
},
"squid": {
"100": "enabled"
},
"ssh": {
"100": "enabled"
},
"sslh": {
"100": "enabled"
},
"sssd": {
"100": "enabled"
},
"staff": {
"100": "enabled"
},
"stapserver": {
"100": "enabled"
},
"stratisd": {
"100": "enabled"
},
"stunnel": {
"100": "enabled"
},
"su": {
"100": "enabled"
},
"sudo": {
"100": "enabled"
},
"svnserve": {
"100": "enabled"
},
"swift": {
"100": "enabled"
},
"sysadm": {
"100": "enabled"
},
"sysadm_secadm": {
"100": "enabled"
},
"sysnetwork": {
"100": "enabled"
},
"sysstat": {
"100": "enabled"
},
"systemd": {
"100": "enabled"
},
"tangd": {
"100": "enabled"
},
"targetd": {
"100": "enabled"
},
"tcpd": {
"100": "enabled"
},
"tcsd": {
"100": "enabled"
},
"telepathy": {
"100": "enabled"
},
"telnet": {
"100": "enabled"
},
"tftp": {
"100": "enabled"
},
"tgtd": {
"100": "enabled"
},
"thin": {
"100": "enabled"
},
"thumb": {
"100": "enabled"
},
"timedatex": {
"100": "enabled"
},
"tlp": {
"100": "enabled"
},
"tmpreaper": {
"100": "enabled"
},
"tomcat": {
"100": "enabled"
},
"tor": {
"100": "enabled"
},
"tuned": {
"100": "enabled"
},
"tvtime": {
"100": "enabled"
},
"udev": {
"100": "enabled"
},
"ulogd": {
"100": "enabled"
},
"uml": {
"100": "enabled"
},
"unconfined": {
"100": "enabled"
},
"unconfineduser": {
"100": "enabled"
},
"unlabelednet": {
"100": "enabled"
},
"unprivuser": {
"100": "enabled"
},
"updfstab": {
"100": "enabled"
},
"usbmodules": {
"100": "enabled"
},
"usbmuxd": {
"100": "enabled"
},
"userdomain": {
"100": "enabled"
},
"userhelper": {
"100": "enabled"
},
"usermanage": {
"100": "enabled"
},
"usernetctl": {
"100": "enabled"
},
"uucp": {
"100": "enabled"
},
"uuidd": {
"100": "enabled"
},
"varnishd": {
"100": "enabled"
},
"vdagent": {
"100": "enabled"
},
"vhostmd": {
"100": "enabled"
},
"virt": {
"100": "enabled"
},
"vlock": {
"100": "enabled"
},
"vmtools": {
"100": "enabled"
},
"vmware": {
"100": "enabled"
},
"vnstatd": {
"100": "enabled"
},
"vpn": {
"100": "enabled"
},
"w3c": {
"100": "enabled"
},
"watchdog": {
"100": "enabled"
},
"wdmd": {
"100": "enabled"
},
"webadm": {
"100": "enabled"
},
"webalizer": {
"100": "enabled"
},
"wine": {
"100": "enabled"
},
"wireshark": {
"100": "enabled"
},
"xen": {
"100": "enabled"
},
"xguest": {
"100": "enabled"
},
"xserver": {
"100": "enabled"
},
"zabbix": {
"100": "enabled"
},
"zarafa": {
"100": "enabled"
},
"zebra": {
"100": "enabled"
},
"zoneminder": {
"100": "enabled"
},
"zosremote": {
"100": "enabled"
}
},
"selinux_priorities": true
},
"changed": false
}
TASK [fedora.linux_system_roles.selinux : include_tasks] ***********************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:109
Saturday 19 November 2022 17:48:56 +0000 (0:00:00.454) 0:00:45.983 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for sut
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 19 November 2022 17:48:56 +0000 (0:00:00.065) 0:00:46.049 *****
changed: [sut] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/systemd/system/cockpit.socket.d/",
"secontext": "unconfined_u:object_r:systemd_unit_file_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:41
Saturday 19 November 2022 17:48:56 +0000 (0:00:00.452) 0:00:46.502 *****
NOTIFIED HANDLER fedora.linux_system_roles.cockpit : Reload systemd for sut
NOTIFIED HANDLER fedora.linux_system_roles.cockpit : Restart cockpit for sut
changed: [sut] => {
"changed": true,
"checksum": "164ea3fa544fc046daf315017ad1467da72400af",
"dest": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"gid": 0,
"group": "root",
"md5sum": "704221a49efdb16bf16bc689ef8cbee7",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:cockpit_unit_file_t:s0",
"size": 40,
"src": "/root/.ansible/tmp/ansible-tmp-1668880136.6202676-7110-111872734983215/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:56
Saturday 19 November 2022 17:48:57 +0000 (0:00:01.070) 0:00:47.572 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:65
Saturday 19 November 2022 17:48:57 +0000 (0:00:00.036) 0:00:47.608 *****
changed: [sut] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestamp": "n/a",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestamp": "n/a",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestamp": "n/a",
"AssertTimestampMonotonic": "0",
"Backlog": "4096",
"Before": "cockpit.service shutdown.target cockpit-motd.service sockets.target",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "no",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestamp": "n/a",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "\"man:cockpit-ws(8)\"",
"DropInPaths": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"DynamicUser": "no",
"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 inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorName": "cockpit.socket",
"FinalKillSignal": "9",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestamp": "n/a",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "n/a",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14797",
"LimitNPROCSoft": "14797",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14797",
"LimitSIGPENDINGSoft": "14797",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"Listen": "[::]:443 (Stream)",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"Mark": "-1",
"MaxConnections": "64",
"MaxConnectionsPerSource": "0",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MessageQueueMaxMessages": "0",
"MessageQueueMessageSize": "0",
"MountAPIVFS": "no",
"NAccepted": "0",
"NConnections": "0",
"NRefused": "0",
"NUMAPolicy": "n/a",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PassCredentials": "no",
"PassPacketInfo": "no",
"PassSecurity": "no",
"Perpetual": "no",
"PipeSize": "0",
"Priority": "-1",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveIPC": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "system.slice sysinit.target",
"RestartKillSignal": "15",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"ReusePort": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendBuffer": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"SocketMode": "0666",
"SocketProtocol": "0",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "n/a",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4439",
"TimeoutCleanUSec": "infinity",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Timestamping": "off",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "cockpit-motd.service",
"WatchdogSignal": "6",
"Writable": "no"
}
}
TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.924) 0:00:48.533 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:87
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.035) 0:00:48.568 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Create certificates using the certificate role] **************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:95
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.046) 0:00:48.615 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:101
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.046) 0:00:48.662 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:106
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.051) 0:00:48.714 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:116
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.033) 0:00:48.747 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for sut
TASK [meta] ********************************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:18
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.043) 0:00:48.791 *****
RUNNING HANDLER [fedora.linux_system_roles.cockpit : Reload systemd] ***********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/handlers/main.yml:3
Saturday 19 November 2022 17:48:58 +0000 (0:00:00.000) 0:00:48.791 *****
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
RUNNING HANDLER [fedora.linux_system_roles.cockpit : Restart cockpit] **********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/handlers/main.yml:7
Saturday 19 November 2022 17:48:59 +0000 (0:00:00.752) 0:00:49.544 *****
changed: [sut] => {
"changed": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestamp": "Sat 2022-11-19 17:48:58 UTC",
"ActiveEnterTimestampMonotonic": "923568238",
"ActiveExitTimestamp": "n/a",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "sysinit.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2022-11-19 17:48:58 UTC",
"AssertTimestampMonotonic": "923524232",
"Backlog": "4096",
"Before": "sockets.target shutdown.target cockpit-motd.service cockpit.service",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "28070000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "no",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Sat 2022-11-19 17:48:58 UTC",
"ConditionTimestampMonotonic": "923524227",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/cockpit.socket",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "\"man:cockpit-ws(8)\"",
"DropInPaths": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"DynamicUser": "no",
"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 inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorName": "cockpit.socket",
"FinalKillSignal": "9",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestamp": "n/a",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Sat 2022-11-19 17:48:58 UTC",
"InactiveExitTimestampMonotonic": "923534644",
"InvocationID": "c6d152ec0c474802a8173f366325f85b",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14797",
"LimitNPROCSoft": "14797",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14797",
"LimitSIGPENDINGSoft": "14797",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"Listen": "[::]:443 (Stream)",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"Mark": "-1",
"MaxConnections": "64",
"MaxConnectionsPerSource": "0",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "8192",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MessageQueueMaxMessages": "0",
"MessageQueueMessageSize": "0",
"MountAPIVFS": "no",
"NAccepted": "0",
"NConnections": "0",
"NRefused": "0",
"NUMAPolicy": "n/a",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PassCredentials": "no",
"PassPacketInfo": "no",
"PassSecurity": "no",
"Perpetual": "no",
"PipeSize": "0",
"Priority": "-1",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveIPC": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "system.slice sysinit.target",
"RestartKillSignal": "15",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"ReusePort": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendBuffer": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"SocketMode": "0666",
"SocketProtocol": "0",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Sat 2022-11-19 17:48:58 UTC",
"StateChangeTimestampMonotonic": "923568238",
"StateDirectoryMode": "0755",
"StopWhenUnneeded": "no",
"SubState": "listening",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "0",
"TasksMax": "4439",
"TimeoutCleanUSec": "infinity",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Timestamping": "off",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "sockets.target",
"Wants": "cockpit-motd.service",
"WatchdogSignal": "6",
"Writable": "no"
}
}
META: ran handlers
TASK [test - cockpit works on customized port] *********************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:20
Saturday 19 November 2022 17:49:00 +0000 (0:00:00.557) 0:00:50.102 *****
changed: [sut] => {
"changed": true,
"checksum_dest": null,
"checksum_src": "6c12cac4013e970965a3b5bd462eadfa7690e8c3",
"dest": "/run/out",
"elapsed": 0,
"gid": 0,
"group": "root",
"md5sum": "8afafbe781aac608a2c9fd7e12ee3728",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11327,
"src": "/root/.ansible/tmp/ansible-moduletmp-1668880140.6989787-eabwmzjc/tmpy8y6j9tx",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://localhost"
}
MSG:
OK (unknown bytes)
TASK [test - HTTP response is something sensible] ******************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:26
Saturday 19 November 2022 17:49:01 +0000 (0:00:01.039) 0:00:51.141 *****
changed: [sut] => {
"changed": true,
"cmd": [
"grep",
"id=\"login-user-input\"",
"/run/out"
],
"delta": "0:00:00.005389",
"end": "2022-11-19 17:49:01.560408",
"rc": 0,
"start": "2022-11-19 17:49:01.555019"
}
STDOUT:
TASK [test - cockpit does not listen on port 9090] *****************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:29
Saturday 19 November 2022 17:49:01 +0000 (0:00:00.407) 0:00:51.549 *****
ok: [sut] => {
"changed": false,
"dest": "/run/out",
"elapsed": 0,
"failed_when_result": false,
"gid": 0,
"group": "root",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11327,
"state": "file",
"uid": 0,
"url": "https://localhost:9090"
}
MSG:
Request failed:
TASK [test - ensure cockpit_port is configured for firewall] *******************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:37
Saturday 19 November 2022 17:49:02 +0000 (0:00:00.443) 0:00:51.992 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/check_port.yml for sut
TASK [Check firewall port status when cockpit_manage_firewall is yes] **********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/check_port.yml:11
Saturday 19 November 2022 17:49:02 +0000 (0:00:00.045) 0:00:52.037 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Check firewall port status when cockpit_manage_firewall is yes] **********
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/check_port.yml:19
Saturday 19 November 2022 17:49:02 +0000 (0:00:00.060) 0:00:52.097 *****
ok: [sut] => {
"changed": false,
"cmd": [
"firewall-cmd",
"--list-port"
],
"delta": "0:00:00.320506",
"end": "2022-11-19 17:49:02.728347",
"failed_when_result": false,
"rc": 0,
"start": "2022-11-19 17:49:02.407841"
}
STDOUT:
443/tcp
TASK [Install SELinux tools] ***************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/check_port.yml:30
Saturday 19 November 2022 17:49:02 +0000 (0:00:00.624) 0:00:52.722 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/install_selinux_tools.yml for sut
TASK [Install SELinux python2 tools] *******************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/install_selinux_tools.yml:3
Saturday 19 November 2022 17:49:02 +0000 (0:00:00.069) 0:00:52.792 *****
skipping: [sut] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Install SELinux python3 tools] *******************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/install_selinux_tools.yml:11
Saturday 19 November 2022 17:49:02 +0000 (0:00:00.060) 0:00:52.852 *****
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [Install SELinux tool semanage] *******************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/install_selinux_tools.yml:19
Saturday 19 November 2022 17:49:06 +0000 (0:00:03.103) 0:00:55.956 *****
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [Check associated selinux ports when cockpit_manage_selinux is yes] *******
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/check_port.yml:33
Saturday 19 November 2022 17:49:09 +0000 (0:00:03.404) 0:00:59.361 *****
ok: [sut] => {
"changed": false,
"cmd": "set -euo pipefail\nsemanage port --list | egrep \"websm_port_t *tcp\" | grep \"443\"",
"delta": "0:00:00.440472",
"end": "2022-11-19 17:49:10.105333",
"rc": 0,
"start": "2022-11-19 17:49:09.664861"
}
STDOUT:
websm_port_t tcp 443, 9090
TASK [test - clean up output file] *********************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:40
Saturday 19 November 2022 17:49:10 +0000 (0:00:00.732) 0:01:00.093 *****
changed: [sut] => {
"changed": true,
"path": "/run/out",
"state": "absent"
}
TASK [include_tasks] ***********************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:46
Saturday 19 November 2022 17:49:10 +0000 (0:00:00.267) 0:01:00.361 *****
included: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml for sut
TASK [Cleanup - packages] ******************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:1
Saturday 19 November 2022 17:49:10 +0000 (0:00:00.075) 0:01:00.437 *****
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-bridge-275.1-1.fc35.x86_64",
"Removed: cockpit-system-275.1-1.fc35.noarch",
"Removed: cockpit-ws-275.1-1.fc35.x86_64"
]
}
TASK [Cleanup - find certificates] *********************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:13
Saturday 19 November 2022 17:49:23 +0000 (0:00:13.104) 0:01:13.541 *****
ok: [sut] => {
"changed": false,
"examined": 3,
"files": [
{
"atime": 1668880140.977457,
"ctime": 1668880140.9704573,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 262869,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1668880140.9554577,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1818,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1668880140.7574635,
"ctime": 1668880140.9634576,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 262868,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1668880140.9554577,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 2273,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1668880140.977457,
"ctime": 1668880140.976457,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 262870,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0600",
"mtime": 1668880140.9554577,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1704,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
],
"matched": 3,
"skipped_paths": {}
}
MSG:
All paths examined
TASK [Cleanup - certificates] **************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:23
Saturday 19 November 2022 17:49:24 +0000 (0:00:00.454) 0:01:13.995 *****
changed: [sut] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.cert', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1818, 'inode': 262869, 'dev': 51713, 'nlink': 1, 'atime': 1668880140.977457, 'mtime': 1668880140.9554577, 'ctime': 1668880140.9704573, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1668880140.977457,
"ctime": 1668880140.9704573,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 262869,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1668880140.9554577,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1818,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"state": "absent"
}
changed: [sut] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed-ca.pem', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 2273, 'inode': 262868, 'dev': 51713, 'nlink': 1, 'atime': 1668880140.7574635, 'mtime': 1668880140.9554577, 'ctime': 1668880140.9634576, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1668880140.7574635,
"ctime": 1668880140.9634576,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 262868,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1668880140.9554577,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 2273,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"state": "absent"
}
changed: [sut] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.key', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1704, 'inode': 262870, 'dev': 51713, 'nlink': 1, 'atime': 1668880140.977457, 'mtime': 1668880140.9554577, 'ctime': 1668880140.976457, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1668880140.977457,
"ctime": 1668880140.976457,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 262870,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0600",
"mtime": 1668880140.9554577,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1704,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"state": "absent"
}
TASK [Cleanup - config file] ***************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:32
Saturday 19 November 2022 17:49:24 +0000 (0:00:00.781) 0:01:14.777 *****
ok: [sut] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [Cleanup - port customization] ********************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:40
Saturday 19 November 2022 17:49:25 +0000 (0:00:00.273) 0:01:15.050 *****
changed: [sut] => {
"changed": true,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [Cleanup - Reload systemd] ************************************************
task path: /WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:48
Saturday 19 November 2022 17:49:25 +0000 (0:00:00.271) 0:01:15.322 *****
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
sut : ok=45 changed=15 unreachable=0 failed=0 skipped=37 rescued=0 ignored=0
Saturday 19 November 2022 17:49:26 +0000 (0:00:00.787) 0:01:16.110 *****
===============================================================================
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 20.96s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
Cleanup - packages ----------------------------------------------------- 13.10s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:1 ---
fedora.linux_system_roles.firewall : Install firewalld ------------------ 4.34s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7
fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 4.04s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28
Install SELinux tool semanage ------------------------------------------- 3.40s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/install_selinux_tools.yml:19
Install SELinux python3 tools ------------------------------------------- 3.10s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/install_selinux_tools.yml:11
fedora.linux_system_roles.firewall : Install python3-firewall ----------- 2.98s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18
fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 2.89s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 2.14s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.14s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.43s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:3
fedora.linux_system_roles.cockpit : Create custom port configuration file --- 1.07s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:41
test - cockpit works on customized port --------------------------------- 1.04s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:20 ----
Gathering Facts --------------------------------------------------------- 1.03s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tests_port2.yml:2 -----
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.92s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:65
Cleanup - Reload systemd ------------------------------------------------ 0.79s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:48 --
Cleanup - certificates -------------------------------------------------- 0.78s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/cleanup.yml:23 --
fedora.linux_system_roles.cockpit : Reload systemd ---------------------- 0.75s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/handlers/main.yml:3
Check associated selinux ports when cockpit_manage_selinux is yes ------- 0.73s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/tests/tasks/check_port.yml:33
fedora.linux_system_roles.selinux : refresh facts ----------------------- 0.72s
/WORKDIR/dist-git-cockpit-use-fedora-lsr-8i53yvfl/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:23
---^---^---^---^---^---
# 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.
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: '{{ _cockpit_port }}/tcp' not in
_result.stdout
---^---^---^---^---^---