# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file 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_relp.yml ******************************************************* 1 plays in /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml PLAY [Test the server/client configuration using tls relp] ********************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:2 Saturday 30 December 2023 09:41:33 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [Set firewall and selinux to true] **************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:23 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.745) 0:00:00.757 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": true, "logging_manage_selinux": true }, "changed": false } TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:28 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.007) 0:00:00.765 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.026) 0:00:00.791 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.020) 0:00:00.811 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "files_output", "type": "files" }, { "name": "forwards_output", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.020) 0:00:00.831 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" }, { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" }, { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server1", "pki_authmode": "name", "port": 20514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.022) 0:00:00.854 ***** skipping: [sut] => (item={'name': 'files_output', 'type': 'files'}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "files_output", "type": "files" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'forwards_output', 'type': 'forwards', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "forwards_output", "target": "host.domain", "tcp_port": 1514, "type": "forwards" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.029) 0:00:00.883 ***** skipping: [sut] => (item={'name': 'flows', 'inputs': ['system_input', 'relp_server0', 'relp_server1'], 'outputs': ['files_output', 'forwards_output']}) => { "ansible_loop_var": "item", "changed": false, "item": { "inputs": [ "system_input", "relp_server0", "relp_server1" ], "name": "flows", "outputs": [ "files_output", "forwards_output" ] }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.026) 0:00:00.910 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.040) 0:00:00.950 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.019) 0:00:00.970 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.019) 0:00:00.989 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.019) 0:00:01.008 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.018) 0:00:01.027 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 20514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.023) 0:00:01.050 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.024) 0:00:01.074 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 20514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.024) 0:00:01.099 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.024) 0:00:01.123 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.024) 0:00:01.147 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.024) 0:00:01.172 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 20514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.024) 0:00:01.196 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.025) 0:00:01.221 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 20514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.026) 0:00:01.248 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.026) 0:00:01.274 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.025) 0:00:01.300 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.028) 0:00:01.328 ***** ok: [sut] => { "ansible_facts": { "logging_firewall_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.021) 0:00:01.350 ***** ok: [sut] => (item=6514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "6514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "6514/tcp" } ok: [sut] => (item=20514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "6514/tcp", "state": "enabled" }, { "port": "20514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "20514/tcp" } TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.039) 0:00:01.389 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.015) 0:00:01.405 ***** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.051) 0:00:01.456 ***** included: /WORKDIR/git-weekly-cihy514jo5/.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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.029) 0:00:01.486 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 30 December 2023 09:41:34 +0000 (0:00:00.021) 0:00:01.507 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 30 December 2023 09:41:35 +0000 (0:00:00.189) 0:00:01.697 ***** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 30 December 2023 09:41:35 +0000 (0:00:00.023) 0:00:01.721 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 30 December 2023 09:41:36 +0000 (0:00:00.939) 0:00:02.660 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 30 December 2023 09:41:36 +0000 (0:00:00.022) 0:00:02.682 ***** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 30 December 2023 09:41:36 +0000 (0:00:00.043) 0:00:02.726 ***** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "iptables.service shutdown.target ipset.service ebtables.service ip6tables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "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": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "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": "null", "StandardInput": "null", "StandardOutput": "null", "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": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 30 December 2023 09:41:36 +0000 (0:00:00.412) 0:00:03.139 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "ip6tables.service shutdown.target ebtables.service ipset.service iptables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "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": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "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": "null", "StandardInput": "null", "StandardOutput": "null", "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": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 30 December 2023 09:41:37 +0000 (0:00:01.328) 0:00:04.467 ***** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 30 December 2023 09:41:37 +0000 (0:00:00.025) 0:00:04.492 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 30 December 2023 09:41:37 +0000 (0:00:00.020) 0:00:04.513 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 30 December 2023 09:41:37 +0000 (0:00:00.020) 0:00:04.533 ***** changed: [sut] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "6514/tcp", "state": "enabled" } } changed: [sut] => (item={'port': '20514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "20514/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 30 December 2023 09:41:39 +0000 (0:00:01.952) 0:00:06.486 ***** skipping: [sut] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "6514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'port': '20514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "20514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 30 December 2023 09:41:39 +0000 (0:00:00.037) 0:00:06.523 ***** 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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 30 December 2023 09:41:39 +0000 (0:00:00.025) 0:00:06.548 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 30 December 2023 09:41:39 +0000 (0:00:00.022) 0:00:06.571 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 30 December 2023 09:41:39 +0000 (0:00:00.022) 0:00:06.593 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 30 December 2023 09:41:39 +0000 (0:00:00.021) 0:00:06.615 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 30 December 2023 09:41:39 +0000 (0:00:00.022) 0:00:06.637 ***** skipping: [sut] => {} TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.020) 0:00:06.658 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.031) 0:00:06.690 ***** ok: [sut] => { "ansible_facts": { "logging_selinux_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.022) 0:00:06.713 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.016) 0:00:06.729 ***** ok: [sut] => (item=6514) => { "ansible_facts": { "logging_selinux_ports": [ { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": 6514 } ok: [sut] => (item=20514) => { "ansible_facts": { "logging_selinux_ports": [ { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, { "local": "true", "ports": 20514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": 20514 } TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.036) 0:00:06.766 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.015) 0:00:06.782 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.015) 0:00:06.797 ***** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.040) 0:00:06.837 ***** included: /WORKDIR/git-weekly-cihy514jo5/.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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.029) 0:00:06.867 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.021) 0:00:06.889 ***** included: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.027) 0:00:06.916 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.136) 0:00:07.053 ***** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.039) 0:00:07.092 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.444) 0:00:07.537 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.022) 0:00:07.560 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.021) 0:00:07.582 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Saturday 30 December 2023 09:41:40 +0000 (0:00:00.021) 0:00:07.603 ***** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.373) 0:00:07.976 ***** 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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.022) 0:00:07.999 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.021) 0:00:08.021 ***** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.024) 0:00:08.045 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.021) 0:00:08.067 ***** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.023) 0:00:08.090 ***** 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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.023) 0:00:08.113 ***** 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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.021) 0:00:08.135 ***** 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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.021) 0:00:08.156 ***** 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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.020) 0:00:08.176 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.021) 0:00:08.198 ***** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.016) 0:00:08.215 ***** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 30 December 2023 09:41:41 +0000 (0:00:00.016) 0:00:08.232 ***** changed: [sut] => (item={'ports': 6514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "6514" ], "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } changed: [sut] => (item={'ports': 20514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": 20514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "20514" ], "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 30 December 2023 09:41:49 +0000 (0:00:08.400) 0:00:16.632 ***** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 30 December 2023 09:41:50 +0000 (0:00:00.017) 0:00:16.650 ***** ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 30 December 2023 09:41:53 +0000 (0:00:03.226) 0:00:19.877 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.028) 0:00:19.905 ***** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.022) 0:00:19.928 ***** TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.022) 0:00:19.950 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.042) 0:00:19.992 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.061) 0:00:20.054 ***** included: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.040) 0:00:20.094 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.030) 0:00:20.124 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.140) 0:00:20.265 ***** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.029) 0:00:20.295 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 30 December 2023 09:41:53 +0000 (0:00:00.058) 0:00:20.353 ***** changed: [sut] => { "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\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\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---> 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-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-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 (+4 Dependent packages)\n\nTotal download size: 1.1 M\nInstalled size: 5.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.6 MB/s | 1.1 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/6 \n Installing : python-ply-3.4-11.el7.noarch 2/6 \n Installing : python-pycparser-2.14-1.el7.noarch 3/6 \n Installing : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Installing : python-idna-2.4-1.el7.noarch 5/6 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \n Verifying : python-idna-2.4-1.el7.noarch 1/6 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/6 \n Verifying : python-ply-3.4-11.el7.noarch 3/6 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 5/6 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \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-idna.noarch 0:2.4-1.el7 \n python-ply.noarch 0:3.4-11.el7 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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 30 December 2023 09:42:00 +0000 (0:00:06.936) 0:00:27.289 ***** changed: [sut] => (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\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\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 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 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 (+4 Dependent packages)\n\nTotal download size: 843 k\nInstalled size: 3.3 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.0 MB/s | 843 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtalloc-2.1.16-1.el7.x86_64 1/5 \n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 2/5 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 3/5 \n Installing : libtevent-0.9.39-1.el7.x86_64 4/5 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 5/5 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 1/5 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 2/5 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 3/5 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 4/5 \n Verifying : libtevent-0.9.39-1.el7.x86_64 5/5 \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 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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 30 December 2023 09:42:04 +0000 (0:00:03.533) 0:00:30.823 ***** changed: [sut] => (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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 30 December 2023 09:42:04 +0000 (0:00:00.232) 0:00:31.055 ***** changed: [sut] => (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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 30 December 2023 09:42:04 +0000 (0:00:00.162) 0:00:31.217 ***** changed: [sut] => (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": "basic.target network.target syslog.target system.slice systemd-journald.socket dbus.service", "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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 30 December 2023 09:42:04 +0000 (0:00:00.334) 0:00:31.552 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.765) 0:00:32.317 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.036) 0:00:32.354 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.026) 0:00:32.380 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.025) 0:00:32.406 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.026) 0:00:32.432 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.026) 0:00:32.459 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.027) 0:00:32.486 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.025) 0:00:32.512 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.026) 0:00:32.539 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.028) 0:00:32.567 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.027) 0:00:32.595 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:4 Saturday 30 December 2023 09:42:05 +0000 (0:00:00.043) 0:00:32.639 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:4 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.044) 0:00:32.683 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:13 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.019) 0:00:32.702 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:18 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.126) 0:00:32.829 ***** ok: [sut] => { "ansible_facts": { "__logging_is_ostree": false }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:22 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.017) 0:00:32.847 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics_rhel7.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:34 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.037) 0:00:32.884 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:7 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.043) 0:00:32.928 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:15 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.087) 0:00:33.016 ***** skipping: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "item": "iproute", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "item": "rsyslog", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:22 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.018) 0:00:33.035 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:34 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.014) 0:00:33.049 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:48 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.342) 0:00:33.392 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:52 Saturday 30 December 2023 09:42:06 +0000 (0:00:00.013) 0:00:33.406 ***** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "PyYAML": [ { "arch": "x86_64", "epoch": null, "name": "PyYAML", "release": "11.el7", "source": "rpm", "version": "3.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "aic94xx-firmware": [ { "arch": "noarch", "epoch": null, "name": "aic94xx-firmware", "release": "6.el7", "source": "rpm", "version": "30" } ], "alsa-firmware": [ { "arch": "noarch", "epoch": null, "name": "alsa-firmware", "release": "2.el7", "source": "rpm", "version": "1.0.28" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.el7", "source": "rpm", "version": "1.1.8" } ], "alsa-tools-firmware": [ { "arch": "x86_64", "epoch": null, "name": "alsa-tools-firmware", "release": "1.el7", "source": "rpm", "version": "1.1.0" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.el7", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs-python": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs-python", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "authconfig": [ { "arch": "x86_64", "epoch": null, "name": "authconfig", "release": "30.el7", "source": "rpm", "version": "6.2.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el7", "source": "rpm", "version": "0.6.31" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.el7.centos", "source": "rpm", "version": "10.0" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "35.el7_9", "source": "rpm", "version": "4.2.46" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "13.el7", "source": "rpm", "version": "1.06.95" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el7bkr", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el7bkr", "source": "rpm", "version": "1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "26.P2.el7_9.15", "source": "rpm", "version": "9.11.4" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "44.base.el7_9.1", "source": "rpm", "version": "2.27" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el7", "source": "rpm", "version": "0.7.3" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.el7", "source": "rpm", "version": "4.9.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.el7", "source": "rpm", "version": "1.0.6" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "72.el7_9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-logos": [ { "arch": "noarch", "epoch": null, "name": "centos-logos", "release": "3.el7.centos", "source": "rpm", "version": "70.0.6" } ], "centos-release": [ { "arch": "x86_64", "epoch": null, "name": "centos-release", "release": "9.2009.1.el7.centos", "source": "rpm", "version": "7" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "17.el7_9", "source": "rpm", "version": "0.78.4" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "8.el7", "source": "rpm", "version": "2.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el7", "source": "rpm", "version": "1.7.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el7", "source": "rpm", "version": "3.4" } ], "cloud-init": [ { "arch": "x86_64", "epoch": null, "name": "cloud-init", "release": "24.el7", "source": "rpm", "version": "0.7.9" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "5.el7", "source": "rpm", "version": "0.29" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "24.el7_9.2", "source": "rpm", "version": "8.22" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "28.el7", "source": "rpm", "version": "2.11" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "createrepo": [ { "arch": "noarch", "epoch": null, "name": "createrepo", "release": "28.el7", "source": "rpm", "version": "0.9.9" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.20121102git.el7", "source": "rpm", "version": "1.11" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "24.el7_9", "source": "rpm", "version": "2.1.26" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "7.el7", "source": "rpm", "version": "0.100" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-python": [ { "arch": "x86_64", "epoch": null, "name": "dbus-python", "release": "9.el7", "source": "rpm", "version": "1.1.1" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "dhclient": [ { "arch": "x86_64", "epoch": 12, "name": "dhclient", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "15.el7", "source": "rpm", "version": "6.0.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "5.el7_5", "source": "rpm", "version": "2.0.22" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el7", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "52ae6884", "source": "rpm", "version": "352c64e5" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "53a7ff4b", "source": "rpm", "version": "f4a80eb5" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el7", "source": "rpm", "version": "1.3.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "6.el7", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.el7", "source": "rpm", "version": "2.20" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "8.el7", "source": "rpm", "version": "1.22.2" } ], "grub2": [ { "arch": "x86_64", "epoch": 1, "name": "grub2", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "26.el7", "source": "rpm", "version": "8.28" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "30.el7_9", "source": "rpm", "version": "0.7.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "11.el7_9", "source": "rpm", "version": "1.5" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "19.el7", "source": "rpm", "version": "1.0" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "3.el7_7.1", "source": "rpm", "version": "3.13" } ], "hwdata": [ { "arch": "x86_64", "epoch": null, "name": "hwdata", "release": "9.7.el7", "source": "rpm", "version": "0.252" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "5.el7", "source": "rpm", "version": "5.1" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el7_9.1", "source": "rpm", "version": "9.49.53" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "30.el7", "source": "rpm", "version": "4.11.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "3.el7_7", "source": "rpm", "version": "2.4.17.1" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "35.el7", "source": "rpm", "version": "1.4.21" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el7", "source": "rpm", "version": "20160308" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 3, "name": "irqbalance", "release": "12.el7", "source": "rpm", "version": "1.0.7" } ], "ivtv-firmware": [ { "arch": "noarch", "epoch": 2, "name": "ivtv-firmware", "release": "26.el7", "source": "rpm", "version": "20080701" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3160-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "iwl3945-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3945-firmware", "release": "80.el7_9", "source": "rpm", "version": "15.32.2.9" } ], "iwl4965-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl4965-firmware", "release": "80.el7_9", "source": "rpm", "version": "228.61.2.24" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "80.el7_9", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6000g2b-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2b-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "80.el7_9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl7260-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el7", "source": "rpm", "version": "2.10" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el7_0", "source": "rpm", "version": "0.11" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "51.el7_9.3", "source": "rpm", "version": "2.0.15" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "28.el7", "source": "rpm", "version": "20" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "28.el7", "source": "rpm", "version": "20" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "136.el7_9", "source": "rpm", "version": "0.4.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "55.el7_9", "source": "rpm", "version": "1.15.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "9.el7", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el7", "source": "rpm", "version": "2.1.16" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el7", "source": "rpm", "version": "0.9.39" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "80.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.16.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "ntpdate": [ { "arch": "x86_64", "epoch": null, "name": "ntpdate", "release": "29.el7.centos.2", "source": "rpm", "version": "4.2.6p5" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "17.el7", "source": "rpm", "version": "22.20" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python-cffi", "release": "5.el7", "source": "rpm", "version": "1.6.0" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "python-deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-idna": [ { "arch": "noarch", "epoch": null, "name": "python-idna", "release": "1.el7", "source": "rpm", "version": "2.4" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "python-ply": [ { "arch": "noarch", "epoch": null, "name": "python-ply", "release": "11.el7", "source": "rpm", "version": "3.4" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python-pycparser", "release": "1.el7", "source": "rpm", "version": "2.14" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python2-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python2-cryptography", "release": "2.el7", "source": "rpm", "version": "1.7.2" } ], "python2-dnf": [ { "arch": "noarch", "epoch": null, "name": "python2-dnf", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python2-libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python2-pyasn1", "release": "7.el7", "source": "rpm", "version": "0.1.9" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.49" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2023c" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xmlrpc-c": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xmlrpc-c-client": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c-client", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:56 Saturday 30 December 2023 09:42:07 +0000 (0:00:01.130) 0:00:34.536 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.24.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:63 Saturday 30 December 2023 09:42:07 +0000 (0:00:00.030) 0:00:34.567 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:69 Saturday 30 December 2023 09:42:07 +0000 (0:00:00.024) 0:00:34.592 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:78 Saturday 30 December 2023 09:42:07 +0000 (0:00:00.023) 0:00:34.615 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:86 Saturday 30 December 2023 09:42:07 +0000 (0:00:00.021) 0:00:34.637 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:93 Saturday 30 December 2023 09:42:08 +0000 (0:00:00.154) 0:00:34.791 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:99 Saturday 30 December 2023 09:42:08 +0000 (0:00:00.151) 0:00:34.942 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:108 Saturday 30 December 2023 09:42:08 +0000 (0:00:00.152) 0:00:35.095 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:131 Saturday 30 December 2023 09:42:08 +0000 (0:00:00.093) 0:00:35.189 ***** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:155 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.895) 0:00:36.085 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:159 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.027) 0:00:36.112 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:177 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.036) 0:00:36.148 ***** ok: [sut] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } ok: [sut] => (item={'name': 'relp_server0', 'type': 'relp', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_clients': ['*.client.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_conf_input_relp_modules": [ { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" } ], "__rsyslog_input_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_input_relp_rules": [ "{{ __rsyslog_conf_input_relp_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" } } ok: [sut] => (item={'name': 'relp_server1', 'type': 'relp', 'port': 20514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => { "ansible_facts": { "__rsyslog_conf_input_relp_modules": [ { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" } ], "__rsyslog_input_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_input_relp_rules": [ "{{ __rsyslog_conf_input_relp_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server1", "pki_authmode": "name", "port": 20514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:188 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.041) 0:00:36.190 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/basics/main.yml for sut included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml for sut included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/basics/main.yml:3 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.072) 0:00:36.262 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.043) 0:00:36.305 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.024) 0:00:36.330 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.047) 0:00:36.378 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.029) 0:00:36.407 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/basics/main.yml:10 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.024) 0:00:36.431 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.046) 0:00:36.478 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:09 +0000 (0:00:00.024) 0:00:36.502 ***** changed: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': '$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.500) 0:00:37.003 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.028) 0:00:37.032 ***** skipping: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': '$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set and check certs and key for relp input] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml:2 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.139) 0:00:37.172 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:12 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.070) 0:00:37.243 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:21 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.032) 0:00:37.275 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:30 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.031) 0:00:37.307 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:39 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.030) 0:00:37.337 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:52 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.030) 0:00:37.367 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml:9 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.029) 0:00:37.397 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:10 +0000 (0:00:00.045) 0:00:37.443 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "rsyslog-relp", "librelp" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package librelp.x86_64 0:1.2.12-1.el7_5.1 will be installed\n--> Processing Dependency: libgnutls.so.28(GNUTLS_2_10)(64bit) for package: librelp-1.2.12-1.el7_5.1.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: librelp-1.2.12-1.el7_5.1.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: librelp-1.2.12-1.el7_5.1.x86_64\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Running transaction check\n---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed\n--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Running transaction check\n---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be installed\n---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n librelp x86_64 1.2.12-1.el7_5.1 base 61 k\n rsyslog-relp x86_64 8.24.0-57.el7_9.3 updates 52 k\nInstalling for dependencies:\n gnutls x86_64 3.3.29-9.el7_6 base 680 k\n nettle x86_64 2.7.1-9.el7_9 updates 328 k\n trousers x86_64 0.3.14-2.el7 base 289 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.4 M\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.8 MB/s | 1.4 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : nettle-2.7.1-9.el7_9.x86_64 1/5 \n Installing : trousers-0.3.14-2.el7.x86_64 2/5 \n Installing : gnutls-3.3.29-9.el7_6.x86_64 3/5 \n Installing : librelp-1.2.12-1.el7_5.1.x86_64 4/5 \n Installing : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 5/5 \n Verifying : trousers-0.3.14-2.el7.x86_64 1/5 \n Verifying : nettle-2.7.1-9.el7_9.x86_64 2/5 \n Verifying : gnutls-3.3.29-9.el7_6.x86_64 3/5 \n Verifying : librelp-1.2.12-1.el7_5.1.x86_64 4/5 \n Verifying : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 5/5 \n\nInstalled:\n librelp.x86_64 0:1.2.12-1.el7_5.1 rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 \n\nDependency Installed:\n gnutls.x86_64 0:3.3.29-9.el7_6 nettle.x86_64 0:2.7.1-9.el7_9 \n trousers.x86_64 0:0.3.14-2.el7 \n\nComplete!\n" ] } lsrpackages: librelp rsyslog-relp TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:14 +0000 (0:00:03.613) 0:00:41.056 ***** changed: [sut] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:14 +0000 (0:00:00.433) 0:00:41.490 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:14 +0000 (0:00:00.030) 0:00:41.520 ***** skipping: [sut] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server0] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml:17 Saturday 30 December 2023 09:42:14 +0000 (0:00:00.030) 0:00:41.550 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:14 +0000 (0:00:00.071) 0:00:41.622 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.025) 0:00:41.647 ***** changed: [sut] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n type="imrelp"\n port="6514"\n maxDataSize="16384"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n ($inputname == "relp_server0")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server0")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.461) 0:00:42.109 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "unsafe_writes": false, "validate": null } }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.030) 0:00:42.140 ***** skipping: [sut] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n type="imrelp"\n port="6514"\n maxDataSize="16384"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n ($inputname == "relp_server0")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server0")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set and check certs and key for relp input] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml:2 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.076) 0:00:42.216 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:12 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.044) 0:00:42.261 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:21 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.030) 0:00:42.291 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:30 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.030) 0:00:42.321 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:39 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.030) 0:00:42.352 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:52 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.079) 0:00:42.431 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml:9 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.029) 0:00:42.460 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:15 +0000 (0:00:00.046) 0:00:42.506 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "rsyslog-relp-8.24.0-57.el7_9.3.x86_64 providing rsyslog-relp is already installed", "librelp-1.2.12-1.el7_5.1.x86_64 providing librelp is already installed" ] } lsrpackages: librelp rsyslog-relp TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:16 +0000 (0:00:00.361) 0:00:42.868 ***** ok: [sut] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:16 +0000 (0:00:00.370) 0:00:43.238 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "unsafe_writes": false, "validate": null } }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:16 +0000 (0:00:00.031) 0:00:43.270 ***** skipping: [sut] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server1] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/relp/main.yml:17 Saturday 30 December 2023 09:42:16 +0000 (0:00:00.030) 0:00:43.301 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:16 +0000 (0:00:00.074) 0:00:43.375 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:16 +0000 (0:00:00.025) 0:00:43.401 ***** changed: [sut] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n type="imrelp"\n port="20514"\n maxDataSize="16384"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.testing-farm.us-east-1.aws.redhat.com"]\n)\nif\n ($inputname == "relp_server1")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server1")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "c467d368774dfa36fbb52d9d9027b901", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 560, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.459) 0:00:43.861 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "unsafe_writes": false, "validate": null } }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c467d368774dfa36fbb52d9d9027b901", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 560, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.032) 0:00:43.893 ***** skipping: [sut] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n type="imrelp"\n port="20514"\n maxDataSize="16384"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.testing-farm.us-east-1.aws.redhat.com"]\n)\nif\n ($inputname == "relp_server1")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server1")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:207 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.077) 0:00:43.971 ***** ok: [sut] => (item={'name': 'files_output', 'type': 'files'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_files_output_packages": [], "__rsyslog_files_output_rules": [ "{{ __rsyslog_conf_files_output_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "files_output", "type": "files" } } ok: [sut] => (item={'name': 'forwards_output', 'type': 'forwards', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "forwards_output", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:219 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.036) 0:00:44.008 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml for sut included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/forwards/main.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.060) 0:00:44.068 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.043) 0:00:44.112 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.059) 0:00:44.172 ***** changed: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.402) 0:00:44.574 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "unsafe_writes": false, "validate": null } }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c467d368774dfa36fbb52d9d9027b901", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 560, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.034) 0:00:44.609 ***** skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 30 December 2023 09:42:17 +0000 (0:00:00.030) 0:00:44.639 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:18 +0000 (0:00:00.045) 0:00:44.685 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:18 +0000 (0:00:00.024) 0:00:44.709 ***** changed: [sut] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "1c06bafe1c17b7b012fb39fd192223e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1151, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.1548898-24802-245807317465280/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:18 +0000 (0:00:00.445) 0:00:45.155 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "unsafe_writes": false, "validate": null } }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c467d368774dfa36fbb52d9d9027b901", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 560, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.1548898-24802-245807317465280/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1c06bafe1c17b7b012fb39fd192223e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1151, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.1548898-24802-245807317465280/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:18 +0000 (0:00:00.034) 0:00:45.189 ***** skipping: [sut] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 30 December 2023 09:42:18 +0000 (0:00:00.116) 0:00:45.306 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:18 +0000 (0:00:00.078) 0:00:45.385 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:18 +0000 (0:00:00.026) 0:00:45.411 ***** changed: [sut] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.8143616-24820-105418649538640/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.405) 0:00:45.817 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "unsafe_writes": false, "validate": null } }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c467d368774dfa36fbb52d9d9027b901", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 560, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.1548898-24802-245807317465280/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1c06bafe1c17b7b012fb39fd192223e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1151, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.1548898-24802-245807317465280/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.8143616-24820-105418649538640/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.8143616-24820-105418649538640/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.036) 0:00:45.853 ***** skipping: [sut] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_output] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/forwards/main.yml:11 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.032) 0:00:45.886 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.045) 0:00:45.931 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.024) 0:00:45.956 ***** changed: [sut] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_output") {\n *.* action(name="forwards_output"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "686f4c6abd6198923f60887e636fc9cc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1703929339.4319925-24838-28889608316743/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.516) 0:00:46.473 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929328.5903337-24627-75775836556202/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.074212-24627-17253076246759/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "938c2169765a026ff2849f2672552c71a75de022", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "unsafe_writes": false, "validate": null } }, "md5sum": "db9e2e4b540c46fbfd2efff2d4f4de04", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 660, "src": "/root/.ansible/tmp/ansible-tmp-1703929329.9847748-24667-13123411769832/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929334.4644406-24698-267095405823585/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "unsafe_writes": false, "validate": null } }, "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 548, "src": "/root/.ansible/tmp/ansible-tmp-1703929335.1021085-24716-202541296842669/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-input-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n maxDataSize=\"16384\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c467d368774dfa36fbb52d9d9027b901", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 560, "src": "/root/.ansible/tmp/ansible-tmp-1703929336.8538015-24762-228073263050248/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929337.574662-24784-31385604825732/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "99a907f34948a0d23b8c1317bda2b79597aadf63", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.1548898-24802-245807317465280/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1c06bafe1c17b7b012fb39fd192223e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1151, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.1548898-24802-245807317465280/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.8143616-24820-105418649538640/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1703929338.8143616-24820-105418649538640/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929339.4319925-24838-28889608316743/source", "unsafe_writes": false, "validate": null } }, "md5sum": "686f4c6abd6198923f60887e636fc9cc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1703929339.4319925-24838-28889608316743/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.037) 0:00:46.511 ***** skipping: [sut] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_output") {\n *.* action(name="forwards_output"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:232 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.080) 0:00:46.591 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:249 Saturday 30 December 2023 09:42:19 +0000 (0:00:00.025) 0:00:46.617 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:273 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.030) 0:00:46.647 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:303 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.025) 0:00:46.673 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:315 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.043) 0:00:46.716 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:331 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.029) 0:00:46.746 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:347 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.029) 0:00:46.775 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:363 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.028) 0:00:46.804 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:21:56 UTC", "ActiveEnterTimestampMonotonic": "16897067", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target network-online.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:21:56 UTC", "AssertTimestampMonotonic": "16585477", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:21:56 UTC", "ConditionTimestampMonotonic": "16585475", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1218", "ExecMainStartTimestamp": "Sat 2023-12-30 09:21:56 UTC", "ExecMainStartTimestampMonotonic": "16589586", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; 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/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-30 09:21:56 UTC", "InactiveExitTimestampMonotonic": "16589628", "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": "1218", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogTimestamp": "Sat 2023-12-30 09:21:56 UTC", "WatchdogTimestampMonotonic": "16897028", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:372 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.224) 0:00:47.029 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:381 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.057) 0:00:47.086 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:395 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.024) 0:00:47.111 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:402 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.026) 0:00:47.137 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703928116.720209, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", "ctime": 1702395766.7179558, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1642101032.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3232, "uid": 0, "version": "1901301348", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:408 Saturday 30 December 2023 09:42:20 +0000 (0:00:00.157) 0:00:47.295 ***** changed: [sut] => { "changed": true, "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "06be1b21217661badf921ea6dcceb702", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 131, "src": "/root/.ansible/tmp/ansible-tmp-1703929340.6878855-24883-60482750766914/source", "state": "file", "uid": 0 } RUNNING HANDLER [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/handlers/main.yml:2 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.399) 0:00:47.695 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:21:56 UTC", "ActiveEnterTimestampMonotonic": "16897067", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target network-online.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:21:56 UTC", "AssertTimestampMonotonic": "16585477", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:21:56 UTC", "ConditionTimestampMonotonic": "16585475", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1218", "ExecMainStartTimestamp": "Sat 2023-12-30 09:21:56 UTC", "ExecMainStartTimestampMonotonic": "16589586", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; 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/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-30 09:21:56 UTC", "InactiveExitTimestampMonotonic": "16589628", "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": "1218", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogTimestamp": "Sat 2023-12-30 09:21:56 UTC", "WatchdogTimestampMonotonic": "16897028", "WatchdogUSec": "0" } } META: ran handlers TASK [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:78 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.272) 0:00:47.967 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:2 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.042) 0:00:48.009 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929341.265721, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1703929341.015721, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264057, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1703929340.864721, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1930387536", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:7 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.151) 0:00:48.161 ***** ok: [sut] => { "changed": false, "examined": 12, "files": [ { "atime": 1703929341.266721, "ctime": 1703929339.1207209, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264055, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929338.9857209, "nlink": 1, "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 150, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.266721, "ctime": 1703929337.873721, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929337.7397208, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 151, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.266721, "ctime": 1703929335.4107208, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264051, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929335.2787206, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 548, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703928116.830209, "ctime": 1702396045.5209558, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 169710, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1518646683.0, "nlink": 1, "path": "/etc/rsyslog.d/21-cloudinit.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 255, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.265721, "ctime": 1703929338.4597208, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264054, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929338.3257208, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1151, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.265721, "ctime": 1703929339.745721, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264056, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929339.601721, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 261, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929336.4077208, "ctime": 1703929334.7937207, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263979, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929334.6497207, "nlink": 1, "path": "/etc/rsyslog.d/10-input-relp-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.265721, "ctime": 1703929330.3057203, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263978, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929330.1607203, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 660, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.266721, "ctime": 1703929328.9907203, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 262515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929328.7767203, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 158, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.266721, "ctime": 1703929329.3887203, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263977, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929329.2507203, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 96, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929341.266721, "ctime": 1703929337.1637208, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264052, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929337.0267208, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 560, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 11 } TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:13 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.263) 0:00:48.425 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:18 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.027) 0:00:48.452 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:23 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.023) 0:00:48.476 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:27 Saturday 30 December 2023 09:42:21 +0000 (0:00:00.025) 0:00:48.502 ***** ok: [sut] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "stat": { "atime": 1703929341.266721, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9", "ctime": 1703929335.4107208, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264051, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1703929335.2787206, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 548, "uid": 0, "version": "1930387471", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "stat": { "atime": 1703929341.266721, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2376c59bc10bf1f7f9bec12e3ad47dcb30953c75", "ctime": 1703929337.1637208, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264052, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1703929337.0267208, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 560, "uid": 0, "version": "1930387489", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:35 Saturday 30 December 2023 09:42:22 +0000 (0:00:00.282) 0:00:48.784 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install lsof] ************************************************************ task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:88 Saturday 30 December 2023 09:42:22 +0000 (0:00:00.023) 0:00:48.808 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "lsof" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n lsof x86_64 4.87-6.el7 base 331 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 331 k\nInstalled size: 927 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : lsof-4.87-6.el7.x86_64 1/1 \n Verifying : lsof-4.87-6.el7.x86_64 1/1 \n\nInstalled:\n lsof.x86_64 0:4.87-6.el7 \n\nComplete!\n" ] } lsrpackages: lsof TASK [Check lsof outputs for rsyslogd] ***************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:95 Saturday 30 December 2023 09:42:24 +0000 (0:00:01.851) 0:00:50.660 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd", "delta": "0:00:00.050079", "end": "2023-12-30 09:42:24.228325", "rc": 0, "start": "2023-12-30 09:42:24.178246" } STDOUT: rsyslogd 12985 root 4u IPv4 49156 0t0 TCP *:6514 (LISTEN) rsyslogd 12985 root 5u IPv6 49157 0t0 TCP *:6514 (LISTEN) rsyslogd 12985 root 6u IPv4 49160 0t0 TCP *:20514 (LISTEN) rsyslogd 12985 root 7u IPv6 49161 0t0 TCP *:20514 (LISTEN) TASK [Show lsof output] ******************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:102 Saturday 30 December 2023 09:42:24 +0000 (0:00:00.239) 0:00:50.899 ***** ok: [sut] => {} MSG: lsof returned rsyslogd 12985 root 4u IPv4 49156 0t0 TCP *:6514 (LISTEN) rsyslogd 12985 root 5u IPv6 49157 0t0 TCP *:6514 (LISTEN) rsyslogd 12985 root 6u IPv4 49160 0t0 TCP *:20514 (LISTEN) rsyslogd 12985 root 7u IPv6 49161 0t0 TCP *:20514 (LISTEN) TASK [Check port 6514, 20514 are open for TCP] ********************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:106 Saturday 30 December 2023 09:42:24 +0000 (0:00:00.024) 0:00:50.923 ***** ok: [sut] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514", "delta": "0:00:00.023611", "end": "2023-12-30 09:42:24.413093", "item": 6514, "rc": 0, "start": "2023-12-30 09:42:24.389482" } STDOUT: rsyslogd 12985 root 4u IPv4 49156 0t0 TCP *:6514 (LISTEN) rsyslogd 12985 root 5u IPv6 49157 0t0 TCP *:6514 (LISTEN) ok: [sut] => (item=20514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 20514", "delta": "0:00:00.017937", "end": "2023-12-30 09:42:24.544313", "item": 20514, "rc": 0, "start": "2023-12-30 09:42:24.526376" } STDOUT: rsyslogd 12985 root 6u IPv4 49160 0t0 TCP *:20514 (LISTEN) rsyslogd 12985 root 7u IPv6 49161 0t0 TCP *:20514 (LISTEN) TASK [Check the flows in relp_server0 - 0] ************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:114 Saturday 30 December 2023 09:42:24 +0000 (0:00:00.290) 0:00:51.214 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.006735", "end": "2023-12-30 09:42:24.689625", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:24.682890" } STDOUT: 2 TASK [Check the flows in relp_server0 - 1] ************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:122 Saturday 30 December 2023 09:42:24 +0000 (0:00:00.148) 0:00:51.362 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep -A 2 '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | grep \"call files_output\" | wc -l", "delta": "0:00:00.006503", "end": "2023-12-30 09:42:24.839147", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:24.832644" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 0] *********************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:130 Saturday 30 December 2023 09:42:24 +0000 (0:00:00.148) 0:00:51.510 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005399", "end": "2023-12-30 09:42:24.985162", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:24.979763" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 1] *********************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:138 Saturday 30 December 2023 09:42:25 +0000 (0:00:00.146) 0:00:51.656 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929325.59572, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c06f88f27c52e02118340650b8077f6e425a0951", "ctime": 1703929325.59172, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166207, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703929325.59172, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "1930387236", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the cert in relp_server0 - 0] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:142 Saturday 30 December 2023 09:42:25 +0000 (0:00:00.149) 0:00:51.805 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005389", "end": "2023-12-30 09:42:25.276740", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:25.271351" } STDOUT: 1 TASK [Check the cert in relp_server0 - 1] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:150 Saturday 30 December 2023 09:42:25 +0000 (0:00:00.141) 0:00:51.947 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929325.59572, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c06f88f27c52e02118340650b8077f6e425a0951", "ctime": 1703929325.59172, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166207, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703929325.59172, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "1930387236", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the private key in relp_server0 - 0] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:154 Saturday 30 December 2023 09:42:25 +0000 (0:00:00.153) 0:00:52.101 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005458", "end": "2023-12-30 09:42:25.574932", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:25.569474" } STDOUT: 1 TASK [Check the private key in relp_server0 - 1] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:162 Saturday 30 December 2023 09:42:25 +0000 (0:00:00.145) 0:00:52.247 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929341.2807212, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7381c87282d6bdafd5725350a3adbc253922b66b", "ctime": 1703929325.59172, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166206, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703929325.59172, "nlink": 1, "path": "/etc/pki/tls/private/logging_cert.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "1930387223", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check tls.permittedpeer in relp_server0] ********************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:166 Saturday 30 December 2023 09:42:25 +0000 (0:00:00.155) 0:00:52.402 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.client.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005429", "end": "2023-12-30 09:42:25.879889", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:25.874460" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_server1] ********************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:174 Saturday 30 December 2023 09:42:25 +0000 (0:00:00.149) 0:00:52.551 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.testing-farm.us-east-1.aws.redhat.com\\\"\\]\" \"/etc/rsyslog.d/11-input-relp-relp_server1.conf\" | wc -l", "delta": "0:00:00.005398", "end": "2023-12-30 09:42:26.025331", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:26.019933" } STDOUT: 1 TASK [Check maxDataSize is logging_max_message_size] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:184 Saturday 30 December 2023 09:42:26 +0000 (0:00:00.145) 0:00:52.697 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "-c", "maxDataSize=\"16384\"", "/etc/rsyslog.d/11-input-relp-relp_server0.conf" ], "delta": "0:00:00.003613", "end": "2023-12-30 09:42:26.169986", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:26.166373" } STDOUT: 1 TASK [Check preserveFQDN is on] ************************************************ task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:192 Saturday 30 December 2023 09:42:26 +0000 (0:00:00.145) 0:00:52.842 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "-c", "preserveFQDN=\"on\"", "/etc/rsyslog.d/00-global.conf" ], "delta": "0:00:00.003666", "end": "2023-12-30 09:42:26.314387", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:26.310721" } STDOUT: 1 TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:198 Saturday 30 December 2023 09:42:26 +0000 (0:00:00.144) 0:00:52.986 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:3 Saturday 30 December 2023 09:42:26 +0000 (0:00:00.044) 0:00:53.031 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:15 Saturday 30 December 2023 09:42:26 +0000 (0:00:00.052) 0:00:53.083 ***** ok: [sut] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", "delta": "0:00:00.318554", "end": "2023-12-30 09:42:26.872782", "item": 6514, "rc": 0, "start": "2023-12-30 09:42:26.554228" } STDOUT: 6514/tcp 20514/tcp ok: [sut] => (item=20514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"20514/tcp\"\n", "delta": "0:00:00.307847", "end": "2023-12-30 09:42:27.301888", "item": 20514, "rc": 0, "start": "2023-12-30 09:42:26.994041" } STDOUT: 6514/tcp 20514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:24 Saturday 30 December 2023 09:42:27 +0000 (0:00:00.889) 0:00:53.973 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:36 Saturday 30 December 2023 09:42:27 +0000 (0:00:00.023) 0:00:53.996 ***** ok: [sut] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" | grep \"6514\" | grep \"tcp\"", "delta": "0:00:00.704529", "end": "2023-12-30 09:42:28.173161", "item": 6514, "rc": 0, "start": "2023-12-30 09:42:27.468632" } STDOUT: syslog_tls_port_t tcp 6514, 20514 ok: [sut] => (item=20514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" | grep \"20514\" | grep \"tcp\"", "delta": "0:00:00.189882", "end": "2023-12-30 09:42:28.480982", "item": 20514, "rc": 0, "start": "2023-12-30 09:42:28.291100" } STDOUT: syslog_tls_port_t tcp 6514, 20514 TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:46 Saturday 30 December 2023 09:42:28 +0000 (0:00:01.154) 0:00:55.151 ***** TASK [Set firewall and selinux to false for cleanup] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:201 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.024) 0:00:55.175 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": false }, "changed": false } TASK [END TEST CASE 0; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:206 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.023) 0:00:55.198 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.092) 0:00:55.291 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.029) 0:00:55.320 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.028) 0:00:55.349 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.027) 0:00:55.376 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.022) 0:00:55.398 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.022) 0:00:55.421 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.047) 0:00:55.468 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.025) 0:00:55.494 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.025) 0:00:55.519 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.055) 0:00:55.574 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.026) 0:00:55.601 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 30 December 2023 09:42:28 +0000 (0:00:00.027) 0:00:55.629 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.026) 0:00:55.655 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.026) 0:00:55.682 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.027) 0:00:55.709 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.026) 0:00:55.735 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.025) 0:00:55.761 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.026) 0:00:55.787 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.026) 0:00:55.813 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.025) 0:00:55.839 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.025) 0:00:55.865 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.025) 0:00:55.890 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.082) 0:00:55.973 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.026) 0:00:56.000 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.022) 0:00:56.023 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.022) 0:00:56.046 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.025) 0:00:56.071 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.049) 0:00:56.121 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.024) 0:00:56.146 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.022) 0:00:56.169 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.022) 0:00:56.192 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.054) 0:00:56.246 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.023) 0:00:56.270 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.025) 0:00:56.295 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.051) 0:00:56.347 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.045) 0:00:56.392 ***** included: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.044) 0:00:56.437 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.031) 0:00:56.468 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.024) 0:00:56.493 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 30 December 2023 09:42:29 +0000 (0:00:00.024) 0:00:56.518 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 30 December 2023 09:42:30 +0000 (0:00:00.138) 0:00:56.656 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 30 December 2023 09:42:30 +0000 (0:00:00.930) 0:00:57.587 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 30 December 2023 09:42:31 +0000 (0:00:00.361) 0:00:57.948 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 30 December 2023 09:42:31 +0000 (0:00:00.160) 0:00:58.109 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 30 December 2023 09:42:31 +0000 (0:00:00.163) 0:00:58.272 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ActiveEnterTimestampMonotonic": "1224938039", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket syslog.target system.slice basic.target dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:42:04 UTC", "AssertTimestampMonotonic": "1224903190", "Before": "shutdown.target multi-user.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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ConditionTimestampMonotonic": "1224903188", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "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": "11989", "ExecMainStartTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ExecMainStartTimestampMonotonic": "1224903904", "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", "InactiveExitTimestamp": "Sat 2023-12-30 09:42:04 UTC", "InactiveExitTimestampMonotonic": "1224903948", "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": "11989", "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": "system.slice basic.target", "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": "running", "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": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-30 09:42:04 UTC", "WatchdogTimestampMonotonic": "1224937844", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 30 December 2023 09:42:31 +0000 (0:00:00.235) 0:00:58.508 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.866) 0:00:59.374 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.037) 0:00:59.412 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.026) 0:00:59.438 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.027) 0:00:59.466 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.028) 0:00:59.495 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.026) 0:00:59.522 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.026) 0:00:59.548 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.026) 0:00:59.575 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.026) 0:00:59.602 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 30 December 2023 09:42:32 +0000 (0:00:00.026) 0:00:59.628 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.058) 0:00:59.687 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:4 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.041) 0:00:59.729 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:4 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.038) 0:00:59.768 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:13 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.029) 0:00:59.797 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:18 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.022) 0:00:59.820 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:22 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.023) 0:00:59.843 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics_rhel7.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:34 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.058) 0:00:59.901 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:7 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.051) 0:00:59.953 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:15 Saturday 30 December 2023 09:42:33 +0000 (0:00:00.053) 0:01:00.007 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.243353", "end": "2023-12-30 09:42:33.768175", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-30 09:42:33.524822", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper 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: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.208442", "end": "2023-12-30 09:42:34.103986", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2023-12-30 09:42:33.895544", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper 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." ] } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:22 Saturday 30 December 2023 09:42:34 +0000 (0:00:00.768) 0:01:00.775 ***** changed: [sut] => { "changed": true, "changes": { "removed": [ "iproute", "rsyslog" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be erased\n--> Processing Dependency: iproute for package: cloud-init-0.7.9-24.el7.x86_64\n--> Processing Dependency: iproute for package: initscripts-9.49.53-1.el7_9.1.x86_64\n--> Processing Dependency: iproute for package: beakerlib-1.29.3-1.el7bkr.noarch\n--> Processing Dependency: iproute for package: 12:dhclient-4.2.5-83.el7.centos.1.x86_64\n--> Processing Dependency: iproute for package: dracut-network-033-572.el7.x86_64\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Processing Dependency: rsyslog = 8.24.0-57.el7_9.3 for package: rsyslog-relp-8.24.0-57.el7_9.3.x86_64\n--> Running transaction check\n---> Package beakerlib.noarch 0:1.29.3-1.el7bkr will be erased\n--> Processing Dependency: beakerlib >= 1.16-3 for package: beakerlib-redhat-1-33.el7bkr.noarch\n---> Package cloud-init.x86_64 0:0.7.9-24.el7 will be erased\n---> Package dhclient.x86_64 12:4.2.5-83.el7.centos.1 will be erased\n---> Package dracut-network.x86_64 0:033-572.el7 will be erased\n--> Processing Dependency: dracut-network >= 033-552 for package: kexec-tools-2.0.15-51.el7_9.3.x86_64\n---> Package initscripts.x86_64 0:9.49.53-1.el7_9.1 will be erased\n--> Processing Dependency: initscripts >= 5.86-1 for package: kbd-1.15.5-16.el7_9.x86_64\n--> Processing Dependency: initscripts >= 8.83-1 for package: plymouth-0.8.9-0.34.20140113.el7.centos.x86_64\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Running transaction check\n---> Package beakerlib-redhat.noarch 0:1-33.el7bkr will be erased\n---> Package kbd.x86_64 0:1.15.5-16.el7_9 will be erased\n---> Package kexec-tools.x86_64 0:2.0.15-51.el7_9.3 will be erased\n---> Package plymouth.x86_64 0:0.8.9-0.34.20140113.el7.centos will be erased\n--> Processing Dependency: plymouth for package: plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64\n--> Running transaction check\n---> Package plymouth-scripts.x86_64 0:0.8.9-0.34.20140113.el7.centos will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n iproute x86_64 4.11.0-30.el7 @anaconda 1.8 M\n rsyslog x86_64 8.24.0-57.el7_9.3 @updates 1.9 M\nRemoving for dependencies:\n beakerlib noarch 1.29.3-1.el7bkr @beaker-harness 454 k\n beakerlib-redhat noarch 1-33.el7bkr @beaker-client 22 k\n cloud-init x86_64 0.7.9-24.el7 @/cloud-init.el7 2.1 M\n dhclient x86_64 12:4.2.5-83.el7.centos.1 @updates 475 k\n dracut-network x86_64 033-572.el7 @anaconda 146 k\n initscripts x86_64 9.49.53-1.el7_9.1 @updates 1.5 M\n kbd x86_64 1.15.5-16.el7_9 @updates 1.3 M\n kexec-tools x86_64 2.0.15-51.el7_9.3 @updates 770 k\n plymouth x86_64 0.8.9-0.34.20140113.el7.centos @anaconda 227 k\n plymouth-scripts x86_64 0.8.9-0.34.20140113.el7.centos @anaconda 22 k\n rsyslog-relp x86_64 8.24.0-57.el7_9.3 @updates 45 k\n\nTransaction Summary\n================================================================================\nRemove 2 Packages (+11 Dependent packages)\n\nInstalled size: 11 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : beakerlib-redhat-1-33.el7bkr.noarch 1/13 \n Erasing : beakerlib-1.29.3-1.el7bkr.noarch 2/13 \n Erasing : cloud-init-0.7.9-24.el7.x86_64 3/13 \nwarning: /etc/cloud/cloud.cfg saved as /etc/cloud/cloud.cfg.rpmsave\n Erasing : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64 4/13 \n Erasing : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64 5/13 \n Erasing : kbd-1.15.5-16.el7_9.x86_64 6/13 \n Erasing : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 7/13 \n Erasing : kexec-tools-2.0.15-51.el7_9.3.x86_64 8/13 \n Erasing : dracut-network-033-572.el7.x86_64 9/13 \n Erasing : 12:dhclient-4.2.5-83.el7.centos.1.x86_64 10/13 \n Erasing : initscripts-9.49.53-1.el7_9.1.x86_64 11/13 \nwarning: /etc/adjtime saved as /etc/adjtime.rpmsave\n Erasing : iproute-4.11.0-30.el7.x86_64 12/13 \n Erasing : rsyslog-8.24.0-57.el7_9.3.x86_64 13/13 \nwarning: /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave\n Verifying : kexec-tools-2.0.15-51.el7_9.3.x86_64 1/13 \n Verifying : initscripts-9.49.53-1.el7_9.1.x86_64 2/13 \n Verifying : beakerlib-1.29.3-1.el7bkr.noarch 3/13 \n Verifying : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 4/13 \n Verifying : rsyslog-8.24.0-57.el7_9.3.x86_64 5/13 \n Verifying : dracut-network-033-572.el7.x86_64 6/13 \n Verifying : 12:dhclient-4.2.5-83.el7.centos.1.x86_64 7/13 \n Verifying : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64 8/13 \n Verifying : cloud-init-0.7.9-24.el7.x86_64 9/13 \n Verifying : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64 10/13 \n Verifying : iproute-4.11.0-30.el7.x86_64 11/13 \n Verifying : kbd-1.15.5-16.el7_9.x86_64 12/13 \n Verifying : beakerlib-redhat-1-33.el7bkr.noarch 13/13 \n\nRemoved:\n iproute.x86_64 0:4.11.0-30.el7 rsyslog.x86_64 0:8.24.0-57.el7_9.3 \n\nDependency Removed:\n beakerlib.noarch 0:1.29.3-1.el7bkr \n beakerlib-redhat.noarch 0:1-33.el7bkr \n cloud-init.x86_64 0:0.7.9-24.el7 \n dhclient.x86_64 12:4.2.5-83.el7.centos.1 \n dracut-network.x86_64 0:033-572.el7 \n initscripts.x86_64 0:9.49.53-1.el7_9.1 \n kbd.x86_64 0:1.15.5-16.el7_9 \n kexec-tools.x86_64 0:2.0.15-51.el7_9.3 \n plymouth.x86_64 0:0.8.9-0.34.20140113.el7.centos \n plymouth-scripts.x86_64 0:0.8.9-0.34.20140113.el7.centos \n rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 \n\nComplete!\n" ] } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:34 Saturday 30 December 2023 09:42:37 +0000 (0:00:02.892) 0:01:03.668 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "iproute", "rsyslog" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n iproute x86_64 4.11.0-30.el7 base 805 k\n rsyslog x86_64 8.24.0-57.el7_9.3 updates 622 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages\n\nTotal download size: 1.4 M\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.7 MB/s | 1.4 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : iproute-4.11.0-30.el7.x86_64 1/2 \n Installing : rsyslog-8.24.0-57.el7_9.3.x86_64 2/2 \n Verifying : rsyslog-8.24.0-57.el7_9.3.x86_64 1/2 \n Verifying : iproute-4.11.0-30.el7.x86_64 2/2 \n\nInstalled:\n iproute.x86_64 0:4.11.0-30.el7 rsyslog.x86_64 0:8.24.0-57.el7_9.3 \n\nComplete!\n" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:48 Saturday 30 December 2023 09:42:39 +0000 (0:00:02.856) 0:01:06.524 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:52 Saturday 30 December 2023 09:42:39 +0000 (0:00:00.023) 0:01:06.547 ***** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "PyYAML": [ { "arch": "x86_64", "epoch": null, "name": "PyYAML", "release": "11.el7", "source": "rpm", "version": "3.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "aic94xx-firmware": [ { "arch": "noarch", "epoch": null, "name": "aic94xx-firmware", "release": "6.el7", "source": "rpm", "version": "30" } ], "alsa-firmware": [ { "arch": "noarch", "epoch": null, "name": "alsa-firmware", "release": "2.el7", "source": "rpm", "version": "1.0.28" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.el7", "source": "rpm", "version": "1.1.8" } ], "alsa-tools-firmware": [ { "arch": "x86_64", "epoch": null, "name": "alsa-tools-firmware", "release": "1.el7", "source": "rpm", "version": "1.1.0" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.el7", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs-python": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs-python", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "authconfig": [ { "arch": "x86_64", "epoch": null, "name": "authconfig", "release": "30.el7", "source": "rpm", "version": "6.2.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el7", "source": "rpm", "version": "0.6.31" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.el7.centos", "source": "rpm", "version": "10.0" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "35.el7_9", "source": "rpm", "version": "4.2.46" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "13.el7", "source": "rpm", "version": "1.06.95" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "26.P2.el7_9.15", "source": "rpm", "version": "9.11.4" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "44.base.el7_9.1", "source": "rpm", "version": "2.27" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el7", "source": "rpm", "version": "0.7.3" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.el7", "source": "rpm", "version": "4.9.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.el7", "source": "rpm", "version": "1.0.6" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "72.el7_9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-logos": [ { "arch": "noarch", "epoch": null, "name": "centos-logos", "release": "3.el7.centos", "source": "rpm", "version": "70.0.6" } ], "centos-release": [ { "arch": "x86_64", "epoch": null, "name": "centos-release", "release": "9.2009.1.el7.centos", "source": "rpm", "version": "7" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "17.el7_9", "source": "rpm", "version": "0.78.4" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "8.el7", "source": "rpm", "version": "2.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el7", "source": "rpm", "version": "1.7.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el7", "source": "rpm", "version": "3.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "5.el7", "source": "rpm", "version": "0.29" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "24.el7_9.2", "source": "rpm", "version": "8.22" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "28.el7", "source": "rpm", "version": "2.11" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "createrepo": [ { "arch": "noarch", "epoch": null, "name": "createrepo", "release": "28.el7", "source": "rpm", "version": "0.9.9" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.20121102git.el7", "source": "rpm", "version": "1.11" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "24.el7_9", "source": "rpm", "version": "2.1.26" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "7.el7", "source": "rpm", "version": "0.100" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-python": [ { "arch": "x86_64", "epoch": null, "name": "dbus-python", "release": "9.el7", "source": "rpm", "version": "1.1.1" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "15.el7", "source": "rpm", "version": "6.0.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "5.el7_5", "source": "rpm", "version": "2.0.22" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "9.el7_6", "source": "rpm", "version": "3.3.29" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el7", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "52ae6884", "source": "rpm", "version": "352c64e5" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "53a7ff4b", "source": "rpm", "version": "f4a80eb5" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el7", "source": "rpm", "version": "1.3.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "6.el7", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.el7", "source": "rpm", "version": "2.20" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "8.el7", "source": "rpm", "version": "1.22.2" } ], "grub2": [ { "arch": "x86_64", "epoch": 1, "name": "grub2", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "26.el7", "source": "rpm", "version": "8.28" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "30.el7_9", "source": "rpm", "version": "0.7.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "11.el7_9", "source": "rpm", "version": "1.5" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "19.el7", "source": "rpm", "version": "1.0" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "3.el7_7.1", "source": "rpm", "version": "3.13" } ], "hwdata": [ { "arch": "x86_64", "epoch": null, "name": "hwdata", "release": "9.7.el7", "source": "rpm", "version": "0.252" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "5.el7", "source": "rpm", "version": "5.1" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "30.el7", "source": "rpm", "version": "4.11.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "3.el7_7", "source": "rpm", "version": "2.4.17.1" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "35.el7", "source": "rpm", "version": "1.4.21" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el7", "source": "rpm", "version": "20160308" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 3, "name": "irqbalance", "release": "12.el7", "source": "rpm", "version": "1.0.7" } ], "ivtv-firmware": [ { "arch": "noarch", "epoch": 2, "name": "ivtv-firmware", "release": "26.el7", "source": "rpm", "version": "20080701" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3160-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "iwl3945-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3945-firmware", "release": "80.el7_9", "source": "rpm", "version": "15.32.2.9" } ], "iwl4965-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl4965-firmware", "release": "80.el7_9", "source": "rpm", "version": "228.61.2.24" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "80.el7_9", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6000g2b-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2b-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "80.el7_9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl7260-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el7", "source": "rpm", "version": "2.10" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el7_0", "source": "rpm", "version": "0.11" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "28.el7", "source": "rpm", "version": "20" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "28.el7", "source": "rpm", "version": "20" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "136.el7_9", "source": "rpm", "version": "0.4.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "55.el7_9", "source": "rpm", "version": "1.15.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "9.el7", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librelp": [ { "arch": "x86_64", "epoch": null, "name": "librelp", "release": "1.el7_5.1", "source": "rpm", "version": "1.2.12" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el7", "source": "rpm", "version": "2.1.16" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el7", "source": "rpm", "version": "0.9.39" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "80.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "6.el7", "source": "rpm", "version": "4.87" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.16.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "9.el7_9", "source": "rpm", "version": "2.7.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "ntpdate": [ { "arch": "x86_64", "epoch": null, "name": "ntpdate", "release": "29.el7.centos.2", "source": "rpm", "version": "4.2.6p5" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "17.el7", "source": "rpm", "version": "22.20" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python-cffi", "release": "5.el7", "source": "rpm", "version": "1.6.0" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "python-deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-idna": [ { "arch": "noarch", "epoch": null, "name": "python-idna", "release": "1.el7", "source": "rpm", "version": "2.4" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "python-ply": [ { "arch": "noarch", "epoch": null, "name": "python-ply", "release": "11.el7", "source": "rpm", "version": "3.4" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python-pycparser", "release": "1.el7", "source": "rpm", "version": "2.14" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python2-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python2-cryptography", "release": "2.el7", "source": "rpm", "version": "1.7.2" } ], "python2-dnf": [ { "arch": "noarch", "epoch": null, "name": "python2-dnf", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python2-libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python2-pyasn1", "release": "7.el7", "source": "rpm", "version": "0.1.9" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.49" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "2.el7", "source": "rpm", "version": "0.3.14" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2023c" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xmlrpc-c": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xmlrpc-c-client": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c-client", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:56 Saturday 30 December 2023 09:42:40 +0000 (0:00:00.978) 0:01:07.526 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.24.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:63 Saturday 30 December 2023 09:42:40 +0000 (0:00:00.031) 0:01:07.557 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:69 Saturday 30 December 2023 09:42:40 +0000 (0:00:00.027) 0:01:07.585 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:78 Saturday 30 December 2023 09:42:40 +0000 (0:00:00.023) 0:01:07.609 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:86 Saturday 30 December 2023 09:42:40 +0000 (0:00:00.023) 0:01:07.633 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:93 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.145) 0:01:07.778 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:99 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.147) 0:01:07.926 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:108 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.164) 0:01:08.090 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:131 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.076) 0:01:08.166 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:155 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.037) 0:01:08.203 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:159 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.026) 0:01:08.230 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:177 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.033) 0:01:08.264 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:188 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.022) 0:01:08.286 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:207 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.022) 0:01:08.308 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:219 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.022) 0:01:08.331 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:232 Saturday 30 December 2023 09:42:41 +0000 (0:00:00.022) 0:01:08.353 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.347735", "end": "2023-12-30 09:42:42.169973", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:42:41.822238" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-input-relp-module.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-forwards-modules.conf /etc/rsyslog.d/11-input-relp-relp_server0.conf /etc/rsyslog.d/11-input-relp-relp_server1.conf /etc/rsyslog.d/30-output-files-files_output.conf /etc/rsyslog.d/30-output-forwards-forwards_output.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:249 Saturday 30 December 2023 09:42:42 +0000 (0:00:00.487) 0:01:08.840 ***** changed: [sut] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-input-relp-module.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-relp-module.conf", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-files-modules.conf", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output.conf", "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/30-output-forwards-forwards_output.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "state": "absent" } NOTIFIED HANDLER /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:273 Saturday 30 December 2023 09:42:43 +0000 (0:00:01.317) 0:01:10.157 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:303 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.024) 0:01:10.182 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:315 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.038) 0:01:10.221 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:331 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.028) 0:01:10.250 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:347 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.028) 0:01:10.279 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:363 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.028) 0:01:10.307 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; 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/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.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": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:372 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.231) 0:01:10.538 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:381 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.025) 0:01:10.563 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:395 Saturday 30 December 2023 09:42:43 +0000 (0:00:00.053) 0:01:10.616 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:402 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.027) 0:01:10.643 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:408 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.025) 0:01:10.669 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/handlers/main.yml:2 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.008) 0:01:10.678 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:42:43 UTC", "ActiveEnterTimestampMonotonic": "1263921930", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network-online.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:42:43 UTC", "AssertTimestampMonotonic": "1263915037", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:42:43 UTC", "ConditionTimestampMonotonic": "1263915035", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13687", "ExecMainStartTimestamp": "Sat 2023-12-30 09:42:43 UTC", "ExecMainStartTimestampMonotonic": "1263915710", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2023-12-30 09:42:43 UTC] ; stop_time=[n/a] ; pid=13687 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-30 09:42:43 UTC", "InactiveExitTimestampMonotonic": "1263915756", "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": "13687", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogTimestamp": "Sat 2023-12-30 09:42:43 UTC", "WatchdogTimestampMonotonic": "1263921896", "WatchdogUSec": "0" } } META: ran handlers TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:222 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.240) 0:01:10.919 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:3 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.048) 0:01:10.967 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:15 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.027) 0:01:10.995 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:24 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.022) 0:01:11.017 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:36 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.021) 0:01:11.038 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:46 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.022) 0:01:11.061 ***** TASK [Set firewall true and selinux false] ************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:228 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.056) 0:01:11.117 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": true, "logging_manage_selinux": false }, "changed": false } TASK [TEST CASE 1; Test the client configuration using tls relp] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:233 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.023) 0:01:11.141 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.067) 0:01:11.208 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_output_files": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.031) 0:01:11.240 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client0", "permitted_servers": [ "*.server.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" }, { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client1", "pki_authmode": "name", "port": 7514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" }, { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.030) 0:01:11.270 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.026) 0:01:11.297 ***** skipping: [sut] => (item={'name': 'relp_client0', 'type': 'relp', 'target': 'localhost', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_servers': ['*.server.com', '*.example.com']}) => { "ansible_loop_var": "item", "changed": false, "item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client0", "permitted_servers": [ "*.server.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'relp_client1', 'type': 'relp', 'target': 'localhost', 'port': 7514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client1", "pki_authmode": "name", "port": 7514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.039) 0:01:11.337 ***** skipping: [sut] => (item={'name': 'flows', 'inputs': ['system_input'], 'outputs': ['relp_client0', 'relp_client1']}) => { "ansible_loop_var": "item", "changed": false, "item": { "inputs": [ "system_input" ], "name": "flows", "outputs": [ "relp_client0", "relp_client1" ] }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.032) 0:01:11.369 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.046) 0:01:11.415 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.061) 0:01:11.477 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.027) 0:01:11.504 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.025) 0:01:11.530 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.025) 0:01:11.555 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 7514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.032) 0:01:11.588 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 30 December 2023 09:42:44 +0000 (0:00:00.033) 0:01:11.621 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 7514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.033) 0:01:11.655 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.033) 0:01:11.688 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.033) 0:01:11.722 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.033) 0:01:11.755 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 7514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.033) 0:01:11.788 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.031) 0:01:11.820 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 7514 ] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.065) 0:01:11.885 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.033) 0:01:11.918 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.032) 0:01:11.950 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.048) 0:01:11.999 ***** ok: [sut] => { "ansible_facts": { "logging_firewall_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.028) 0:01:12.027 ***** ok: [sut] => (item=6514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "6514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "6514/tcp" } ok: [sut] => (item=7514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "6514/tcp", "state": "enabled" }, { "port": "7514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "7514/tcp" } TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.048) 0:01:12.075 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.022) 0:01:12.098 ***** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.048) 0:01:12.147 ***** included: /WORKDIR/git-weekly-cihy514jo5/.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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.049) 0:01:12.196 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.071) 0:01:12.267 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.029) 0:01:12.297 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 30 December 2023 09:42:45 +0000 (0:00:00.028) 0:01:12.326 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.355) 0:01:12.681 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.027) 0:01:12.709 ***** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.051) 0:01:12.761 ***** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:41:37 UTC", "ActiveEnterTimestampMonotonic": "1197860540", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice polkit.service dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:41:36 UTC", "AssertTimestampMonotonic": "1197016386", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:41:36 UTC", "ConditionTimestampMonotonic": "1197016385", "Conflicts": "ip6tables.service shutdown.target ebtables.service ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11669", "ExecMainStartTimestamp": "Sat 2023-12-30 09:41:36 UTC", "ExecMainStartTimestampMonotonic": "1197018710", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-30 09:41:36 UTC", "InactiveExitTimestampMonotonic": "1197018759", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "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": "11669", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2023-12-30 09:41:37 UTC", "WatchdogTimestampMonotonic": "1197860469", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.223) 0:01:12.984 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:41:37 UTC", "ActiveEnterTimestampMonotonic": "1197860540", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice polkit.service dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:41:36 UTC", "AssertTimestampMonotonic": "1197016386", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:41:36 UTC", "ConditionTimestampMonotonic": "1197016385", "Conflicts": "ip6tables.service shutdown.target ebtables.service ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11669", "ExecMainStartTimestamp": "Sat 2023-12-30 09:41:36 UTC", "ExecMainStartTimestampMonotonic": "1197018710", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-30 09:41:36 UTC", "InactiveExitTimestampMonotonic": "1197018759", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "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": "11669", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2023-12-30 09:41:37 UTC", "WatchdogTimestampMonotonic": "1197860469", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.223) 0:01:13.207 ***** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.032) 0:01:13.240 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.027) 0:01:13.267 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 30 December 2023 09:42:46 +0000 (0:00:00.061) 0:01:13.328 ***** ok: [sut] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "6514/tcp", "state": "enabled" } } changed: [sut] => (item={'port': '7514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "7514/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.843) 0:01:14.172 ***** skipping: [sut] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "6514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'port': '7514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "7514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.042) 0:01:14.215 ***** 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/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.029) 0:01:14.245 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.028) 0:01:14.273 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.027) 0:01:14.301 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.026) 0:01:14.327 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.026) 0:01:14.354 ***** skipping: [sut] => {} TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.026) 0:01:14.381 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.083) 0:01:14.464 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.026) 0:01:14.491 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.022) 0:01:14.513 ***** skipping: [sut] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "item": 6514, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=7514) => { "ansible_loop_var": "item", "changed": false, "item": 7514, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.031) 0:01:14.544 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.022) 0:01:14.567 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.022) 0:01:14.589 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 30 December 2023 09:42:47 +0000 (0:00:00.026) 0:01:14.616 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 30 December 2023 09:42:48 +0000 (0:00:00.052) 0:01:14.668 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 30 December 2023 09:42:48 +0000 (0:00:00.045) 0:01:14.714 ***** included: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 30 December 2023 09:42:48 +0000 (0:00:00.079) 0:01:14.794 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 30 December 2023 09:42:48 +0000 (0:00:00.033) 0:01:14.827 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 30 December 2023 09:42:48 +0000 (0:00:00.025) 0:01:14.853 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 30 December 2023 09:42:48 +0000 (0:00:00.025) 0:01:14.878 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 30 December 2023 09:42:48 +0000 (0:00:00.069) 0:01:14.948 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 30 December 2023 09:42:49 +0000 (0:00:00.940) 0:01:15.888 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 30 December 2023 09:42:49 +0000 (0:00:00.363) 0:01:16.252 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 30 December 2023 09:42:49 +0000 (0:00:00.188) 0:01:16.441 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 30 December 2023 09:42:49 +0000 (0:00:00.161) 0:01:16.602 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ActiveEnterTimestampMonotonic": "1224938039", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice syslog.target network.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:42:04 UTC", "AssertTimestampMonotonic": "1224903190", "Before": "multi-user.target 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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ConditionTimestampMonotonic": "1224903188", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "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": "11989", "ExecMainStartTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ExecMainStartTimestampMonotonic": "1224903904", "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", "InactiveExitTimestamp": "Sat 2023-12-30 09:42:04 UTC", "InactiveExitTimestampMonotonic": "1224903948", "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": "11989", "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": "system.slice basic.target", "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": "running", "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": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-30 09:42:04 UTC", "WatchdogTimestampMonotonic": "1224937844", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.226) 0:01:16.829 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.610) 0:01:17.439 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.038) 0:01:17.478 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.024) 0:01:17.503 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.026) 0:01:17.530 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.027) 0:01:17.557 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.026) 0:01:17.584 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 30 December 2023 09:42:50 +0000 (0:00:00.026) 0:01:17.611 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.085) 0:01:17.697 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.029) 0:01:17.726 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.027) 0:01:17.754 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.028) 0:01:17.782 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:4 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.040) 0:01:17.823 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:4 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.038) 0:01:17.861 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:13 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.029) 0:01:17.890 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:18 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.023) 0:01:17.914 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:22 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.023) 0:01:17.938 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics_rhel7.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:34 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.056) 0:01:17.994 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:7 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.099) 0:01:18.093 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:15 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.054) 0:01:18.148 ***** skipping: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "item": "iproute", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "item": "rsyslog", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:22 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.030) 0:01:18.178 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:34 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.024) 0:01:18.203 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", "rsyslog-8.24.0-57.el7_9.3.x86_64 providing rsyslog is already installed" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:48 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.348) 0:01:18.552 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:52 Saturday 30 December 2023 09:42:51 +0000 (0:00:00.022) 0:01:18.574 ***** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "PyYAML": [ { "arch": "x86_64", "epoch": null, "name": "PyYAML", "release": "11.el7", "source": "rpm", "version": "3.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "aic94xx-firmware": [ { "arch": "noarch", "epoch": null, "name": "aic94xx-firmware", "release": "6.el7", "source": "rpm", "version": "30" } ], "alsa-firmware": [ { "arch": "noarch", "epoch": null, "name": "alsa-firmware", "release": "2.el7", "source": "rpm", "version": "1.0.28" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.el7", "source": "rpm", "version": "1.1.8" } ], "alsa-tools-firmware": [ { "arch": "x86_64", "epoch": null, "name": "alsa-tools-firmware", "release": "1.el7", "source": "rpm", "version": "1.1.0" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.el7", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs-python": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs-python", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "authconfig": [ { "arch": "x86_64", "epoch": null, "name": "authconfig", "release": "30.el7", "source": "rpm", "version": "6.2.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el7", "source": "rpm", "version": "0.6.31" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.el7.centos", "source": "rpm", "version": "10.0" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "35.el7_9", "source": "rpm", "version": "4.2.46" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "13.el7", "source": "rpm", "version": "1.06.95" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "26.P2.el7_9.15", "source": "rpm", "version": "9.11.4" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "44.base.el7_9.1", "source": "rpm", "version": "2.27" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el7", "source": "rpm", "version": "0.7.3" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.el7", "source": "rpm", "version": "4.9.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.el7", "source": "rpm", "version": "1.0.6" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "72.el7_9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-logos": [ { "arch": "noarch", "epoch": null, "name": "centos-logos", "release": "3.el7.centos", "source": "rpm", "version": "70.0.6" } ], "centos-release": [ { "arch": "x86_64", "epoch": null, "name": "centos-release", "release": "9.2009.1.el7.centos", "source": "rpm", "version": "7" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "17.el7_9", "source": "rpm", "version": "0.78.4" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "8.el7", "source": "rpm", "version": "2.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el7", "source": "rpm", "version": "1.7.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el7", "source": "rpm", "version": "3.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "5.el7", "source": "rpm", "version": "0.29" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "24.el7_9.2", "source": "rpm", "version": "8.22" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "28.el7", "source": "rpm", "version": "2.11" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "createrepo": [ { "arch": "noarch", "epoch": null, "name": "createrepo", "release": "28.el7", "source": "rpm", "version": "0.9.9" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.20121102git.el7", "source": "rpm", "version": "1.11" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "24.el7_9", "source": "rpm", "version": "2.1.26" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "7.el7", "source": "rpm", "version": "0.100" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-python": [ { "arch": "x86_64", "epoch": null, "name": "dbus-python", "release": "9.el7", "source": "rpm", "version": "1.1.1" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "15.el7", "source": "rpm", "version": "6.0.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "5.el7_5", "source": "rpm", "version": "2.0.22" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "9.el7_6", "source": "rpm", "version": "3.3.29" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el7", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "52ae6884", "source": "rpm", "version": "352c64e5" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "53a7ff4b", "source": "rpm", "version": "f4a80eb5" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el7", "source": "rpm", "version": "1.3.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "6.el7", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.el7", "source": "rpm", "version": "2.20" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "8.el7", "source": "rpm", "version": "1.22.2" } ], "grub2": [ { "arch": "x86_64", "epoch": 1, "name": "grub2", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "26.el7", "source": "rpm", "version": "8.28" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "30.el7_9", "source": "rpm", "version": "0.7.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "11.el7_9", "source": "rpm", "version": "1.5" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "19.el7", "source": "rpm", "version": "1.0" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "3.el7_7.1", "source": "rpm", "version": "3.13" } ], "hwdata": [ { "arch": "x86_64", "epoch": null, "name": "hwdata", "release": "9.7.el7", "source": "rpm", "version": "0.252" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "5.el7", "source": "rpm", "version": "5.1" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "30.el7", "source": "rpm", "version": "4.11.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "3.el7_7", "source": "rpm", "version": "2.4.17.1" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "35.el7", "source": "rpm", "version": "1.4.21" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el7", "source": "rpm", "version": "20160308" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 3, "name": "irqbalance", "release": "12.el7", "source": "rpm", "version": "1.0.7" } ], "ivtv-firmware": [ { "arch": "noarch", "epoch": 2, "name": "ivtv-firmware", "release": "26.el7", "source": "rpm", "version": "20080701" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3160-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "iwl3945-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3945-firmware", "release": "80.el7_9", "source": "rpm", "version": "15.32.2.9" } ], "iwl4965-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl4965-firmware", "release": "80.el7_9", "source": "rpm", "version": "228.61.2.24" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "80.el7_9", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6000g2b-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2b-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "80.el7_9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl7260-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el7", "source": "rpm", "version": "2.10" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el7_0", "source": "rpm", "version": "0.11" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "28.el7", "source": "rpm", "version": "20" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "28.el7", "source": "rpm", "version": "20" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "136.el7_9", "source": "rpm", "version": "0.4.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "55.el7_9", "source": "rpm", "version": "1.15.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "9.el7", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librelp": [ { "arch": "x86_64", "epoch": null, "name": "librelp", "release": "1.el7_5.1", "source": "rpm", "version": "1.2.12" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el7", "source": "rpm", "version": "2.1.16" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el7", "source": "rpm", "version": "0.9.39" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "80.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "6.el7", "source": "rpm", "version": "4.87" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.16.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "9.el7_9", "source": "rpm", "version": "2.7.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "ntpdate": [ { "arch": "x86_64", "epoch": null, "name": "ntpdate", "release": "29.el7.centos.2", "source": "rpm", "version": "4.2.6p5" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "17.el7", "source": "rpm", "version": "22.20" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python-cffi", "release": "5.el7", "source": "rpm", "version": "1.6.0" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "python-deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-idna": [ { "arch": "noarch", "epoch": null, "name": "python-idna", "release": "1.el7", "source": "rpm", "version": "2.4" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "python-ply": [ { "arch": "noarch", "epoch": null, "name": "python-ply", "release": "11.el7", "source": "rpm", "version": "3.4" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python-pycparser", "release": "1.el7", "source": "rpm", "version": "2.14" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python2-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python2-cryptography", "release": "2.el7", "source": "rpm", "version": "1.7.2" } ], "python2-dnf": [ { "arch": "noarch", "epoch": null, "name": "python2-dnf", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python2-libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python2-pyasn1", "release": "7.el7", "source": "rpm", "version": "0.1.9" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.49" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "2.el7", "source": "rpm", "version": "0.3.14" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2023c" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xmlrpc-c": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xmlrpc-c-client": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c-client", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:56 Saturday 30 December 2023 09:42:52 +0000 (0:00:00.987) 0:01:19.562 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.24.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:63 Saturday 30 December 2023 09:42:52 +0000 (0:00:00.032) 0:01:19.594 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:69 Saturday 30 December 2023 09:42:52 +0000 (0:00:00.026) 0:01:19.621 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:78 Saturday 30 December 2023 09:42:53 +0000 (0:00:00.023) 0:01:19.645 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:86 Saturday 30 December 2023 09:42:53 +0000 (0:00:00.025) 0:01:19.670 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:93 Saturday 30 December 2023 09:42:53 +0000 (0:00:00.151) 0:01:19.822 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:99 Saturday 30 December 2023 09:42:53 +0000 (0:00:00.150) 0:01:19.972 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:108 Saturday 30 December 2023 09:42:53 +0000 (0:00:00.147) 0:01:20.119 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:131 Saturday 30 December 2023 09:42:53 +0000 (0:00:00.119) 0:01:20.238 ***** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:155 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.743) 0:01:20.982 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:159 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.028) 0:01:21.011 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:177 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.033) 0:01:21.044 ***** ok: [sut] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:188 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.030) 0:01:21.075 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/basics/main.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/basics/main.yml:3 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.056) 0:01:21.131 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.045) 0:01:21.177 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.027) 0:01:21.204 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.024) 0:01:21.229 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.060) 0:01:21.289 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/inputs/basics/main.yml:10 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.025) 0:01:21.315 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.048) 0:01:21.363 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:54 +0000 (0:00:00.025) 0:01:21.389 ***** changed: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': '$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client1\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.492) 0:01:21.882 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "unsafe_writes": false, "validate": null } }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.030) 0:01:21.912 ***** skipping: [sut] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': '$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client1\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:207 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.147) 0:01:22.059 ***** ok: [sut] => (item={'name': 'relp_client0', 'type': 'relp', 'target': 'localhost', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_servers': ['*.server.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_conf_output_relp_modules": [ { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" } ], "__rsyslog_output_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_output_relp_rules": [ "{{ __rsyslog_conf_output_relp_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client0", "permitted_servers": [ "*.server.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" } } ok: [sut] => (item={'name': 'relp_client1', 'type': 'relp', 'target': 'localhost', 'port': 7514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => { "ansible_facts": { "__rsyslog_conf_output_relp_modules": [ { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" } ], "__rsyslog_output_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_output_relp_rules": [ "{{ __rsyslog_conf_output_relp_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client1", "pki_authmode": "name", "port": 7514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" } } ok: [sut] => (item={'name': 'default_files', 'type': 'files'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_files_output_packages": [], "__rsyslog_files_output_rules": [ "{{ __rsyslog_conf_files_output_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:219 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.045) 0:01:22.105 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml for sut included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml for sut included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set and check certs and key for relp output] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml:2 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.100) 0:01:22.205 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:12 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.050) 0:01:22.255 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:21 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.031) 0:01:22.287 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:30 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.031) 0:01:22.319 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:39 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.031) 0:01:22.350 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:52 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.032) 0:01:22.383 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml:9 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.029) 0:01:22.412 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:55 +0000 (0:00:00.045) 0:01:22.457 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "rsyslog-relp" ] }, "rc": 0, "results": [ "librelp-1.2.12-1.el7_5.1.x86_64 providing librelp is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n rsyslog-relp x86_64 8.24.0-57.el7_9.3 updates 52 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 52 k\nInstalled size: 45 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 1/1 \n Verifying : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 1/1 \n\nInstalled:\n rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 \n\nComplete!\n" ] } lsrpackages: librelp rsyslog-relp TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:58 +0000 (0:00:02.260) 0:01:24.718 ***** changed: [sut] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:58 +0000 (0:00:00.377) 0:01:25.095 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "unsafe_writes": false, "validate": null } }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:58 +0000 (0:00:00.030) 0:01:25.126 ***** skipping: [sut] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client0] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml:17 Saturday 30 December 2023 09:42:58 +0000 (0:00:00.031) 0:01:25.157 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:58 +0000 (0:00:00.049) 0:01:25.207 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:58 +0000 (0:00:00.050) 0:01:25.258 ***** changed: [sut] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client0") {\n action(name="relp_client0"\n type="omrelp"\n target="localhost"\n port="6514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.server.com","*.example.com"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.426) 0:01:25.684 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "unsafe_writes": false, "validate": null } }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.032) 0:01:25.717 ***** skipping: [sut] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client0") {\n action(name="relp_client0"\n type="omrelp"\n target="localhost"\n port="6514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.server.com","*.example.com"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set and check certs and key for relp output] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml:2 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.077) 0:01:25.794 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:12 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.044) 0:01:25.839 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:21 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.031) 0:01:25.870 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:30 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.031) 0:01:25.901 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:39 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.030) 0:01:25.931 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_certs.yml:52 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.032) 0:01:25.963 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml:9 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.028) 0:01:25.992 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.079) 0:01:26.072 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "rsyslog-relp-8.24.0-57.el7_9.3.x86_64 providing rsyslog-relp is already installed", "librelp-1.2.12-1.el7_5.1.x86_64 providing librelp is already installed" ] } lsrpackages: librelp rsyslog-relp TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:42:59 +0000 (0:00:00.357) 0:01:26.429 ***** ok: [sut] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.352) 0:01:26.782 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "unsafe_writes": false, "validate": null } }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.034) 0:01:26.816 ***** skipping: [sut] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client1] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/relp/main.yml:17 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.033) 0:01:26.850 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.051) 0:01:26.902 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.025) 0:01:26.927 ***** changed: [sut] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client1") {\n action(name="relp_client1"\n type="omrelp"\n target="localhost"\n port="7514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.testing-farm.us-east-1.aws.redhat.com"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "md5sum": "9014966639a2b613d75ae7e6b02f115a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 504, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.409023-25761-21426890026973/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.481) 0:01:27.408 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "unsafe_writes": false, "validate": null } }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.409023-25761-21426890026973/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9014966639a2b613d75ae7e6b02f115a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 504, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.409023-25761-21426890026973/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.035) 0:01:27.443 ***** skipping: [sut] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client1") {\n action(name="relp_client1"\n type="omrelp"\n target="localhost"\n port="7514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.testing-farm.us-east-1.aws.redhat.com"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.078) 0:01:27.522 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.044) 0:01:27.567 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:43:00 +0000 (0:00:00.026) 0:01:27.593 ***** changed: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.9934378-25779-243008036385226/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:43:01 +0000 (0:00:00.394) 0:01:27.988 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "unsafe_writes": false, "validate": null } }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.409023-25761-21426890026973/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9014966639a2b613d75ae7e6b02f115a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 504, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.409023-25761-21426890026973/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.9934378-25779-243008036385226/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.9934378-25779-243008036385226/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:43:01 +0000 (0:00:00.033) 0:01:28.021 ***** skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 30 December 2023 09:43:01 +0000 (0:00:00.031) 0:01:28.053 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:43:01 +0000 (0:00:00.076) 0:01:28.129 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:43:01 +0000 (0:00:00.025) 0:01:28.155 ***** changed: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "195c9e71899ab3144d7cea0e8b70c0df", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1703929381.602936-25797-215527068215284/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:43:01 +0000 (0:00:00.449) 0:01:28.605 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1703929373.6374905-25622-277485732004090/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "unsafe_writes": false, "validate": null } }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.0029721-25622-74867188470549/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)\n$ModLoad imjournal # provides access to the systemd journal\n# File to store the position in the journal\n$IMJournalStateFile imjournal.state\n$imjournalRatelimitInterval 600\n$imjournalPersistStateInterval 10\n\n# Turn off message reception via local log socket;\n# local messages are retrieved through imjournal now.\n$OmitLocalLogging on\n\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "efd7499f681061089bc41adb83dd3afe8847c7a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "unsafe_writes": false, "validate": null } }, "md5sum": "377ecd090118d278455f37988f45ce67", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 657, "src": "/root/.ansible/tmp/ansible-tmp-1703929374.874515-25662-241333718196145/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.1180027-25697-275930539209247/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1703929378.7064745-25715-267343145962167/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-relp-module.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.testing-farm.us-east-1.aws.redhat.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.409023-25761-21426890026973/source", "unsafe_writes": false, "validate": null } }, "md5sum": "9014966639a2b613d75ae7e6b02f115a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 504, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.409023-25761-21426890026973/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.9934378-25779-243008036385226/source", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1703929380.9934378-25779-243008036385226/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1703929381.602936-25797-215527068215284/source", "unsafe_writes": false, "validate": null } }, "md5sum": "195c9e71899ab3144d7cea0e8b70c0df", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1703929381.602936-25797-215527068215284/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.037) 0:01:28.643 ***** skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:232 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.080) 0:01:28.723 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.288035", "end": "2023-12-30 09:43:02.481046", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:02.193011" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-relp-module.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/31-output-relp-relp_client0.conf /etc/rsyslog.d/31-output-relp-relp_client1.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:249 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.428) 0:01:29.152 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:273 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.026) 0:01:29.178 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:303 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.022) 0:01:29.200 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:315 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.039) 0:01:29.240 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:331 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.064) 0:01:29.304 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:347 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.030) 0:01:29.334 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:363 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.029) 0:01:29.364 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ActiveEnterTimestampMonotonic": "1264303264", "ActiveExitTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ActiveExitTimestampMonotonic": "1264295426", "ActiveState": "active", "After": "system.slice network-online.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:42:44 UTC", "AssertTimestampMonotonic": "1264297986", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ConditionTimestampMonotonic": "1264297985", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13703", "ExecMainStartTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ExecMainStartTimestampMonotonic": "1264298686", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2023-12-30 09:42:44 UTC] ; stop_time=[n/a] ; pid=13703 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-30 09:42:44 UTC", "InactiveEnterTimestampMonotonic": "1264297491", "InactiveExitTimestamp": "Sat 2023-12-30 09:42:44 UTC", "InactiveExitTimestampMonotonic": "1264298730", "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": "13703", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogTimestamp": "Sat 2023-12-30 09:42:44 UTC", "WatchdogTimestampMonotonic": "1264303237", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:372 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.220) 0:01:29.585 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:381 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.025) 0:01:29.610 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:395 Saturday 30 December 2023 09:43:02 +0000 (0:00:00.024) 0:01:29.635 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:402 Saturday 30 December 2023 09:43:03 +0000 (0:00:00.025) 0:01:29.660 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929363.8577209, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c9638f934d9bd63f915871a44f22aa1968342884", "ctime": 1703929359.495721, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 136788, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1642101032.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3232, "uid": 0, "version": "1930387921", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:408 Saturday 30 December 2023 09:43:03 +0000 (0:00:00.148) 0:01:29.809 ***** changed: [sut] => { "changed": true, "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "06be1b21217661badf921ea6dcceb702", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 131, "src": "/root/.ansible/tmp/ansible-tmp-1703929383.198778-25838-240473790015447/source", "state": "file", "uid": 0 } RUNNING HANDLER [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/handlers/main.yml:2 Saturday 30 December 2023 09:43:03 +0000 (0:00:00.362) 0:01:30.171 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ActiveEnterTimestampMonotonic": "1264303264", "ActiveExitTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ActiveExitTimestampMonotonic": "1264295426", "ActiveState": "active", "After": "system.slice network-online.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:42:44 UTC", "AssertTimestampMonotonic": "1264297986", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ConditionTimestampMonotonic": "1264297985", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13703", "ExecMainStartTimestamp": "Sat 2023-12-30 09:42:44 UTC", "ExecMainStartTimestampMonotonic": "1264298686", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2023-12-30 09:42:44 UTC] ; stop_time=[n/a] ; pid=13703 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-30 09:42:44 UTC", "InactiveEnterTimestampMonotonic": "1264297491", "InactiveExitTimestamp": "Sat 2023-12-30 09:42:44 UTC", "InactiveExitTimestampMonotonic": "1264298730", "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": "13703", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogTimestamp": "Sat 2023-12-30 09:42:44 UTC", "WatchdogTimestampMonotonic": "1264303237", "WatchdogUSec": "0" } } META: ran handlers TASK [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:279 Saturday 30 December 2023 09:43:03 +0000 (0:00:00.256) 0:01:30.428 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:2 Saturday 30 December 2023 09:43:03 +0000 (0:00:00.083) 0:01:30.512 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929383.7427197, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1703929383.4937196, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264204, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1703929383.3677197, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1930388250", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:7 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.143) 0:01:30.655 ***** ok: [sut] => { "changed": false, "examined": 9, "files": [ { "atime": 1703929383.7437196, "ctime": 1703929381.2927198, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264202, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929381.1607199, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 151, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929383.7437196, "ctime": 1703929380.7147198, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264201, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929380.5817199, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 504, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929379.9577198, "ctime": 1703929378.40272, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263979, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929378.27572, "nlink": 1, "path": "/etc/rsyslog.d/10-output-relp-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929383.7437196, "ctime": 1703929378.99172, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264200, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929378.8647199, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 493, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929383.7437196, "ctime": 1703929381.9077199, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 264203, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929381.7697198, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929383.7437196, "ctime": 1703929375.1827202, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263978, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929375.0437202, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 657, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929383.7437196, "ctime": 1703929373.9307203, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 262515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929373.8027203, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 158, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1703929383.7437196, "ctime": 1703929374.2907202, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263977, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703929374.1647203, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 96, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 8 } TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:13 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.142) 0:01:30.797 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:18 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.026) 0:01:30.824 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:23 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.024) 0:01:30.848 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:27 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.025) 0:01:30.874 ***** ok: [sut] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "stat": { "atime": 1703929383.7437196, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "ctime": 1703929378.99172, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264200, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1703929378.8647199, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 493, "uid": 0, "version": "1930388198", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "stat": { "atime": 1703929383.7437196, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "be9051e6df3cfbaf7f76be39c3f0e6a21df675b8", "ctime": 1703929380.7147198, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264201, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1703929380.5817199, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 504, "uid": 0, "version": "1930388216", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_daemon_config_files.yml:35 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.281) 0:01:31.155 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the port in relp_client1] ****************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:289 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.023) 0:01:31.178 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep \"7514\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", "delta": "0:00:00.004841", "end": "2023-12-30 09:43:04.649170", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:04.644329" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 0] *********************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:298 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.172) 0:01:31.351 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.005213", "end": "2023-12-30 09:43:04.825680", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:04.820467" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 1] *********************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:306 Saturday 30 December 2023 09:43:04 +0000 (0:00:00.147) 0:01:31.498 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929370.6747203, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c274f0ebe2fdeed73ce20220bee659d10d67850b", "ctime": 1703929370.6707203, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166207, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703929370.6707203, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "1930387236", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the cert in relp_client0 - 0] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:310 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.152) 0:01:31.650 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.005329", "end": "2023-12-30 09:43:05.125183", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:05.119854" } STDOUT: 1 TASK [Check the cert in relp_client0 - 1] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:318 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.146) 0:01:31.797 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929370.6747203, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c274f0ebe2fdeed73ce20220bee659d10d67850b", "ctime": 1703929370.6707203, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166207, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703929370.6707203, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "1930387236", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the private key in relp_client0 - 0] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:322 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.143) 0:01:31.940 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.005148", "end": "2023-12-30 09:43:05.410344", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:05.405196" } STDOUT: 1 TASK [Check the private key in relp_client0 - 1] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:330 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.142) 0:01:32.083 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703929383.7517197, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7381c87282d6bdafd5725350a3adbc253922b66b", "ctime": 1703929370.6707203, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166206, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703929370.6707203, "nlink": 1, "path": "/etc/pki/tls/private/logging_cert.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "1930387223", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check tls.permittedpeer in relp_client0] ********************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:334 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.148) 0:01:32.231 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.server.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.005118", "end": "2023-12-30 09:43:05.705727", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:05.700609" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_client1] ********************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:342 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.146) 0:01:32.378 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.testing-farm.us-east-1.aws.redhat.com\\\"\\]\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", "delta": "0:00:00.005114", "end": "2023-12-30 09:43:05.849150", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:05.844036" } STDOUT: 1 TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:352 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.142) 0:01:32.520 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:3 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.084) 0:01:32.604 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:15 Saturday 30 December 2023 09:43:05 +0000 (0:00:00.024) 0:01:32.628 ***** ok: [sut] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", "delta": "0:00:00.305512", "end": "2023-12-30 09:43:06.405173", "item": 6514, "rc": 0, "start": "2023-12-30 09:43:06.099661" } STDOUT: 6514/tcp 20514/tcp 7514/tcp ok: [sut] => (item=7514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"7514/tcp\"\n", "delta": "0:00:00.301459", "end": "2023-12-30 09:43:06.825461", "item": 7514, "rc": 0, "start": "2023-12-30 09:43:06.524002" } STDOUT: 6514/tcp 20514/tcp 7514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:24 Saturday 30 December 2023 09:43:06 +0000 (0:00:00.867) 0:01:33.496 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:36 Saturday 30 December 2023 09:43:06 +0000 (0:00:00.022) 0:01:33.519 ***** skipping: [sut] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "item": 6514, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=7514) => { "ansible_loop_var": "item", "changed": false, "item": 7514, "skip_reason": "Conditional result was False" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:46 Saturday 30 December 2023 09:43:06 +0000 (0:00:00.026) 0:01:33.545 ***** TASK [Set firewall and selinux to false for cleanup] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:355 Saturday 30 December 2023 09:43:06 +0000 (0:00:00.022) 0:01:33.568 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": false }, "changed": false } TASK [END TEST CASE 1; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:360 Saturday 30 December 2023 09:43:06 +0000 (0:00:00.022) 0:01:33.590 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.100) 0:01:33.691 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.028) 0:01:33.720 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.028) 0:01:33.749 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.027) 0:01:33.776 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.023) 0:01:33.799 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.021) 0:01:33.821 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.046) 0:01:33.867 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:33.892 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:33.918 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:33.943 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:33.969 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.065) 0:01:34.035 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.026) 0:01:34.061 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.026) 0:01:34.087 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.026) 0:01:34.113 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.026) 0:01:34.139 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:34.165 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.026) 0:01:34.192 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:34.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:34.243 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:34.269 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:34.294 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.080) 0:01:34.375 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.026) 0:01:34.401 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.022) 0:01:34.424 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.022) 0:01:34.447 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.026) 0:01:34.473 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.051) 0:01:34.525 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.025) 0:01:34.550 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.022) 0:01:34.573 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.022) 0:01:34.595 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 30 December 2023 09:43:07 +0000 (0:00:00.022) 0:01:34.618 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.022) 0:01:34.640 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.061) 0:01:34.702 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.052) 0:01:34.754 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.045) 0:01:34.800 ***** included: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.045) 0:01:34.846 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.032) 0:01:34.878 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.026) 0:01:34.904 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.025) 0:01:34.930 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 30 December 2023 09:43:08 +0000 (0:00:00.070) 0:01:35.001 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 30 December 2023 09:43:09 +0000 (0:00:00.927) 0:01:35.928 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 30 December 2023 09:43:09 +0000 (0:00:00.363) 0:01:36.292 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 30 December 2023 09:43:09 +0000 (0:00:00.160) 0:01:36.452 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "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: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 30 December 2023 09:43:09 +0000 (0:00:00.163) 0:01:36.615 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ActiveEnterTimestampMonotonic": "1224938039", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice syslog.target network.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:42:04 UTC", "AssertTimestampMonotonic": "1224903190", "Before": "multi-user.target 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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ConditionTimestampMonotonic": "1224903188", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "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": "11989", "ExecMainStartTimestamp": "Sat 2023-12-30 09:42:04 UTC", "ExecMainStartTimestampMonotonic": "1224903904", "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", "InactiveExitTimestamp": "Sat 2023-12-30 09:42:04 UTC", "InactiveExitTimestampMonotonic": "1224903948", "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": "11989", "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": "system.slice basic.target", "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": "running", "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": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-30 09:42:04 UTC", "WatchdogTimestampMonotonic": "1224937844", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 30 December 2023 09:43:10 +0000 (0:00:00.230) 0:01:36.846 ***** changed: [sut] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 30 December 2023 09:43:10 +0000 (0:00:00.612) 0:01:37.458 ***** skipping: [sut] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 30 December 2023 09:43:10 +0000 (0:00:00.067) 0:01:37.526 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 30 December 2023 09:43:10 +0000 (0:00:00.027) 0:01:37.553 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 30 December 2023 09:43:10 +0000 (0:00:00.026) 0:01:37.579 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 30 December 2023 09:43:10 +0000 (0:00:00.029) 0:01:37.609 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 30 December 2023 09:43:10 +0000 (0:00:00.027) 0:01:37.637 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.027) 0:01:37.665 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.027) 0:01:37.692 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.027) 0:01:37.719 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.026) 0:01:37.746 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.027) 0:01:37.774 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:4 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.040) 0:01:37.815 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:4 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.073) 0:01:37.888 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:13 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.031) 0:01:37.920 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:18 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.024) 0:01:37.944 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:22 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.024) 0:01:37.968 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics_rhel7.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/set_vars.yml:34 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.057) 0:01:38.026 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main.yml:7 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.052) 0:01:38.078 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:15 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.054) 0:01:38.133 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.091503", "end": "2023-12-30 09:43:11.702760", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-30 09:43:11.611257", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper 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: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.084639", "end": "2023-12-30 09:43:11.912719", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2023-12-30 09:43:11.828080", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper 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." ] } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:22 Saturday 30 December 2023 09:43:11 +0000 (0:00:00.450) 0:01:38.584 ***** changed: [sut] => { "changed": true, "changes": { "removed": [ "iproute", "rsyslog" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be erased\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Processing Dependency: rsyslog = 8.24.0-57.el7_9.3 for package: rsyslog-relp-8.24.0-57.el7_9.3.x86_64\n--> Running transaction check\n---> Package rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n iproute x86_64 4.11.0-30.el7 @base 1.8 M\n rsyslog x86_64 8.24.0-57.el7_9.3 @updates 1.9 M\nRemoving for dependencies:\n rsyslog-relp x86_64 8.24.0-57.el7_9.3 @updates 45 k\n\nTransaction Summary\n================================================================================\nRemove 2 Packages (+1 Dependent package)\n\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 1/3 \n Erasing : rsyslog-8.24.0-57.el7_9.3.x86_64 2/3 \nwarning: /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave\n Erasing : iproute-4.11.0-30.el7.x86_64 3/3 \n Verifying : rsyslog-8.24.0-57.el7_9.3.x86_64 1/3 \n Verifying : rsyslog-relp-8.24.0-57.el7_9.3.x86_64 2/3 \n Verifying : iproute-4.11.0-30.el7.x86_64 3/3 \n\nRemoved:\n iproute.x86_64 0:4.11.0-30.el7 rsyslog.x86_64 0:8.24.0-57.el7_9.3 \n\nDependency Removed:\n rsyslog-relp.x86_64 0:8.24.0-57.el7_9.3 \n\nComplete!\n" ] } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:34 Saturday 30 December 2023 09:43:13 +0000 (0:00:01.560) 0:01:40.144 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "iproute", "rsyslog" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed\n---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n iproute x86_64 4.11.0-30.el7 base 805 k\n rsyslog x86_64 8.24.0-57.el7_9.3 updates 622 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages\n\nTotal download size: 1.4 M\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.6 MB/s | 1.4 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : iproute-4.11.0-30.el7.x86_64 1/2 \n Installing : rsyslog-8.24.0-57.el7_9.3.x86_64 2/2 \n Verifying : rsyslog-8.24.0-57.el7_9.3.x86_64 1/2 \n Verifying : iproute-4.11.0-30.el7.x86_64 2/2 \n\nInstalled:\n iproute.x86_64 0:4.11.0-30.el7 rsyslog.x86_64 0:8.24.0-57.el7_9.3 \n\nComplete!\n" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:48 Saturday 30 December 2023 09:43:16 +0000 (0:00:02.842) 0:01:42.986 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:52 Saturday 30 December 2023 09:43:16 +0000 (0:00:00.023) 0:01:43.010 ***** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "PyYAML": [ { "arch": "x86_64", "epoch": null, "name": "PyYAML", "release": "11.el7", "source": "rpm", "version": "3.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "aic94xx-firmware": [ { "arch": "noarch", "epoch": null, "name": "aic94xx-firmware", "release": "6.el7", "source": "rpm", "version": "30" } ], "alsa-firmware": [ { "arch": "noarch", "epoch": null, "name": "alsa-firmware", "release": "2.el7", "source": "rpm", "version": "1.0.28" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.el7", "source": "rpm", "version": "1.1.8" } ], "alsa-tools-firmware": [ { "arch": "x86_64", "epoch": null, "name": "alsa-tools-firmware", "release": "1.el7", "source": "rpm", "version": "1.1.0" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.el7", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs-python": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs-python", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "authconfig": [ { "arch": "x86_64", "epoch": null, "name": "authconfig", "release": "30.el7", "source": "rpm", "version": "6.2.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el7", "source": "rpm", "version": "0.6.31" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.el7.centos", "source": "rpm", "version": "10.0" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "35.el7_9", "source": "rpm", "version": "4.2.46" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "13.el7", "source": "rpm", "version": "1.06.95" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "26.P2.el7_9.15", "source": "rpm", "version": "9.11.4" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "44.base.el7_9.1", "source": "rpm", "version": "2.27" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el7", "source": "rpm", "version": "0.7.3" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.el7", "source": "rpm", "version": "4.9.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.el7", "source": "rpm", "version": "1.0.6" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "72.el7_9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-logos": [ { "arch": "noarch", "epoch": null, "name": "centos-logos", "release": "3.el7.centos", "source": "rpm", "version": "70.0.6" } ], "centos-release": [ { "arch": "x86_64", "epoch": null, "name": "centos-release", "release": "9.2009.1.el7.centos", "source": "rpm", "version": "7" } ], "certmonger": [ { "arch": "x86_64", "epoch": null, "name": "certmonger", "release": "17.el7_9", "source": "rpm", "version": "0.78.4" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "8.el7", "source": "rpm", "version": "2.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el7", "source": "rpm", "version": "1.7.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el7", "source": "rpm", "version": "3.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "5.el7", "source": "rpm", "version": "0.29" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "24.el7_9.2", "source": "rpm", "version": "8.22" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "28.el7", "source": "rpm", "version": "2.11" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "createrepo": [ { "arch": "noarch", "epoch": null, "name": "createrepo", "release": "28.el7", "source": "rpm", "version": "0.9.9" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.20121102git.el7", "source": "rpm", "version": "1.11" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "24.el7_9", "source": "rpm", "version": "2.1.26" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "7.el7", "source": "rpm", "version": "0.100" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-python": [ { "arch": "x86_64", "epoch": null, "name": "dbus-python", "release": "9.el7", "source": "rpm", "version": "1.1.1" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "15.el7", "source": "rpm", "version": "6.0.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "5.el7_5", "source": "rpm", "version": "2.0.22" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "9.el7_6", "source": "rpm", "version": "3.3.29" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el7", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "52ae6884", "source": "rpm", "version": "352c64e5" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "53a7ff4b", "source": "rpm", "version": "f4a80eb5" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el7", "source": "rpm", "version": "1.3.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "6.el7", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.el7", "source": "rpm", "version": "2.20" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "8.el7", "source": "rpm", "version": "1.22.2" } ], "grub2": [ { "arch": "x86_64", "epoch": 1, "name": "grub2", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "26.el7", "source": "rpm", "version": "8.28" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "30.el7_9", "source": "rpm", "version": "0.7.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "11.el7_9", "source": "rpm", "version": "1.5" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "19.el7", "source": "rpm", "version": "1.0" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "3.el7_7.1", "source": "rpm", "version": "3.13" } ], "hwdata": [ { "arch": "x86_64", "epoch": null, "name": "hwdata", "release": "9.7.el7", "source": "rpm", "version": "0.252" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "5.el7", "source": "rpm", "version": "5.1" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "30.el7", "source": "rpm", "version": "4.11.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "3.el7_7", "source": "rpm", "version": "2.4.17.1" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "35.el7", "source": "rpm", "version": "1.4.21" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el7", "source": "rpm", "version": "20160308" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 3, "name": "irqbalance", "release": "12.el7", "source": "rpm", "version": "1.0.7" } ], "ivtv-firmware": [ { "arch": "noarch", "epoch": 2, "name": "ivtv-firmware", "release": "26.el7", "source": "rpm", "version": "20080701" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "80.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3160-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "iwl3945-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3945-firmware", "release": "80.el7_9", "source": "rpm", "version": "15.32.2.9" } ], "iwl4965-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl4965-firmware", "release": "80.el7_9", "source": "rpm", "version": "228.61.2.24" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "80.el7_9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "80.el7_9", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6000g2b-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2b-firmware", "release": "80.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "80.el7_9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl7260-firmware", "release": "80.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el7", "source": "rpm", "version": "2.10" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el7_0", "source": "rpm", "version": "0.11" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "28.el7", "source": "rpm", "version": "20" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "28.el7", "source": "rpm", "version": "20" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "136.el7_9", "source": "rpm", "version": "0.4.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "55.el7_9", "source": "rpm", "version": "1.15.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "9.el7", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librelp": [ { "arch": "x86_64", "epoch": null, "name": "librelp", "release": "1.el7_5.1", "source": "rpm", "version": "1.2.12" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el7", "source": "rpm", "version": "2.1.16" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el7", "source": "rpm", "version": "0.9.39" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "80.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "6.el7", "source": "rpm", "version": "4.87" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.16.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "9.el7_9", "source": "rpm", "version": "2.7.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "ntpdate": [ { "arch": "x86_64", "epoch": null, "name": "ntpdate", "release": "29.el7.centos.2", "source": "rpm", "version": "4.2.6p5" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "17.el7", "source": "rpm", "version": "22.20" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python-cffi", "release": "5.el7", "source": "rpm", "version": "1.6.0" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "python-deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-idna": [ { "arch": "noarch", "epoch": null, "name": "python-idna", "release": "1.el7", "source": "rpm", "version": "2.4" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.102.1.el7", "source": "rpm", "version": "3.10.0" } ], "python-ply": [ { "arch": "noarch", "epoch": null, "name": "python-ply", "release": "11.el7", "source": "rpm", "version": "3.4" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python-pycparser", "release": "1.el7", "source": "rpm", "version": "2.14" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python2-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python2-cryptography", "release": "2.el7", "source": "rpm", "version": "1.7.2" } ], "python2-dnf": [ { "arch": "noarch", "epoch": null, "name": "python2-dnf", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python2-libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python2-pyasn1", "release": "7.el7", "source": "rpm", "version": "0.1.9" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.7", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.49" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "2.el7", "source": "rpm", "version": "0.3.14" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2023c" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xmlrpc-c": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xmlrpc-c-client": [ { "arch": "x86_64", "epoch": null, "name": "xmlrpc-c-client", "release": "1905.svn2451.el7", "source": "rpm", "version": "1.32.5" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:56 Saturday 30 December 2023 09:43:17 +0000 (0:00:01.009) 0:01:44.020 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.24.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:63 Saturday 30 December 2023 09:43:17 +0000 (0:00:00.032) 0:01:44.052 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.24.0, which is older than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:69 Saturday 30 December 2023 09:43:17 +0000 (0:00:00.026) 0:01:44.079 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:78 Saturday 30 December 2023 09:43:17 +0000 (0:00:00.024) 0:01:44.103 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:86 Saturday 30 December 2023 09:43:17 +0000 (0:00:00.022) 0:01:44.126 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:93 Saturday 30 December 2023 09:43:17 +0000 (0:00:00.149) 0:01:44.275 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:99 Saturday 30 December 2023 09:43:17 +0000 (0:00:00.151) 0:01:44.427 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:108 Saturday 30 December 2023 09:43:17 +0000 (0:00:00.148) 0:01:44.576 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:131 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.074) 0:01:44.650 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:155 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.037) 0:01:44.687 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:159 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.060) 0:01:44.748 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:177 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.035) 0:01:44.783 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:188 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.023) 0:01:44.807 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:207 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.023) 0:01:44.830 ***** ok: [sut] => (item={'name': 'default_files', 'type': 'files'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_files_output_packages": [], "__rsyslog_files_output_rules": [ "{{ __rsyslog_conf_files_output_modules }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:219 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.031) 0:01:44.861 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.051) 0:01:44.912 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.043) 0:01:44.956 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.026) 0:01:44.983 ***** ok: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.353) 0:01:45.336 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.028) 0:01:45.365 ***** skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.087) 0:01:45.453 ***** included: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.046) 0:01:45.500 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:15 Saturday 30 December 2023 09:43:18 +0000 (0:00:00.025) 0:01:45.525 ***** ok: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:38 Saturday 30 December 2023 09:43:19 +0000 (0:00:00.398) 0:01:45.923 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": { "after": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" }, "before": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:43 Saturday 30 December 2023 09:43:19 +0000 (0:00:00.029) 0:01:45.953 ***** skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:232 Saturday 30 December 2023 09:43:19 +0000 (0:00:00.075) 0:01:46.028 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.290039", "end": "2023-12-30 09:43:19.785456", "failed_when_result": false, "rc": 0, "start": "2023-12-30 09:43:19.495417" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-relp-module.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/31-output-relp-relp_client0.conf /etc/rsyslog.d/31-output-relp-relp_client1.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:249 Saturday 30 December 2023 09:43:19 +0000 (0:00:00.428) 0:01:46.457 ***** changed: [sut] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/10-output-relp-module.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-relp-module.conf", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "state": "absent" } NOTIFIED HANDLER /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:273 Saturday 30 December 2023 09:43:20 +0000 (0:00:00.788) 0:01:47.246 ***** TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:303 Saturday 30 December 2023 09:43:20 +0000 (0:00:00.023) 0:01:47.269 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:315 Saturday 30 December 2023 09:43:20 +0000 (0:00:00.039) 0:01:47.308 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:331 Saturday 30 December 2023 09:43:20 +0000 (0:00:00.029) 0:01:47.338 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:347 Saturday 30 December 2023 09:43:20 +0000 (0:00:00.029) 0:01:47.367 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:363 Saturday 30 December 2023 09:43:20 +0000 (0:00:00.029) 0:01:47.396 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; 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/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.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": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:372 Saturday 30 December 2023 09:43:20 +0000 (0:00:00.234) 0:01:47.631 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:381 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.024) 0:01:47.656 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:395 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.023) 0:01:47.679 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:402 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.024) 0:01:47.704 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:408 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.059) 0:01:47.764 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [/WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/handlers/main.yml:2 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.010) 0:01:47.774 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 09:43:20 UTC", "ActiveEnterTimestampMonotonic": "1301013481", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network-online.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 09:43:20 UTC", "AssertTimestampMonotonic": "1301006352", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "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": "yes", "ConditionTimestamp": "Sat 2023-12-30 09:43:20 UTC", "ConditionTimestampMonotonic": "1301006350", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) http://www.rsyslog.com/doc/", "EnvironmentFile": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14938", "ExecMainStartTimestamp": "Sat 2023-12-30 09:43:20 UTC", "ExecMainStartTimestampMonotonic": "1301007043", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2023-12-30 09:43:20 UTC] ; stop_time=[n/a] ; pid=14938 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-30 09:43:20 UTC", "InactiveExitTimestampMonotonic": "1301007094", "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": "14938", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "notify", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogTimestamp": "Sat 2023-12-30 09:43:20 UTC", "WatchdogTimestampMonotonic": "1301013446", "WatchdogUSec": "0" } } META: ran handlers TASK [Stop tracking certificate] *********************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:376 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.239) 0:01:48.014 ***** ok: [sut] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/logging_cert.crt" ], "delta": "0:00:00.036510", "end": "2023-12-30 09:43:21.513924", "rc": 0, "start": "2023-12-30 09:43:21.477414" } STDOUT: Request "20231230094205" removed. TASK [Clean up pki files] ****************************************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:380 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.171) 0:01:48.185 ***** changed: [sut] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/logging_cert.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/logging_cert.key", "path": "/etc/pki/tls/private/logging_cert.key", "state": "absent" } ok: [sut] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:389 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.388) 0:01:48.573 ***** included: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:3 Saturday 30 December 2023 09:43:21 +0000 (0:00:00.057) 0:01:48.631 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:15 Saturday 30 December 2023 09:43:22 +0000 (0:00:00.027) 0:01:48.658 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:24 Saturday 30 December 2023 09:43:22 +0000 (0:00:00.022) 0:01:48.681 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:36 Saturday 30 December 2023 09:43:22 +0000 (0:00:00.022) 0:01:48.703 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:46 Saturday 30 December 2023 09:43:22 +0000 (0:00:00.056) 0:01:48.759 ***** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=337 changed=47 unreachable=0 failed=0 skipped=313 rescued=0 ignored=0 Saturday 30 December 2023 09:43:22 +0000 (0:00:00.007) 0:01:48.767 ***** =============================================================================== fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 9.73s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 8.40s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.62s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 3.61s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 --------------- fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.23s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent --- 2.89s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:22 ----------- /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.86s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:34 ----------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 2.85s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.84s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:34 ----------- fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.80s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.26s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/deploy.yml:4 --------------- Install lsof ------------------------------------------------------------ 1.85s /WORKDIR/git-weekly-cihy514jo5/tests/tests_relp.yml:88 ------------------------ /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent --- 1.56s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:22 ----------- fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.55s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state --- 1.32s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:249 ---------- Check associated selinux ports (manage - tcp) --------------------------- 1.15s /WORKDIR/git-weekly-cihy514jo5/tests/tasks/check_firewall_selinux.yml:36 ------ /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.13s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:52 ----------- fedora.linux_system_roles.certificate : Ensure provider service is running --- 1.03s /WORKDIR/git-weekly-cihy514jo5/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.01s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/tasks/main_core.yml:52 ----------- /WORKDIR/git-weekly-cihy514jo5/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd --- 1.01s /WORKDIR/git-weekly-cihy514jo5/roles/rsyslog/handlers/main.yml:2 -------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper 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. ---^---^---^---^---^---