+ cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_combination.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_combination.yml ************************************************ 1 plays in /tmp/tmp669uc2bh/tests/tests_combination.yml PLAY [Ensure that the role runs with complicated flows - M x N combinations] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [Generate an input log dir /var/log/inputdirectory] *********************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:13 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log/inputdirectory", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:19 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_loop_var": "item", "changed": false, "item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '5313'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "5313"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud4zr8ydr0/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud4zr8ydr0/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDIaO6miPw6sZ3j1GE8SnxE2hoqqkzxVNYwcwWAEyitMt54fVNeIUzpH5enTzipOPAuSiEa3CJ3aTJeElzyd2chKHEBDFxJHWqF8eW7EL+FjuPFRwhr7f0uUUhwbQkr3+lC9qFXrIvp+wNUFyEMVniUzg1BQUX2CKRjUH2b/snNKjj/bMHp/bXUPp87HOx6fIpivTdk5B6fyhrYHRYp3TEKXyrh72qgXy0vMWvado8xRsIU9kq9EJIiQTpcIgb0fT2fcmXzwxPwS7wV25/mKQwkAkGyxzxG0/ce8IQShnRz0ENzELZTJZE1lUnSGMJE1CsbnaxFI3q3YlhzYMUd9oHh', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPwV0q/uU8Z3tIA7832FLfWxXe5QgtPI11aGgug0/gzpfsxgQSfcgOgRGJKnRS7AnvRLomp2uF+EnwYJAJ4QPoU=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIG8VZ+2i4tNwIGroZlBEvYPAhDbqO6J+vF3n5Vus6CLC', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'is_chroot': False, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'ansible_local': {}, 'apparmor': {'status': 'disabled'}, 'lsb': {}, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '2e0d3cbe295a4e5385480355d8a18581', 'hostnqn': '', 'iscsi_iqn': '', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '05', 'minute': '52', 'second': '30', 'epoch': '1590645150', 'date': '2020-05-28', 'time': '05:52:30', 'iso8601_micro': '2020-05-28T05:52:30.654189Z', 'iso8601': '2020-05-28T05:52:30Z', 'iso8601_basic': '20200528T055230654091', 'iso8601_basic_short': '20200528T055230', 'tz': 'UTC', 'tz_offset': '+0000'}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'interfaces': ['eth0', 'lo'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'pkg_mgr': 'dnf', 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1497, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-52-15-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-52-15-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'fips': False, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 52146 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 52146 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'fibre_channel_wwn': [], 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'dns': {'nameservers': ['10.0.2.3']}, 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590645150", "hour": "05", "iso8601": "2020-05-28T05:52:30Z", "iso8601_basic": "20200528T055230654091", "iso8601_basic_short": "20200528T055230", "iso8601_micro": "2020-05-28T05:52:30.654189Z", "minute": "52", "month": "05", "second": "30", "time": "05:52:30", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-52-15-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-52-15-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 52146 22", "SSH_CONNECTION": "10.0.2.2 52146 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["eth0", "lo"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "2e0d3cbe295a4e5385480355d8a18581", "memfree_mb": 1497, "memory_mb": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPwV0q/uU8Z3tIA7832FLfWxXe5QgtPI11aGgug0/gzpfsxgQSfcgOgRGJKnRS7AnvRLomp2uF+EnwYJAJ4QPoU=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG8VZ+2i4tNwIGroZlBEvYPAhDbqO6J+vF3n5Vus6CLC", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDIaO6miPw6sZ3j1GE8SnxE2hoqqkzxVNYwcwWAEyitMt54fVNeIUzpH5enTzipOPAuSiEa3CJ3aTJeElzyd2chKHEBDFxJHWqF8eW7EL+FjuPFRwhr7f0uUUhwbQkr3+lC9qFXrIvp+wNUFyEMVniUzg1BQUX2CKRjUH2b/snNKjj/bMHp/bXUPp87HOx6fIpivTdk5B6fyhrYHRYp3TEKXyrh72qgXy0vMWvado8xRsIU9kq9EJIiQTpcIgb0fT2fcmXzwxPwS7wV25/mKQwkAkGyxzxG0/ce8IQShnRz0ENzELZTJZE1lUnSGMJE1CsbnaxFI3q3YlhzYMUd9oHh", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDIaO6miPw6sZ3j1GE8SnxE2hoqqkzxVNYwcwWAEyitMt54fVNeIUzpH5enTzipOPAuSiEa3CJ3aTJeElzyd2chKHEBDFxJHWqF8eW7EL+FjuPFRwhr7f0uUUhwbQkr3+lC9qFXrIvp+wNUFyEMVniUzg1BQUX2CKRjUH2b/snNKjj/bMHp/bXUPp87HOx6fIpivTdk5B6fyhrYHRYp3TEKXyrh72qgXy0vMWvado8xRsIU9kq9EJIiQTpcIgb0fT2fcmXzwxPwS7wV25/mKQwkAkGyxzxG0/ce8IQShnRz0ENzELZTJZE1lUnSGMJE1CsbnaxFI3q3YlhzYMUd9oHh'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDIaO6miPw6sZ3j1GE8SnxE2hoqqkzxVNYwcwWAEyitMt54fVNeIUzpH5enTzipOPAuSiEa3CJ3aTJeElzyd2chKHEBDFxJHWqF8eW7EL+FjuPFRwhr7f0uUUhwbQkr3+lC9qFXrIvp+wNUFyEMVniUzg1BQUX2CKRjUH2b/snNKjj/bMHp/bXUPp87HOx6fIpivTdk5B6fyhrYHRYp3TEKXyrh72qgXy0vMWvado8xRsIU9kq9EJIiQTpcIgb0fT2fcmXzwxPwS7wV25/mKQwkAkGyxzxG0/ce8IQShnRz0ENzELZTJZE1lUnSGMJE1CsbnaxFI3q3YlhzYMUd9oHh"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPwV0q/uU8Z3tIA7832FLfWxXe5QgtPI11aGgug0/gzpfsxgQSfcgOgRGJKnRS7AnvRLomp2uF+EnwYJAJ4QPoU='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPwV0q/uU8Z3tIA7832FLfWxXe5QgtPI11aGgug0/gzpfsxgQSfcgOgRGJKnRS7AnvRLomp2uF+EnwYJAJ4QPoU="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIG8VZ+2i4tNwIGroZlBEvYPAhDbqO6J+vF3n5Vus6CLC'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIG8VZ+2i4tNwIGroZlBEvYPAhDbqO6J+vF3n5Vus6CLC"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '2e0d3cbe295a4e5385480355d8a18581'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "2e0d3cbe295a4e5385480355d8a18581"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '05', 'minute': '52', 'second': '30', 'epoch': '1590645150', 'date': '2020-05-28', 'time': '05:52:30', 'iso8601_micro': '2020-05-28T05:52:30.654189Z', 'iso8601': '2020-05-28T05:52:30Z', 'iso8601_basic': '20200528T055230654091', 'iso8601_basic_short': '20200528T055230', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590645150", "hour": "05", "iso8601": "2020-05-28T05:52:30Z", "iso8601_basic": "20200528T055230654091", "iso8601_basic_short": "20200528T055230", "iso8601_micro": "2020-05-28T05:52:30.654189Z", "minute": "52", "month": "05", "second": "30", "time": "05:52:30", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['eth0', 'lo']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["eth0", "lo"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1497}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1497}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-52-15-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-52-15-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-52-15-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-52-15-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 52146 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 52146 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 52146 22", "SSH_CONNECTION": "10.0.2.2 52146 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': [{'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}, {'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__e11fcc20598e7f14f5cf6f103116848a9c4fb278'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__e11fcc20598e7f14f5cf6f103116848a9c4fb278"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T055230"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T055230", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T055230/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590645286.1184282-218790-37939438486706/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590645286.9763725-218818-186779366972216/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590645287.5953617-218818-133589912360086/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics', 'rsyslog_imjournal_ratelimit_burst': 33333}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "rsyslog_imjournal_ratelimit_burst": 33333, "type": "basics"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "aba3c0ff2562af485a368d8f3d13266fa72df779", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "b456a320608c29fa50efe86efd282788", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590645291.937928-218897-235644848931833/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}, "changed": false, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "681de0f7b7eaf9276f7bdac676673154230ce7fe", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "9ca6f8e52b8bcca5b593b7f28cbdcd3c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 310, "src": "/root/.ansible/tmp/ansible-tmp-1590645296.4817762-218959-36713627209109/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590645300.666893-219007-277686551243503/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics', 'rsyslog_imjournal_ratelimit_burst': 33333}) => {"ansible_loop_var": "files_item", "changed": false, "files_item": {"name": "basic_input", "rsyslog_imjournal_ratelimit_burst": 33333, "type": "basics"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "81b202e0bc36d4257a4869b4719816547d15aedf", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test1\n}\n"}], "state": "present", "type": "input"}, "md5sum": "3c8fad5af9208d7de9f0f4e250e19482", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 358, "src": "/root/.ansible/tmp/ansible-tmp-1590645304.8573325-219055-205391863658250/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test1\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590645309.2774704-219120-198756188111955/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "md5sum": "b0ab58ced7d24adb5c768e25b861eab2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "src": "/root/.ansible/tmp/ansible-tmp-1590645313.460114-219168-191384346112153/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "md5sum": "a2e0b8b19e459460c23f0f4ead00337a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "src": "/root/.ansible/tmp/ansible-tmp-1590645317.6199687-219214-97944621180598/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "6719c40859e8faf12c0a79f69b045a0a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "src": "/root/.ansible/tmp/ansible-tmp-1590645337.9819372-219425-232159534915475/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "c28520b9fdb77456e7a530b54a8403e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "src": "/root/.ansible/tmp/ansible-tmp-1590645342.2236865-219471-59041067017600/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:65 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645356.228061, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590645287.2820609, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3299, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645286.931061, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "718286855", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 12, "files": [{"atime": 1590645322.439061, "ctime": 1590645310.217061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645309.987061, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645326.574061, "ctime": 1590645314.389061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645314.161061, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645286.094061, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590645356.229061, "ctime": 1590645287.917061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645287.683061, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645356.229061, "ctime": 1590645288.543061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645288.311061, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645356.229061, "ctime": 1590645305.806061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645305.570061, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645356.229061, "ctime": 1590645292.882061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645292.655061, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645356.229061, "ctime": 1590645297.418061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645297.189061, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645356.229061, "ctime": 1590645301.612061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645301.375061, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645351.040061, "ctime": 1590645338.918061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645338.688061, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645330.658061, "ctime": 1590645318.560061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645318.330061, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 88, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645355.189061, "ctime": 1590645343.167061, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3324, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645342.926061, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 12, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 05:55:56 UTC", "ActiveEnterTimestampMonotonic": "216318724", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 05:55:56 UTC", "AssertTimestampMonotonic": "216310732", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 05:55:56 UTC", "ConditionTimestampMonotonic": "216310731", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13159", "ExecMainStartTimestamp": "Thu 2020-05-28 05:55:56 UTC", "ExecMainStartTimestampMonotonic": "216312026", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 05:55:56 UTC] ; stop_time=[n/a] ; pid=13159 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 05:55:56 UTC", "InactiveExitTimestampMonotonic": "216312291", "InvocationID": "e7c8617a1b5040d689fa286c50d0a49a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13159", "MemoryAccounting": "yes", "MemoryCurrent": "2486272", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 05:55:56 UTC", "StateChangeTimestampMonotonic": "216318724", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:72 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:76 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:80 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:86 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.008968", "end": "2020-05-28 05:55:58.436759", "failed_when_result": false, "rc": 0, "start": "2020-05-28 05:55:58.427791", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 05:55:57 UTC; 575ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 13390 (rsyslogd)\n Tasks: 4 (limit: 2343)\n Memory: 1.6M\n CGroup: /system.slice/rsyslog.service\n └─13390 /usr/sbin/rsyslogd -n\n\nMay 28 05:55:57 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 05:55:57 ibm-p8-kvm-03-guest-02 rsyslogd[13390]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13390\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 05:55:57 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.\nMay 28 05:55:57 ibm-p8-kvm-03-guest-02 rsyslogd[13390]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 05:55:57 UTC; 575ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 13390 (rsyslogd)", " Tasks: 4 (limit: 2343)", " Memory: 1.6M", " CGroup: /system.slice/rsyslog.service", " └─13390 /usr/sbin/rsyslogd -n", "", "May 28 05:55:57 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 05:55:57 ibm-p8-kvm-03-guest-02 rsyslogd[13390]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13390\" x-info=\"https://www.rsyslog.com\"] start", "May 28 05:55:57 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "May 28 05:55:57 ibm-p8-kvm-03-guest-02 rsyslogd[13390]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:91 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645326.574061, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "ctime": 1590645314.389061, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645314.161061, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "version": "281525476", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the files config exists] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:96 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:100 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", ".var.log.messages", "/etc/rsyslog.d/30-output-files-files_test0.conf"], "delta": "0:00:00.002574", "end": "2020-05-28 05:55:59.116524", "rc": 0, "start": "2020-05-28 05:55:59.113950", "stderr": "", "stderr_lines": [], "stdout": " *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages", "stdout_lines": [" *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:105 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Run logger to generate a test log message] ******************************* task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:109 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0000"], "delta": "0:00:00.003729", "end": "2020-05-28 05:55:59.471764", "rc": 0, "start": "2020-05-28 05:55:59.468035", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:113 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "testMessage0000", "/var/log/messages"], "delta": "0:00:00.002752", "end": "2020-05-28 05:55:59.791788", "rc": 0, "start": "2020-05-28 05:55:59.789036", "stderr": "", "stderr_lines": [], "stdout": "May 28 05:55:59 ibm-p8-kvm-03-guest-02 ansible-command[13690]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 28 05:55:59 ibm-p8-kvm-03-guest-02 testTag0[13691]: testMessage0000\nMay 28 05:55:59 ibm-p8-kvm-03-guest-02 ansible-command[13764]: Invoked with _raw_params=/bin/grep testMessage0000 /var/log/messages warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "stdout_lines": ["May 28 05:55:59 ibm-p8-kvm-03-guest-02 ansible-command[13690]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "May 28 05:55:59 ibm-p8-kvm-03-guest-02 testTag0[13691]: testMessage0000", "May 28 05:55:59 ibm-p8-kvm-03-guest-02 ansible-command[13764]: Invoked with _raw_params=/bin/grep testMessage0000 /var/log/messages warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None"]} TASK [Check if the test message is in /var/log/messages] *********************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:118 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the forwarding config stat] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:122 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645351.040061, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "ctime": 1590645338.918061, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645338.688061, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "version": "3589608075", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the forwarding config exists] *********************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:127 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep severity_and_facility] ********************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:131 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf"], "delta": "0:00:00.002672", "end": "2020-05-28 05:56:00.502399", "rc": 0, "start": "2020-05-28 05:56:00.499727", "stderr": "", "stderr_lines": [], "stdout": " local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")", "stdout_lines": [" local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")"]} TASK [Check severity_and_facility] ********************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:136 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:140 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645356.229061, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "81b202e0bc36d4257a4869b4719816547d15aedf", "ctime": 1590645305.806061, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645305.570061, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 358, "uid": 0, "version": "4275629794", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the input files config exists] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:145 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep input file] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:149 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "inputdirectory", "/etc/rsyslog.d/90-input-files-files_input.conf"], "delta": "0:00:00.002488", "end": "2020-05-28 05:56:01.233063", "rc": 0, "start": "2020-05-28 05:56:01.230575", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:154 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Create a test log file in /var/log/inputdirectory] *********************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:158 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "checksum": "1a23f10c681b9ba18fa763c0d005ddb41edffc14", "dest": "/var/log/inputdirectory/test.log", "gid": 0, "group": "root", "md5sum": "44c9606418847c249cbc838edbe0b432", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:var_log_t:s0", "size": 31, "src": "/root/.ansible/tmp/ansible-tmp-1590645360.9399488-219855-262797606362400/source", "state": "file", "uid": 0} TASK [Add a fake log message to /var/log/inputdirectory/test.log] ************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:164 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"backup": "", "changed": false, "msg": "line added"} TASK [Check the fake test log message in /var/log/messages] ******************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:170 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "files_input .*abcdefghijklmnopqrstuvwxyz", "/var/log/messages"], "delta": "0:00:01.004130", "end": "2020-05-28 05:56:03.661416", "rc": 0, "start": "2020-05-28 05:56:02.657286", "stderr": "", "stderr_lines": [], "stdout": "May 28 05:56:02 ibm-p8-kvm-03-guest-02 files_input <167>Mar 20 01:00:00 11.22.33.44 tag msgnum:00000000:26:abcdefghijklmnopqrstuvwxyz", "stdout_lines": ["May 28 05:56:02 ibm-p8-kvm-03-guest-02 files_input <167>Mar 20 01:00:00 11.22.33.44 tag msgnum:00000000:26:abcdefghijklmnopqrstuvwxyz"]} TASK [Check if the fake test message is in /var/log/messages] ****************** task path: /tmp/tmp669uc2bh/tests/tests_combination.yml:175 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=105 changed=17 unreachable=0 failed=0 skipped=29 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_combination2.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_combination2.yml *********************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_combination2.yml PLAY [Ensure that the role runs with complicated flows - M x N combinations 2] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [Generate an input log dir /var/log/inputdirectory] *********************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:13 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log/inputdirectory", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:19 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_loop_var": "item", "changed": false, "item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '5197'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "5197"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud_s5rkwgf/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud_s5rkwgf/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCrCmvpKKUjsSpIcxbOS9hSNEmyeAsy/7Sy7tWhORMdmGP2Gg2ZglUjtydek4krjWtBapktjiy5auCOSElDbjzEZyZyyW1MANcwUHuoY8qZh3LcYfkSpw4edf8Ojo5pSUDZPsYlSTr2e7YiHL2fuhCUUv+1tyjVp/1/+6ORxKIFo15dA2pDWs55e+nFXGeJyJW/b8qc23fkPld8CFnQU5WOTwHMpHkawpFP2183XY2fU8bFw3WHohwfQY9cONh8opaNRWBtpCPWadxfe0JrW0x8R35TStpEs2b2Elo7Kp8SKf4a+rEQeook+C6oH1vv00ywt36nJO0r/1g2q0iKQL63', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBYK6c3/66mzy3bhf1WabVMRkMefdIuKc1KO20sb7s7KrBpuPBbriSSJ+jtvPCXaXPqvYtkxUZUCgw1B8mfk6vQ=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIITqXVjJDTB9f+KvrDi4e8C6X7+DfjlS15DPZ2PV6W+Z', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'fips': False, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'is_chroot': False, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '05', 'minute': '56', 'second': '17', 'epoch': '1590645377', 'date': '2020-05-28', 'time': '05:56:17', 'iso8601_micro': '2020-05-28T05:56:17.265081Z', 'iso8601': '2020-05-28T05:56:17Z', 'iso8601_basic': '20200528T055617264980', 'iso8601_basic_short': '20200528T055617', 'tz': 'UTC', 'tz_offset': '+0000'}, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '6faa97331f414733bbefc635dab3bbf1', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'iscsi_iqn': '', 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 46096 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 46096 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1495, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 486, 'free': 1495}, 'nocache': {'free': 1688, 'used': 293}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-56-03-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-56-03-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'fibre_channel_wwn': [], 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'dns': {'nameservers': ['10.0.2.3']}, 'hostnqn': '', 'lsb': {}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'apparmor': {'status': 'disabled'}, 'ansible_local': {}, 'interfaces': ['lo', 'eth0'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'pkg_mgr': 'dnf', 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590645377", "hour": "05", "iso8601": "2020-05-28T05:56:17Z", "iso8601_basic": "20200528T055617264980", "iso8601_basic_short": "20200528T055617", "iso8601_micro": "2020-05-28T05:56:17.265081Z", "minute": "56", "month": "05", "second": "17", "time": "05:56:17", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-56-03-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-56-03-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 46096 22", "SSH_CONNECTION": "10.0.2.2 46096 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "6faa97331f414733bbefc635dab3bbf1", "memfree_mb": 1495, "memory_mb": {"nocache": {"free": 1688, "used": 293}, "real": {"free": 1495, "total": 1981, "used": 486}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBYK6c3/66mzy3bhf1WabVMRkMefdIuKc1KO20sb7s7KrBpuPBbriSSJ+jtvPCXaXPqvYtkxUZUCgw1B8mfk6vQ=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIITqXVjJDTB9f+KvrDi4e8C6X7+DfjlS15DPZ2PV6W+Z", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCrCmvpKKUjsSpIcxbOS9hSNEmyeAsy/7Sy7tWhORMdmGP2Gg2ZglUjtydek4krjWtBapktjiy5auCOSElDbjzEZyZyyW1MANcwUHuoY8qZh3LcYfkSpw4edf8Ojo5pSUDZPsYlSTr2e7YiHL2fuhCUUv+1tyjVp/1/+6ORxKIFo15dA2pDWs55e+nFXGeJyJW/b8qc23fkPld8CFnQU5WOTwHMpHkawpFP2183XY2fU8bFw3WHohwfQY9cONh8opaNRWBtpCPWadxfe0JrW0x8R35TStpEs2b2Elo7Kp8SKf4a+rEQeook+C6oH1vv00ywt36nJO0r/1g2q0iKQL63", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCrCmvpKKUjsSpIcxbOS9hSNEmyeAsy/7Sy7tWhORMdmGP2Gg2ZglUjtydek4krjWtBapktjiy5auCOSElDbjzEZyZyyW1MANcwUHuoY8qZh3LcYfkSpw4edf8Ojo5pSUDZPsYlSTr2e7YiHL2fuhCUUv+1tyjVp/1/+6ORxKIFo15dA2pDWs55e+nFXGeJyJW/b8qc23fkPld8CFnQU5WOTwHMpHkawpFP2183XY2fU8bFw3WHohwfQY9cONh8opaNRWBtpCPWadxfe0JrW0x8R35TStpEs2b2Elo7Kp8SKf4a+rEQeook+C6oH1vv00ywt36nJO0r/1g2q0iKQL63'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCrCmvpKKUjsSpIcxbOS9hSNEmyeAsy/7Sy7tWhORMdmGP2Gg2ZglUjtydek4krjWtBapktjiy5auCOSElDbjzEZyZyyW1MANcwUHuoY8qZh3LcYfkSpw4edf8Ojo5pSUDZPsYlSTr2e7YiHL2fuhCUUv+1tyjVp/1/+6ORxKIFo15dA2pDWs55e+nFXGeJyJW/b8qc23fkPld8CFnQU5WOTwHMpHkawpFP2183XY2fU8bFw3WHohwfQY9cONh8opaNRWBtpCPWadxfe0JrW0x8R35TStpEs2b2Elo7Kp8SKf4a+rEQeook+C6oH1vv00ywt36nJO0r/1g2q0iKQL63"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBYK6c3/66mzy3bhf1WabVMRkMefdIuKc1KO20sb7s7KrBpuPBbriSSJ+jtvPCXaXPqvYtkxUZUCgw1B8mfk6vQ='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBYK6c3/66mzy3bhf1WabVMRkMefdIuKc1KO20sb7s7KrBpuPBbriSSJ+jtvPCXaXPqvYtkxUZUCgw1B8mfk6vQ="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIITqXVjJDTB9f+KvrDi4e8C6X7+DfjlS15DPZ2PV6W+Z'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIITqXVjJDTB9f+KvrDi4e8C6X7+DfjlS15DPZ2PV6W+Z"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '05', 'minute': '56', 'second': '17', 'epoch': '1590645377', 'date': '2020-05-28', 'time': '05:56:17', 'iso8601_micro': '2020-05-28T05:56:17.265081Z', 'iso8601': '2020-05-28T05:56:17Z', 'iso8601_basic': '20200528T055617264980', 'iso8601_basic_short': '20200528T055617', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590645377", "hour": "05", "iso8601": "2020-05-28T05:56:17Z", "iso8601_basic": "20200528T055617264980", "iso8601_basic_short": "20200528T055617", "iso8601_micro": "2020-05-28T05:56:17.265081Z", "minute": "56", "month": "05", "second": "17", "time": "05:56:17", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '6faa97331f414733bbefc635dab3bbf1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "6faa97331f414733bbefc635dab3bbf1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 46096 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 46096 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 46096 22", "SSH_CONNECTION": "10.0.2.2 46096 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1495}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1495}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 486, 'free': 1495}, 'nocache': {'free': 1688, 'used': 293}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1688, "used": 293}, "real": {"free": 1495, "total": 1981, "used": 486}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-56-03-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-56-03-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-56-03-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-56-03-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': [{'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}, {'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__74547a9c2a222ee640580b9635e173db21f0f275'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__74547a9c2a222ee640580b9635e173db21f0f275"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T055617"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T055617", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T055617/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590645518.6939976-220273-21929857846977/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590645519.585279-220301-36747071421817/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590645520.2137506-220301-40583179824443/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics', 'rsyslog_imjournal_ratelimit_burst': 33333}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "rsyslog_imjournal_ratelimit_burst": 33333, "type": "basics"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "aba3c0ff2562af485a368d8f3d13266fa72df779", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "b456a320608c29fa50efe86efd282788", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590645524.6475468-220380-259076018451049/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}, "changed": false, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "681de0f7b7eaf9276f7bdac676673154230ce7fe", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "9ca6f8e52b8bcca5b593b7f28cbdcd3c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 310, "src": "/root/.ansible/tmp/ansible-tmp-1590645529.1888423-220442-236843262946823/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590645533.3517811-220490-215505148563645/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics', 'rsyslog_imjournal_ratelimit_burst': 33333}) => {"ansible_loop_var": "files_item", "changed": false, "files_item": {"name": "basic_input", "rsyslog_imjournal_ratelimit_burst": 33333, "type": "basics"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "81b202e0bc36d4257a4869b4719816547d15aedf", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test1\n}\n"}], "state": "present", "type": "input"}, "md5sum": "3c8fad5af9208d7de9f0f4e250e19482", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 358, "src": "/root/.ansible/tmp/ansible-tmp-1590645537.4583561-220538-169243561389699/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test1\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590645541.8033316-220595-207259246035598/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "md5sum": "b0ab58ced7d24adb5c768e25b861eab2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "src": "/root/.ansible/tmp/ansible-tmp-1590645545.9959702-220643-274129529753514/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "md5sum": "a2e0b8b19e459460c23f0f4ead00337a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "src": "/root/.ansible/tmp/ansible-tmp-1590645550.0779383-220701-233361207062409/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "6719c40859e8faf12c0a79f69b045a0a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "src": "/root/.ansible/tmp/ansible-tmp-1590645570.4714406-220912-166976444706875/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "c28520b9fdb77456e7a530b54a8403e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "src": "/root/.ansible/tmp/ansible-tmp-1590645574.5818393-220958-46253848512920/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:71 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645587.4499428, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590645518.9379427, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3293, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645518.5789428, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "4027675608", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 12, "files": [{"atime": 1590645553.9799428, "ctime": 1590645541.790943, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645541.5659428, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645558.1209428, "ctime": 1590645545.9909427, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645545.7559428, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645517.681943, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590645587.4499428, "ctime": 1590645519.6029427, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3294, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645519.372943, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645587.4499428, "ctime": 1590645520.211943, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645519.9829428, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645587.4499428, "ctime": 1590645537.4509428, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645537.224943, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645587.4499428, "ctime": 1590645524.6619427, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645524.4239428, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645587.4499428, "ctime": 1590645529.1839428, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645528.9469428, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645587.4499428, "ctime": 1590645533.333943, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645533.116943, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645582.3619428, "ctime": 1590645570.4609427, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645570.2329428, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645562.2189429, "ctime": 1590645550.086943, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645549.8509429, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 88, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645586.4429429, "ctime": 1590645574.5729427, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3324, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645574.3409429, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 12, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 05:59:47 UTC", "ActiveEnterTimestampMonotonic": "220613844", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 05:59:47 UTC", "AssertTimestampMonotonic": "220606186", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 05:59:47 UTC", "ConditionTimestampMonotonic": "220606185", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13154", "ExecMainStartTimestamp": "Thu 2020-05-28 05:59:47 UTC", "ExecMainStartTimestampMonotonic": "220607361", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 05:59:47 UTC] ; stop_time=[n/a] ; pid=13154 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 05:59:47 UTC", "InactiveExitTimestampMonotonic": "220607618", "InvocationID": "bf348d1cb41b4e4e95dc4469e45ebb07", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13154", "MemoryAccounting": "yes", "MemoryCurrent": "2609152", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 05:59:47 UTC", "StateChangeTimestampMonotonic": "220613844", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:78 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:82 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:86 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:92 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.009233", "end": "2020-05-28 05:59:49.777957", "failed_when_result": false, "rc": 0, "start": "2020-05-28 05:59:49.768724", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 05:59:49 UTC; 567ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 13385 (rsyslogd)\n Tasks: 4 (limit: 2343)\n Memory: 1.7M\n CGroup: /system.slice/rsyslog.service\n └─13385 /usr/sbin/rsyslogd -n\n\nMay 28 05:59:49 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 05:59:49 ibm-p8-kvm-03-guest-02 rsyslogd[13385]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13385\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 05:59:49 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.\nMay 28 05:59:49 ibm-p8-kvm-03-guest-02 rsyslogd[13385]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 05:59:49 UTC; 567ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 13385 (rsyslogd)", " Tasks: 4 (limit: 2343)", " Memory: 1.7M", " CGroup: /system.slice/rsyslog.service", " └─13385 /usr/sbin/rsyslogd -n", "", "May 28 05:59:49 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 05:59:49 ibm-p8-kvm-03-guest-02 rsyslogd[13385]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13385\" x-info=\"https://www.rsyslog.com\"] start", "May 28 05:59:49 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "May 28 05:59:49 ibm-p8-kvm-03-guest-02 rsyslogd[13385]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:97 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645558.1209428, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "ctime": 1590645545.9909427, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645545.7559428, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "version": "2064494976", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the files config exists] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:102 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:106 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", ".var.log.messages", "/etc/rsyslog.d/30-output-files-files_test0.conf"], "delta": "0:00:00.002465", "end": "2020-05-28 05:59:50.476961", "rc": 0, "start": "2020-05-28 05:59:50.474496", "stderr": "", "stderr_lines": [], "stdout": " *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages", "stdout_lines": [" *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:111 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Run logger to generate a test log message] ******************************* task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:115 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0000"], "delta": "0:00:00.006044", "end": "2020-05-28 05:59:50.831583", "rc": 0, "start": "2020-05-28 05:59:50.825539", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:119 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "testMessage0000", "/var/log/messages"], "delta": "0:00:00.002825", "end": "2020-05-28 05:59:51.167818", "rc": 0, "start": "2020-05-28 05:59:51.164993", "stderr": "", "stderr_lines": [], "stdout": "May 28 05:59:50 ibm-p8-kvm-03-guest-02 ansible-command[13685]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 28 05:59:50 ibm-p8-kvm-03-guest-02 testTag0[13686]: testMessage0000\nMay 28 05:59:51 ibm-p8-kvm-03-guest-02 ansible-command[13759]: Invoked with _raw_params=/bin/grep testMessage0000 /var/log/messages warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "stdout_lines": ["May 28 05:59:50 ibm-p8-kvm-03-guest-02 ansible-command[13685]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "May 28 05:59:50 ibm-p8-kvm-03-guest-02 testTag0[13686]: testMessage0000", "May 28 05:59:51 ibm-p8-kvm-03-guest-02 ansible-command[13759]: Invoked with _raw_params=/bin/grep testMessage0000 /var/log/messages warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None"]} TASK [Check if the test message is in /var/log/messages] *********************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:124 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the forwarding config stat] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:128 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645582.3619428, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "ctime": 1590645570.4609427, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645570.2329428, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "version": "1343897539", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the forwarding config exists] *********************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:133 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep severity_and_facility] ********************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:137 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf"], "delta": "0:00:00.002795", "end": "2020-05-28 05:59:51.891336", "rc": 0, "start": "2020-05-28 05:59:51.888541", "stderr": "", "stderr_lines": [], "stdout": " local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")", "stdout_lines": [" local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")"]} TASK [Check severity_and_facility] ********************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:142 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:146 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645587.4499428, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "81b202e0bc36d4257a4869b4719816547d15aedf", "ctime": 1590645537.4509428, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645537.224943, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 358, "uid": 0, "version": "3283861962", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the input files config exists] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:151 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep input file] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:155 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "inputdirectory", "/etc/rsyslog.d/90-input-files-files_input.conf"], "delta": "0:00:00.002383", "end": "2020-05-28 05:59:52.612137", "rc": 0, "start": "2020-05-28 05:59:52.609754", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:160 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Create a test log file in /var/log/inputdirectory] *********************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:164 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "checksum": "1a23f10c681b9ba18fa763c0d005ddb41edffc14", "dest": "/var/log/inputdirectory/test.log", "gid": 0, "group": "root", "md5sum": "44c9606418847c249cbc838edbe0b432", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:var_log_t:s0", "size": 31, "src": "/root/.ansible/tmp/ansible-tmp-1590645593.257151-221342-1643618440470/source", "state": "file", "uid": 0} TASK [Add a fake log message to /var/log/inputdirectory/test.log] ************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:170 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"backup": "", "changed": false, "msg": "line added"} TASK [Check the fake test log message in /var/log/messages] ******************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:176 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "files_input .*abcdefghijklmnopqrstuvwxyz", "/var/log/messages"], "delta": "0:00:00.002826", "end": "2020-05-28 05:59:54.055371", "rc": 0, "start": "2020-05-28 05:59:54.052545", "stderr": "", "stderr_lines": [], "stdout": "May 28 05:59:53 ibm-p8-kvm-03-guest-02 files_input <167>Mar 20 01:00:00 11.22.33.44 tag msgnum:00000000:26:abcdefghijklmnopqrstuvwxyz", "stdout_lines": ["May 28 05:59:53 ibm-p8-kvm-03-guest-02 files_input <167>Mar 20 01:00:00 11.22.33.44 tag msgnum:00000000:26:abcdefghijklmnopqrstuvwxyz"]} TASK [Check if the fake test message is in /var/log/messages] ****************** task path: /tmp/tmp669uc2bh/tests/tests_combination2.yml:181 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=105 changed=17 unreachable=0 failed=0 skipped=29 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_combination_absent.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_combination_absent.yml ***************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_combination_absent.yml PLAY [Running logging role twice; in the second run, some logging_outputs are absent or eliminated.] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [Generate an input log dir /var/log/inputdirectory] *********************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:12 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log/inputdirectory", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:18 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_loop_var": "item", "changed": false, "item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4300'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4300"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud3bvbojow/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud3bvbojow/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'lsb': {}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'domain': 'virt.pnr.lab.eng.rdu2.redhat.com', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '096683e60edd46dda8780132eaf10c85', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh', 'apparmor': {'status': 'disabled'}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'hostnqn': '', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '00', 'second': '08', 'epoch': '1590645608', 'date': '2020-05-28', 'time': '06:00:08', 'iso8601_micro': '2020-05-28T06:00:08.772188Z', 'iso8601': '2020-05-28T06:00:08Z', 'iso8601_basic': '20200528T060008772108', 'iso8601_basic_short': '20200528T060008', 'tz': 'UTC', 'tz_offset': '+0000'}, 'dns': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}, 'pkg_mgr': 'dnf', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'is_chroot': False, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34176 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34176 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1479, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 502, 'free': 1479}, 'nocache': {'free': 1672, 'used': 309}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-59-55-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-59-55-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'fips': False, 'service_mgr': 'systemd', 'fibre_channel_wwn': [], 'iscsi_iqn': '', 'ansible_local': {}, 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590645608", "hour": "06", "iso8601": "2020-05-28T06:00:08Z", "iso8601_basic": "20200528T060008772108", "iso8601_basic_short": "20200528T060008", "iso8601_micro": "2020-05-28T06:00:08.772188Z", "minute": "00", "month": "05", "second": "08", "time": "06:00:08", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-59-55-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-59-55-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}, "domain": "virt.pnr.lab.eng.rdu2.redhat.com", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34176 22", "SSH_CONNECTION": "10.0.2.2 34176 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "096683e60edd46dda8780132eaf10c85", "memfree_mb": 1479, "memory_mb": {"nocache": {"free": 1672, "used": 309}, "real": {"free": 1479, "total": 1981, "used": 502}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': 'virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": "virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '096683e60edd46dda8780132eaf10c85'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "096683e60edd46dda8780132eaf10c85"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '00', 'second': '08', 'epoch': '1590645608', 'date': '2020-05-28', 'time': '06:00:08', 'iso8601_micro': '2020-05-28T06:00:08.772188Z', 'iso8601': '2020-05-28T06:00:08Z', 'iso8601_basic': '20200528T060008772108', 'iso8601_basic_short': '20200528T060008', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590645608", "hour": "06", "iso8601": "2020-05-28T06:00:08Z", "iso8601_basic": "20200528T060008772108", "iso8601_basic_short": "20200528T060008", "iso8601_micro": "2020-05-28T06:00:08.772188Z", "minute": "00", "month": "05", "second": "08", "time": "06:00:08", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34176 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34176 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34176 22", "SSH_CONNECTION": "10.0.2.2 34176 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1479}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1479}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 502, 'free': 1479}, 'nocache': {'free': 1672, 'used': 309}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1672, "used": 309}, "real": {"free": 1479, "total": 1981, "used": 502}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-59-55-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-59-55-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-59-55-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-59-55-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': [{'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}, {'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__9cac3f889053b00b000dd4cc5a93207b2d691b36'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__9cac3f889053b00b000dd4cc5a93207b2d691b36"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T060008"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T060008", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T060008/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590645820.0698085-221738-55366082788335/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590645820.9458659-221766-166743796839719/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590645821.5430477-221766-117112292769140/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics', 'rsyslog_imjournal_ratelimit_burst': 33333}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "rsyslog_imjournal_ratelimit_burst": 33333, "type": "basics"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "aba3c0ff2562af485a368d8f3d13266fa72df779", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "b456a320608c29fa50efe86efd282788", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590645825.8536372-221845-223437998000820/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}, "changed": false, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "681de0f7b7eaf9276f7bdac676673154230ce7fe", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "9ca6f8e52b8bcca5b593b7f28cbdcd3c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 310, "src": "/root/.ansible/tmp/ansible-tmp-1590645830.3231642-221907-175994488825308/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590645834.456605-221955-61377646165759/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics', 'rsyslog_imjournal_ratelimit_burst': 33333}) => {"ansible_loop_var": "files_item", "changed": false, "files_item": {"name": "basic_input", "rsyslog_imjournal_ratelimit_burst": 33333, "type": "basics"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "81b202e0bc36d4257a4869b4719816547d15aedf", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test1\n}\n"}], "state": "present", "type": "input"}, "md5sum": "3c8fad5af9208d7de9f0f4e250e19482", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 358, "src": "/root/.ansible/tmp/ansible-tmp-1590645838.709179-222006-245831885027865/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call files_test1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call files_test1\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590645842.9827623-222058-2536442834262/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "md5sum": "b0ab58ced7d24adb5c768e25b861eab2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "src": "/root/.ansible/tmp/ansible-tmp-1590645847.1693413-222109-3400370550401/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "md5sum": "a2e0b8b19e459460c23f0f4ead00337a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "src": "/root/.ansible/tmp/ansible-tmp-1590645851.284961-222163-188512598128686/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "6719c40859e8faf12c0a79f69b045a0a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "src": "/root/.ansible/tmp/ansible-tmp-1590645871.8124962-222374-272172291753676/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "c28520b9fdb77456e7a530b54a8403e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "src": "/root/.ansible/tmp/ansible-tmp-1590645875.980942-222420-217475243818879/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:64 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645889.597288, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590645821.095288, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3299, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645820.734288, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1539509360", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 12, "files": [{"atime": 1590645855.971288, "ctime": 1590645843.786288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645843.551288, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645860.172288, "ctime": 1590645847.970288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645847.733288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645819.9002879, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590645889.597288, "ctime": 1590645821.724288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645821.501288, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645822.3442879, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645822.119288, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645839.495288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645839.260288, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645826.635288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645826.408288, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645831.1172879, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645830.886288, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645835.261288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645835.021288, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645884.490288, "ctime": 1590645872.598288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645872.368288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645864.3152878, "ctime": 1590645852.075288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645851.8442879, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 88, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645888.557288, "ctime": 1590645876.7492878, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3324, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645876.529288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 12, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:04:49 UTC", "ActiveEnterTimestampMonotonic": "290667790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:04:49 UTC", "AssertTimestampMonotonic": "290661824", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:04:49 UTC", "ConditionTimestampMonotonic": "290661824", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13158", "ExecMainStartTimestamp": "Thu 2020-05-28 06:04:49 UTC", "ExecMainStartTimestampMonotonic": "290663013", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:04:49 UTC] ; stop_time=[n/a] ; pid=13158 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:04:49 UTC", "InactiveExitTimestampMonotonic": "290663271", "InvocationID": "d6a242793cb047b3bd8dafe260b15ee0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13158", "MemoryAccounting": "yes", "MemoryCurrent": "2588672", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:04:49 UTC", "StateChangeTimestampMonotonic": "290667790", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:71 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:75 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:79 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [generate test config file] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:83 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => {"changed": false, "checksum": "a8b38066161bde8a6b24c74f55a7c7d7a6f920a9", "dest": "/tmp/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/tmp/11-input-basics-basic_input.conf", "size": 91, "state": "file", "uid": 0} TASK [Update it to the target] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:93 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "a8b38066161bde8a6b24c74f55a7c7d7a6f920a9", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "md5sum": "6cbd14525d87f2cc266c8a12bedbc50f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590645891.4551432-222665-111226435719376/source", "state": "file", "uid": 0} TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:100 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010693", "end": "2020-05-28 06:04:52.742841", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:04:52.732148", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:04:51 UTC; 1s ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 13389 (rsyslogd)\n Tasks: 4 (limit: 2343)\n Memory: 1.6M\n CGroup: /system.slice/rsyslog.service\n └─13389 /usr/sbin/rsyslogd -n\n\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13389\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:04:51 UTC; 1s ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 13389 (rsyslogd)", " Tasks: 4 (limit: 2343)", " Memory: 1.6M", " CGroup: /system.slice/rsyslog.service", " └─13389 /usr/sbin/rsyslogd -n", "", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13389\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [deploy reduced config to output into local files] ************************ task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:105 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "state": "absent", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "state": "absent", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_loop_var": "item", "changed": false, "item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure', 'state': 'absent'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514, 'state': 'absent'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "state": "absent", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4300'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4300"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud3bvbojow/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud3bvbojow/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'lsb': {}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'domain': 'virt.pnr.lab.eng.rdu2.redhat.com', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '096683e60edd46dda8780132eaf10c85', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh', 'apparmor': {'status': 'disabled'}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'hostnqn': '', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '00', 'second': '08', 'epoch': '1590645608', 'date': '2020-05-28', 'time': '06:00:08', 'iso8601_micro': '2020-05-28T06:00:08.772188Z', 'iso8601': '2020-05-28T06:00:08Z', 'iso8601_basic': '20200528T060008772108', 'iso8601_basic_short': '20200528T060008', 'tz': 'UTC', 'tz_offset': '+0000'}, 'dns': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}, 'pkg_mgr': 'dnf', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'is_chroot': False, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34176 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34176 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1479, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 502, 'free': 1479}, 'nocache': {'free': 1672, 'used': 309}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-59-55-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-59-55-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'fips': False, 'service_mgr': 'systemd', 'fibre_channel_wwn': [], 'iscsi_iqn': '', 'ansible_local': {}, 'gather_subset': ['all'], 'module_setup': True, 'packages': {'ima-evm-utils': [{'name': 'ima-evm-utils', 'version': '1.1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'tzdata': [{'name': 'tzdata', 'version': '2019a', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'deltarpm': [{'name': 'deltarpm', 'version': '3.6', 'release': '29.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'whois-nls': [{'name': 'whois-nls', 'version': '5.4.2', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-pip': [{'name': 'python3-pip', 'version': '19.0.3', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python-setuptools-wheel': [{'name': 'python-setuptools-wheel', 'version': '40.8.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3': [{'name': 'python3', 'version': '3.7.3', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ncurses-base': [{'name': 'ncurses-base', 'version': '6.1', 'release': '10.20180923.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-six': [{'name': 'python3-six', 'version': '1.12.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-dbus': [{'name': 'python3-dbus', 'version': '1.2.8', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf-data': [{'name': 'dnf-data', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-idna': [{'name': 'python3-idna', 'version': '2.7', 'release': '4.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'kbd-legacy': [{'name': 'kbd-legacy', 'version': '2.0.4', 'release': '13.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-setools': [{'name': 'python3-setools', 'version': '4.1.1', 'release': '14.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'geolite2-city': [{'name': 'geolite2-city', 'version': '20190409', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'fedora-gpg-keys': [{'name': 'fedora-gpg-keys', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-dateutil': [{'name': 'python3-dateutil', 'version': '2.8.0', 'release': '1.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'fedora-repos': [{'name': 'fedora-repos', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libcomps': [{'name': 'python3-libcomps', 'version': '0.1.11', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'setup': [{'name': 'setup', 'version': '2.13.3', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-psutil': [{'name': 'python3-psutil', 'version': '5.4.3', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'basesystem': [{'name': 'basesystem', 'version': '11', 'release': '7.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'unbound-libs': [{'name': 'unbound-libs', 'version': '1.8.3', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libselinux': [{'name': 'libselinux', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-asn1crypto': [{'name': 'python3-asn1crypto', 'version': '0.24.0', 'release': '6.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'glibc-langpack-en': [{'name': 'glibc-langpack-en', 'version': '2.29', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jsonschema': [{'name': 'python3-jsonschema', 'version': '3.0.1', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'glibc': [{'name': 'glibc', 'version': '2.29', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-policycoreutils': [{'name': 'python3-policycoreutils', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libsepol': [{'name': 'libsepol', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-distro': [{'name': 'python3-distro', 'version': '1.4.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'xz-libs': [{'name': 'xz-libs', 'version': '5.2.4', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jsonpatch': [{'name': 'python3-jsonpatch', 'version': '1.21', 'release': '7.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libxcrypt': [{'name': 'libxcrypt', 'version': '4.4.4', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-ply': [{'name': 'python3-ply', 'version': '3.11', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libuuid': [{'name': 'libuuid', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-cffi': [{'name': 'python3-cffi', 'version': '1.11.5', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'popt': [{'name': 'popt', 'version': '1.16', 'release': '17.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jwt': [{'name': 'python3-jwt', 'version': '1.7.1', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libxml2': [{'name': 'libxml2', 'version': '2.9.9', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-prettytable': [{'name': 'python3-prettytable', 'version': '0.7.2', 'release': '17.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libdb': [{'name': 'libdb', 'version': '5.3.28', 'release': '37.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-rsa': [{'name': 'python3-rsa', 'version': '3.4.2', 'release': '9.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'expat': [{'name': 'expat', 'version': '2.2.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pysocks': [{'name': 'python3-pysocks', 'version': '1.6.8', 'release': '7.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libzstd': [{'name': 'libzstd', 'version': '1.3.8', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-requests': [{'name': 'python3-requests', 'version': '2.21.0', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'alternatives': [{'name': 'alternatives', 'version': '1.11', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pytz': [{'name': 'python3-pytz', 'version': '2018.5', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libffi': [{'name': 'libffi', 'version': '3.1', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jinja2': [{'name': 'python3-jinja2', 'version': '2.10', 'release': '8.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'p11-kit': [{'name': 'p11-kit', 'version': '0.23.15', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'e2fsprogs': [{'name': 'e2fsprogs', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtalloc': [{'name': 'libtalloc', 'version': '2.1.16', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libusbx': [{'name': 'libusbx', 'version': '1.0.22', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcap-ng': [{'name': 'libcap-ng', 'version': '0.7.9', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-client': [{'name': 'sssd-client', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libunistring': [{'name': 'libunistring', 'version': '0.9.10', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'lua-libs': [{'name': 'lua-libs', 'version': '5.3.5', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsecret': [{'name': 'libsecret', 'version': '0.18.8', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libassuan': [{'name': 'libassuan', 'version': '2.5.2', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gnupg2-smime': [{'name': 'gnupg2-smime', 'version': '2.2.13', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grep': [{'name': 'grep', 'version': '3.1', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gpgme': [{'name': 'gpgme', 'version': '1.12.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtdb': [{'name': 'libtdb', 'version': '1.3.18', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libdnf': [{'name': 'libdnf', 'version': '0.28.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kmod-libs': [{'name': 'kmod-libs', 'version': '25', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-hawkey': [{'name': 'python3-hawkey', 'version': '0.28.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'findutils': [{'name': 'findutils', 'version': '4.6.0', 'release': '22.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-sign-libs': [{'name': 'rpm-sign-libs', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libattr': [{'name': 'libattr', 'version': '2.4.48', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-dnf': [{'name': 'python3-dnf', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'sed': [{'name': 'sed', 'version': '4.5', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-dnf-plugins-core': [{'name': 'python3-dnf-plugins-core', 'version': '4.0.6', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libcollection': [{'name': 'libcollection', 'version': '0.7.0', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-nfs-idmap': [{'name': 'sssd-nfs-idmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsmartcols': [{'name': 'libsmartcols', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-kcm': [{'name': 'sssd-kcm', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'which': [{'name': 'which', 'version': '2.21', 'release': '14.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf-yum': [{'name': 'dnf-yum', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'nettle': [{'name': 'nettle', 'version': '3.4.1rc1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'passwd': [{'name': 'passwd', 'version': '0.80', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'file-libs': [{'name': 'file-libs', 'version': '5.36', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cloud-init': [{'name': 'cloud-init', 'version': '17.1', 'release': '8.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'less': [{'name': 'less', 'version': '530', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gdbm-libs': [{'name': 'gdbm-libs', 'version': '1.18', 'release': '4.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-pc': [{'name': 'grub2-pc', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'json-c': [{'name': 'json-c', 'version': '0.13.1', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'chrony': [{'name': 'chrony', 'version': '3.4', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libedit': [{'name': 'libedit', 'version': '3.1', 'release': '26.20181209cvs.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dracut-config-generic': [{'name': 'dracut-config-generic', 'version': '049', 'release': '26.git20181204.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_idmap': [{'name': 'libsss_idmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'parted': [{'name': 'parted', 'version': '3.2', 'release': '40.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'p11-kit-trust': [{'name': 'p11-kit-trust', 'version': '0.23.15', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sudo': [{'name': 'sudo', 'version': '1.8.27', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rsync': [{'name': 'rsync', 'version': '3.1.3', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'langpacks-en': [{'name': 'langpacks-en', 'version': '1.0', 'release': '17.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'acl': [{'name': 'acl', 'version': '2.2.53', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libfastjson': [{'name': 'libfastjson', 'version': '0.99.8', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'vim-minimal': [{'name': 'vim-minimal', 'version': '8.1.1137', 'release': '1.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'logrotate': [{'name': 'logrotate', 'version': '3.15.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-pc-modules': [{'name': 'grub2-pc-modules', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'libicu': [{'name': 'libicu', 'version': '63.1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcomps': [{'name': 'libcomps', 'version': '0.1.11', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libdb-utils': [{'name': 'libdb-utils', 'version': '5.3.28', 'release': '37.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libss': [{'name': 'libss', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpng': [{'name': 'libpng', 'version': '1.6.36', 'release': '1.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'pigz': [{'name': 'pigz', 'version': '2.4', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'mtools': [{'name': 'mtools', 'version': '4.0.18', 'release': '16.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'syslinux': [{'name': 'syslinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'brotli': [{'name': 'brotli', 'version': '1.0.7', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'checkpolicy': [{'name': 'checkpolicy', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'fuse-libs': [{'name': 'fuse-libs', 'version': '2.9.9', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libargon2': [{'name': 'libargon2', 'version': '20161029', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmaxminddb': [{'name': 'libmaxminddb', 'version': '1.2.0', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libndp': [{'name': 'libndp', 'version': '1.7', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnl3': [{'name': 'libnl3', 'version': '3.4.0', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libini_config': [{'name': 'libini_config', 'version': '1.3.1', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iptables-libs': [{'name': 'iptables-libs', 'version': '1.8.0', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpipeline': [{'name': 'libpipeline', 'version': '1.5.1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gawk': [{'name': 'gawk', 'version': '4.2.1', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_nss_idmap': [{'name': 'libsss_nss_idmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libverto': [{'name': 'libverto', 'version': '0.3.0', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'linux-atm-libs': [{'name': 'linux-atm-libs', 'version': '2.5.1', 'release': '21.fc29', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iproute-tc': [{'name': 'iproute-tc', 'version': '5.0.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ncurses': [{'name': 'ncurses', 'version': '6.1', 'release': '10.20180923.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'qrencode-libs': [{'name': 'qrencode-libs', 'version': '3.4.4', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'coreutils-common': [{'name': 'coreutils-common', 'version': '8.31', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libssh': [{'name': 'libssh', 'version': '0.8.7', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'shared-mime-info': [{'name': 'shared-mime-info', 'version': '1.12', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libkcapi': [{'name': 'libkcapi', 'version': '1.1.4', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcroco': [{'name': 'libcroco', 'version': '0.6.13', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gettext-libs': [{'name': 'gettext-libs', 'version': '0.19.8.1', 'release': '18.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'krb5-libs': [{'name': 'krb5-libs', 'version': '1.17', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnsl2': [{'name': 'libnsl2', 'version': '1.2.0', 'release': '4.20180605git4a062cf.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'curl': [{'name': 'curl', 'version': '7.64.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'elfutils-default-yama-scope': [{'name': 'elfutils-default-yama-scope', 'version': '0.176', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'cracklib-dicts': [{'name': 'cracklib-dicts', 'version': '2.9.6', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gzip': [{'name': 'gzip', 'version': '1.9', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpwquality': [{'name': 'libpwquality', 'version': '1.4.0', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kbd': [{'name': 'kbd', 'version': '2.0.4', 'release': '13.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kpartx': [{'name': 'kpartx', 'version': '0.7.9', 'release': '6.git2df6110.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssl-pkcs11': [{'name': 'openssl-pkcs11', 'version': '0.4.10', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libfdisk': [{'name': 'libfdisk', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus': [{'name': 'dbus', 'version': '1.12.12', 'release': '7.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd-libs': [{'name': 'systemd-libs', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libblkid': [{'name': 'libblkid', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ca-certificates': [{'name': 'ca-certificates', 'version': '2018.2.26', 'release': '3.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'util-linux': [{'name': 'util-linux', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cryptsetup-libs': [{'name': 'cryptsetup-libs', 'version': '2.1.0', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-libs': [{'name': 'rpm-libs', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssl-libs': [{'name': 'openssl-libs', 'version': '1.1.1b', 'release': '3.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'crypto-policies': [{'name': 'crypto-policies', 'version': '20190211', 'release': '2.gite3eacfc.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'grub2-tools': [{'name': 'grub2-tools', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd': [{'name': 'systemd', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus-broker': [{'name': 'dbus-broker', 'version': '20', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd-udev': [{'name': 'systemd-udev', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus-libs': [{'name': 'dbus-libs', 'version': '1.12.12', 'release': '7.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'polkit-libs': [{'name': 'polkit-libs', 'version': '0.115', 'release': '10.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'polkit-pkla-compat': [{'name': 'polkit-pkla-compat', 'version': '0.1', 'release': '14.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_certmap': [{'name': 'libsss_certmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsolv': [{'name': 'libsolv', 'version': '0.7.4', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libldb': [{'name': 'libldb', 'version': '1.5.4', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-plugin-selinux': [{'name': 'rpm-plugin-selinux', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'selinux-policy-targeted': [{'name': 'selinux-policy-targeted', 'version': '3.14.3', 'release': '29.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'rpm-plugin-systemd-inhibit': [{'name': 'rpm-plugin-systemd-inhibit', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'net-tools': [{'name': 'net-tools', 'version': '2.0', 'release': '0.54.20160912git.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-tools-extra': [{'name': 'grub2-tools-extra', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'fipscheck-lib': [{'name': 'fipscheck-lib', 'version': '1.5.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssh': [{'name': 'openssh', 'version': '7.9p1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'git-core': [{'name': 'git-core', 'version': '2.21.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libgcc': [{'name': 'libgcc', 'version': '9.0.1', 'release': '0.10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-build-libs': [{'name': 'rpm-build-libs', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'xkeyboard-config': [{'name': 'xkeyboard-config', 'version': '2.24', 'release': '5.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python-pip-wheel': [{'name': 'python-pip-wheel', 'version': '19.0.3', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'systemd-rpm-macros': [{'name': 'systemd-rpm-macros', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-setuptools': [{'name': 'python3-setuptools', 'version': '40.8.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'publicsuffix-list-dafsa': [{'name': 'publicsuffix-list-dafsa', 'version': '20190128', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libs': [{'name': 'python3-libs', 'version': '3.7.3', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'linux-firmware-whence': [{'name': 'linux-firmware-whence', 'version': '20190312', 'release': '94.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libselinux': [{'name': 'python3-libselinux', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libreport-filesystem': [{'name': 'libreport-filesystem', 'version': '2.10.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'kbd-misc': [{'name': 'kbd-misc', 'version': '2.0.4', 'release': '13.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libsemanage': [{'name': 'python3-libsemanage', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'geolite2-country': [{'name': 'geolite2-country', 'version': '20190409', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-configobj': [{'name': 'python3-configobj', 'version': '5.0.6', 'release': '15.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'fedora-release-cloud': [{'name': 'fedora-release-cloud', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-pyrsistent': [{'name': 'python3-pyrsistent', 'version': '0.14.11', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'fedora-release-common': [{'name': 'fedora-release-common', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-markupsafe': [{'name': 'python3-markupsafe', 'version': '1.1.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'filesystem': [{'name': 'filesystem', 'version': '3.10', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pyyaml': [{'name': 'python3-pyyaml', 'version': '5.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pcre2': [{'name': 'pcre2', 'version': '10.32', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-unbound': [{'name': 'python3-unbound', 'version': '1.8.3', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ncurses-libs': [{'name': 'ncurses-libs', 'version': '6.1', 'release': '10.20180923.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-attrs': [{'name': 'python3-attrs', 'version': '18.2.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'glibc-common': [{'name': 'glibc-common', 'version': '2.29', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-audit': [{'name': 'python3-audit', 'version': '3.0', 'release': '0.7.20190326git03e7489.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'bash': [{'name': 'bash', 'version': '5.0.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-chardet': [{'name': 'python3-chardet', 'version': '3.0.4', 'release': '9.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'zlib': [{'name': 'zlib', 'version': '1.2.11', 'release': '15.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jsonpointer': [{'name': 'python3-jsonpointer', 'version': '1.10', 'release': '15.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'bzip2-libs': [{'name': 'bzip2-libs', 'version': '1.0.6', 'release': '29.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pbr': [{'name': 'python3-pbr', 'version': '5.1.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'mkpasswd': [{'name': 'mkpasswd', 'version': '5.4.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pycparser': [{'name': 'python3-pycparser', 'version': '2.14', 'release': '18.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libcap': [{'name': 'libcap', 'version': '2.26', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-cryptography': [{'name': 'python3-cryptography', 'version': '2.6.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcom_err': [{'name': 'libcom_err', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-oauthlib': [{'name': 'python3-oauthlib', 'version': '2.1.0', 'release': '1.fc29', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'elfutils-libelf': [{'name': 'elfutils-libelf', 'version': '0.176', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pyasn1': [{'name': 'python3-pyasn1', 'version': '0.4.4', 'release': '4.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libgpg-error': [{'name': 'libgpg-error', 'version': '1.33', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pyserial': [{'name': 'python3-pyserial', 'version': '3.4', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libstdc++': [{'name': 'libstdc++', 'version': '9.0.1', 'release': '0.10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-urllib3': [{'name': 'python3-urllib3', 'version': '1.24.1', 'release': '3.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'readline': [{'name': 'readline', 'version': '8.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-boto': [{'name': 'python3-boto', 'version': '2.45.0', 'release': '11.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'gmp': [{'name': 'gmp', 'version': '6.1.2', 'release': '10.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-babel': [{'name': 'python3-babel', 'version': '2.6.0', 'release': '6.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libmnl': [{'name': 'libmnl', 'version': '1.0.4', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'xfsprogs': [{'name': 'xfsprogs', 'version': '4.19.0', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libgcrypt': [{'name': 'libgcrypt', 'version': '1.8.4', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dhcp-libs': [{'name': 'dhcp-libs', 'version': '4.3.6', 'release': '32.fc30', 'epoch': 12, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-common': [{'name': 'grub2-common', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'libuser': [{'name': 'libuser', 'version': '0.62', 'release': '20.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'audit-libs': [{'name': 'audit-libs', 'version': '3.0', 'release': '0.7.20190326git03e7489.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libidn2': [{'name': 'libidn2', 'version': '2.1.1a', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsemanage': [{'name': 'libsemanage', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pinentry': [{'name': 'pinentry', 'version': '1.1.0', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pcre': [{'name': 'pcre', 'version': '8.43', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gnupg2': [{'name': 'gnupg2', 'version': '2.2.13', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtevent': [{'name': 'libtevent', 'version': '0.9.39', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'librepo': [{'name': 'librepo', 'version': '1.9.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kmod': [{'name': 'kmod', 'version': '25', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-libdnf': [{'name': 'python3-libdnf', 'version': '0.28.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sqlite-libs': [{'name': 'sqlite-libs', 'version': '3.26.0', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-gpg': [{'name': 'python3-gpg', 'version': '1.12.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'keyutils-libs': [{'name': 'keyutils-libs', 'version': '1.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-rpm': [{'name': 'python3-rpm', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libacl': [{'name': 'libacl', 'version': '2.2.53', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf': [{'name': 'dnf', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libbasicobjects': [{'name': 'libbasicobjects', 'version': '0.1.1', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnfsidmap': [{'name': 'libnfsidmap', 'version': '2.3.3', 'release': '7.rc2.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'libref_array': [{'name': 'libref_array', 'version': '0.1.5', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-common': [{'name': 'sssd-common', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'lz4-libs': [{'name': 'lz4-libs', 'version': '1.8.3', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf-plugins-core': [{'name': 'dnf-plugins-core', 'version': '4.0.6', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libpsl': [{'name': 'libpsl', 'version': '0.20.2', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libksba': [{'name': 'libksba', 'version': '1.3.5', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dhcp-client': [{'name': 'dhcp-client', 'version': '4.3.6', 'release': '32.fc30', 'epoch': 12, 'arch': 'x86_64', 'source': 'rpm'}], 'file': [{'name': 'file', 'version': '5.36', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'heat-cfntools': [{'name': 'heat-cfntools', 'version': '1.4.2', 'release': '8.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'diffutils': [{'name': 'diffutils', 'version': '3.7', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssh-server': [{'name': 'openssh-server', 'version': '7.9p1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'jansson': [{'name': 'jansson', 'version': '2.12', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'NetworkManager': [{'name': 'NetworkManager', 'version': '1.16.0', 'release': '1.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'libdhash': [{'name': 'libdhash', 'version': '0.5.0', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'audit': [{'name': 'audit', 'version': '3.0', 'release': '0.7.20190326git03e7489.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libseccomp': [{'name': 'libseccomp', 'version': '2.4.0', 'release': '0.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cloud-utils-growpart': [{'name': 'cloud-utils-growpart', 'version': '0.31', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libtasn1': [{'name': 'libtasn1', 'version': '4.13', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'man-db': [{'name': 'man-db', 'version': '2.8.4', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libyaml': [{'name': 'libyaml', 'version': '0.2.1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'syslinux-extlinux': [{'name': 'syslinux-extlinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'hostname': [{'name': 'hostname', 'version': '3.20', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'groff-base': [{'name': 'groff-base', 'version': '1.22.3', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rootfiles': [{'name': 'rootfiles', 'version': '8.1', 'release': '24.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'tar': [{'name': 'tar', 'version': '1.32', 'release': '1.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'libestr': [{'name': 'libestr', 'version': '0.1.9', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'xz': [{'name': 'xz', 'version': '5.2.4', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rsyslog': [{'name': 'rsyslog', 'version': '8.2002.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'mpfr': [{'name': 'mpfr', 'version': '3.1.6', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'mozjs60': [{'name': 'mozjs60', 'version': '60.4.0', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmetalink': [{'name': 'libmetalink', 'version': '0.1.3', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'e2fsprogs-libs': [{'name': 'e2fsprogs-libs', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'bzip2': [{'name': 'bzip2', 'version': '1.0.6', 'release': '29.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'freetype': [{'name': 'freetype', 'version': '2.9.1', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libselinux-utils': [{'name': 'libselinux-utils', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'syslinux-nonlinux': [{'name': 'syslinux-nonlinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'syslinux-extlinux-nonlinux': [{'name': 'syslinux-extlinux-nonlinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'c-ares': [{'name': 'c-ares', 'version': '1.15.0', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cpio': [{'name': 'cpio', 'version': '2.12', 'release': '10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'hardlink': [{'name': 'hardlink', 'version': '1.3', 'release': '8.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'libgomp': [{'name': 'libgomp', 'version': '9.0.1', 'release': '0.10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ipcalc': [{'name': 'ipcalc', 'version': '0.2.5', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnghttp2': [{'name': 'libnghttp2', 'version': '1.37.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpath_utils': [{'name': 'libpath_utils', 'version': '0.2.1', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpcap': [{'name': 'libpcap', 'version': '1.9.0', 'release': '3.fc30', 'epoch': 14, 'arch': 'x86_64', 'source': 'rpm'}], 'libsigsegv': [{'name': 'libsigsegv', 'version': '2.11', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_autofs': [{'name': 'libsss_autofs', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_sudo': [{'name': 'libsss_sudo', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libxkbcommon': [{'name': 'libxkbcommon', 'version': '0.8.3', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iproute': [{'name': 'iproute', 'version': '5.0.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'lmdb-libs': [{'name': 'lmdb-libs', 'version': '0.9.23', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'npth': [{'name': 'npth', 'version': '1.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dhcp-common': [{'name': 'dhcp-common', 'version': '4.3.6', 'release': '32.fc30', 'epoch': 12, 'arch': 'noarch', 'source': 'rpm'}], 'cyrus-sasl-lib': [{'name': 'cyrus-sasl-lib', 'version': '2.1.27', 'release': '0.6rc7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openldap': [{'name': 'openldap', 'version': '2.4.47', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcurl': [{'name': 'libcurl', 'version': '7.64.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libkcapi-hmaccalc': [{'name': 'libkcapi-hmaccalc', 'version': '1.1.4', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'glib2': [{'name': 'glib2', 'version': '2.60.1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gettext': [{'name': 'gettext', 'version': '0.19.8.1', 'release': '18.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtirpc': [{'name': 'libtirpc', 'version': '1.1.4', 'release': '2.rc2.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libarchive': [{'name': 'libarchive', 'version': '3.3.3', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssl': [{'name': 'openssl', 'version': '1.1.1b', 'release': '3.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'elfutils-libs': [{'name': 'elfutils-libs', 'version': '0.176', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cracklib': [{'name': 'cracklib', 'version': '2.9.6', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'procps-ng': [{'name': 'procps-ng', 'version': '3.3.15', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pam': [{'name': 'pam', 'version': '1.3.1', 'release': '17.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-tools-minimal': [{'name': 'grub2-tools-minimal', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'device-mapper': [{'name': 'device-mapper', 'version': '1.02.154', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm': [{'name': 'rpm', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmount': [{'name': 'libmount', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'coreutils': [{'name': 'coreutils', 'version': '8.31', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'shadow-utils': [{'name': 'shadow-utils', 'version': '4.6', 'release': '8.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'device-mapper-libs': [{'name': 'device-mapper-libs', 'version': '1.02.154', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libutempter': [{'name': 'libutempter', 'version': '1.1.6', 'release': '16.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd-pam': [{'name': 'systemd-pam', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dracut': [{'name': 'dracut', 'version': '049', 'release': '26.git20181204.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'trousers-lib': [{'name': 'trousers-lib', 'version': '0.3.13', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grubby': [{'name': 'grubby', 'version': '8.40', 'release': '30.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'os-prober': [{'name': 'os-prober', 'version': '1.74', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gnutls': [{'name': 'gnutls', 'version': '3.6.7', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus-common': [{'name': 'dbus-common', 'version': '1.12.12', 'release': '7.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'systemd-bootchart': [{'name': 'systemd-bootchart', 'version': '233', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'trousers': [{'name': 'trousers', 'version': '0.3.13', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'policycoreutils': [{'name': 'policycoreutils', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'polkit': [{'name': 'polkit', 'version': '0.115', 'release': '10.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libevent': [{'name': 'libevent', 'version': '2.1.8', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'zchunk-libs': [{'name': 'zchunk-libs', 'version': '1.1.1', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmodulemd1': [{'name': 'libmodulemd1', 'version': '1.8.6', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'timedatex': [{'name': 'timedatex', 'version': '0.5', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'selinux-policy': [{'name': 'selinux-policy', 'version': '3.14.3', 'release': '29.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'kernel-core': [{'name': 'kernel-core', 'version': '5.0.9', 'release': '301.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iputils': [{'name': 'iputils', 'version': '20180629', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'NetworkManager-libnm': [{'name': 'NetworkManager-libnm', 'version': '1.16.0', 'release': '1.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'bind-export-libs': [{'name': 'bind-export-libs', 'version': '9.11.5', 'release': '13.P4.fc30', 'epoch': 32, 'arch': 'x86_64', 'source': 'rpm'}], 'fipscheck': [{'name': 'fipscheck', 'version': '1.5.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssh-clients': [{'name': 'openssh-clients', 'version': '7.9p1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}]}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590645608", "hour": "06", "iso8601": "2020-05-28T06:00:08Z", "iso8601_basic": "20200528T060008772108", "iso8601_basic_short": "20200528T060008", "iso8601_micro": "2020-05-28T06:00:08.772188Z", "minute": "00", "month": "05", "second": "08", "time": "06:00:08", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-59-55-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-59-55-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}, "domain": "virt.pnr.lab.eng.rdu2.redhat.com", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34176 22", "SSH_CONNECTION": "10.0.2.2 34176 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "096683e60edd46dda8780132eaf10c85", "memfree_mb": 1479, "memory_mb": {"nocache": {"free": 1672, "used": 309}, "real": {"free": 1479, "total": 1981, "used": 502}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "os_family": "RedHat", "packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}, "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': 'virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": "virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '096683e60edd46dda8780132eaf10c85'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "096683e60edd46dda8780132eaf10c85"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC3jHqC3onCnPOq8ZLTdj6A9bQ1hJBgPsbfdK9HEWyVjgQ820xw9FQFw+4gXBH5e7G04URK3neAKHURnd4+W5oEb5Miuv5RIs9SUjkSjrpMFWE2Z9ATNrJ+OzjPuxpytQ0CBmnKzhoBsjAeYi1s/d7/eXK2WS4mVPg81sJvVq7SboXlr0oHiP7p+4sIbE2EmitDjAtfLarh/mrPp6wJ3Oz5PIJoAyK8iDCSki//7GULPiecTxUa60prxw4RDZudRNcIriHBLxLG3jE8XynoTH9ubrbd+0SWa8vhArCyAb+pfgC3qxfAcSQBKZK/jboRpXj3YZJqVnXdTsOfNZugLGMn"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFUe81QMiT6Az4g0Eoh03vlVQsrhsx4i9ps8k3EKhAaDn+BjbDqcpR5TL57Ai+bpb5Ks2TQyv7aSGfTOiXlnuE="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIPkp4gJ1HdC5tjMc26KWfoCUZe37d0oEUlMtg3SYfiUh"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '00', 'second': '08', 'epoch': '1590645608', 'date': '2020-05-28', 'time': '06:00:08', 'iso8601_micro': '2020-05-28T06:00:08.772188Z', 'iso8601': '2020-05-28T06:00:08Z', 'iso8601_basic': '20200528T060008772108', 'iso8601_basic_short': '20200528T060008', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590645608", "hour": "06", "iso8601": "2020-05-28T06:00:08Z", "iso8601_basic": "20200528T060008772108", "iso8601_basic_short": "20200528T060008", "iso8601_micro": "2020-05-28T06:00:08.772188Z", "minute": "00", "month": "05", "second": "08", "time": "06:00:08", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34176 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34176 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34176 22", "SSH_CONNECTION": "10.0.2.2 34176 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1479}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1479}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 502, 'free': 1479}, 'nocache': {'free': 1672, 'used': 309}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1672, "used": 309}, "real": {"free": 1479, "total": 1981, "used": 502}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-05-59-55-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-05-59-55-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-05-59-55-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-05-59-55-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'packages', 'value': {'ima-evm-utils': [{'name': 'ima-evm-utils', 'version': '1.1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'tzdata': [{'name': 'tzdata', 'version': '2019a', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'deltarpm': [{'name': 'deltarpm', 'version': '3.6', 'release': '29.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'whois-nls': [{'name': 'whois-nls', 'version': '5.4.2', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-pip': [{'name': 'python3-pip', 'version': '19.0.3', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python-setuptools-wheel': [{'name': 'python-setuptools-wheel', 'version': '40.8.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3': [{'name': 'python3', 'version': '3.7.3', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ncurses-base': [{'name': 'ncurses-base', 'version': '6.1', 'release': '10.20180923.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-six': [{'name': 'python3-six', 'version': '1.12.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-dbus': [{'name': 'python3-dbus', 'version': '1.2.8', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf-data': [{'name': 'dnf-data', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-idna': [{'name': 'python3-idna', 'version': '2.7', 'release': '4.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'kbd-legacy': [{'name': 'kbd-legacy', 'version': '2.0.4', 'release': '13.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-setools': [{'name': 'python3-setools', 'version': '4.1.1', 'release': '14.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'geolite2-city': [{'name': 'geolite2-city', 'version': '20190409', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'fedora-gpg-keys': [{'name': 'fedora-gpg-keys', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-dateutil': [{'name': 'python3-dateutil', 'version': '2.8.0', 'release': '1.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'fedora-repos': [{'name': 'fedora-repos', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libcomps': [{'name': 'python3-libcomps', 'version': '0.1.11', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'setup': [{'name': 'setup', 'version': '2.13.3', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-psutil': [{'name': 'python3-psutil', 'version': '5.4.3', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'basesystem': [{'name': 'basesystem', 'version': '11', 'release': '7.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'unbound-libs': [{'name': 'unbound-libs', 'version': '1.8.3', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libselinux': [{'name': 'libselinux', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-asn1crypto': [{'name': 'python3-asn1crypto', 'version': '0.24.0', 'release': '6.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'glibc-langpack-en': [{'name': 'glibc-langpack-en', 'version': '2.29', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jsonschema': [{'name': 'python3-jsonschema', 'version': '3.0.1', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'glibc': [{'name': 'glibc', 'version': '2.29', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-policycoreutils': [{'name': 'python3-policycoreutils', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libsepol': [{'name': 'libsepol', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-distro': [{'name': 'python3-distro', 'version': '1.4.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'xz-libs': [{'name': 'xz-libs', 'version': '5.2.4', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jsonpatch': [{'name': 'python3-jsonpatch', 'version': '1.21', 'release': '7.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libxcrypt': [{'name': 'libxcrypt', 'version': '4.4.4', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-ply': [{'name': 'python3-ply', 'version': '3.11', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libuuid': [{'name': 'libuuid', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-cffi': [{'name': 'python3-cffi', 'version': '1.11.5', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'popt': [{'name': 'popt', 'version': '1.16', 'release': '17.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jwt': [{'name': 'python3-jwt', 'version': '1.7.1', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libxml2': [{'name': 'libxml2', 'version': '2.9.9', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-prettytable': [{'name': 'python3-prettytable', 'version': '0.7.2', 'release': '17.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libdb': [{'name': 'libdb', 'version': '5.3.28', 'release': '37.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-rsa': [{'name': 'python3-rsa', 'version': '3.4.2', 'release': '9.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'expat': [{'name': 'expat', 'version': '2.2.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pysocks': [{'name': 'python3-pysocks', 'version': '1.6.8', 'release': '7.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libzstd': [{'name': 'libzstd', 'version': '1.3.8', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-requests': [{'name': 'python3-requests', 'version': '2.21.0', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'alternatives': [{'name': 'alternatives', 'version': '1.11', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pytz': [{'name': 'python3-pytz', 'version': '2018.5', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libffi': [{'name': 'libffi', 'version': '3.1', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jinja2': [{'name': 'python3-jinja2', 'version': '2.10', 'release': '8.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'p11-kit': [{'name': 'p11-kit', 'version': '0.23.15', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'e2fsprogs': [{'name': 'e2fsprogs', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtalloc': [{'name': 'libtalloc', 'version': '2.1.16', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libusbx': [{'name': 'libusbx', 'version': '1.0.22', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcap-ng': [{'name': 'libcap-ng', 'version': '0.7.9', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-client': [{'name': 'sssd-client', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libunistring': [{'name': 'libunistring', 'version': '0.9.10', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'lua-libs': [{'name': 'lua-libs', 'version': '5.3.5', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsecret': [{'name': 'libsecret', 'version': '0.18.8', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libassuan': [{'name': 'libassuan', 'version': '2.5.2', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gnupg2-smime': [{'name': 'gnupg2-smime', 'version': '2.2.13', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grep': [{'name': 'grep', 'version': '3.1', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gpgme': [{'name': 'gpgme', 'version': '1.12.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtdb': [{'name': 'libtdb', 'version': '1.3.18', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libdnf': [{'name': 'libdnf', 'version': '0.28.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kmod-libs': [{'name': 'kmod-libs', 'version': '25', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-hawkey': [{'name': 'python3-hawkey', 'version': '0.28.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'findutils': [{'name': 'findutils', 'version': '4.6.0', 'release': '22.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-sign-libs': [{'name': 'rpm-sign-libs', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libattr': [{'name': 'libattr', 'version': '2.4.48', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-dnf': [{'name': 'python3-dnf', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'sed': [{'name': 'sed', 'version': '4.5', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-dnf-plugins-core': [{'name': 'python3-dnf-plugins-core', 'version': '4.0.6', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libcollection': [{'name': 'libcollection', 'version': '0.7.0', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-nfs-idmap': [{'name': 'sssd-nfs-idmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsmartcols': [{'name': 'libsmartcols', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-kcm': [{'name': 'sssd-kcm', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'which': [{'name': 'which', 'version': '2.21', 'release': '14.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf-yum': [{'name': 'dnf-yum', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'nettle': [{'name': 'nettle', 'version': '3.4.1rc1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'passwd': [{'name': 'passwd', 'version': '0.80', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'file-libs': [{'name': 'file-libs', 'version': '5.36', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cloud-init': [{'name': 'cloud-init', 'version': '17.1', 'release': '8.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'less': [{'name': 'less', 'version': '530', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gdbm-libs': [{'name': 'gdbm-libs', 'version': '1.18', 'release': '4.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-pc': [{'name': 'grub2-pc', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'json-c': [{'name': 'json-c', 'version': '0.13.1', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'chrony': [{'name': 'chrony', 'version': '3.4', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libedit': [{'name': 'libedit', 'version': '3.1', 'release': '26.20181209cvs.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dracut-config-generic': [{'name': 'dracut-config-generic', 'version': '049', 'release': '26.git20181204.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_idmap': [{'name': 'libsss_idmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'parted': [{'name': 'parted', 'version': '3.2', 'release': '40.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'p11-kit-trust': [{'name': 'p11-kit-trust', 'version': '0.23.15', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sudo': [{'name': 'sudo', 'version': '1.8.27', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rsync': [{'name': 'rsync', 'version': '3.1.3', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'langpacks-en': [{'name': 'langpacks-en', 'version': '1.0', 'release': '17.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'acl': [{'name': 'acl', 'version': '2.2.53', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libfastjson': [{'name': 'libfastjson', 'version': '0.99.8', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'vim-minimal': [{'name': 'vim-minimal', 'version': '8.1.1137', 'release': '1.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'logrotate': [{'name': 'logrotate', 'version': '3.15.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-pc-modules': [{'name': 'grub2-pc-modules', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'libicu': [{'name': 'libicu', 'version': '63.1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcomps': [{'name': 'libcomps', 'version': '0.1.11', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libdb-utils': [{'name': 'libdb-utils', 'version': '5.3.28', 'release': '37.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libss': [{'name': 'libss', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpng': [{'name': 'libpng', 'version': '1.6.36', 'release': '1.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'pigz': [{'name': 'pigz', 'version': '2.4', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'mtools': [{'name': 'mtools', 'version': '4.0.18', 'release': '16.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'syslinux': [{'name': 'syslinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'brotli': [{'name': 'brotli', 'version': '1.0.7', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'checkpolicy': [{'name': 'checkpolicy', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'fuse-libs': [{'name': 'fuse-libs', 'version': '2.9.9', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libargon2': [{'name': 'libargon2', 'version': '20161029', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmaxminddb': [{'name': 'libmaxminddb', 'version': '1.2.0', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libndp': [{'name': 'libndp', 'version': '1.7', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnl3': [{'name': 'libnl3', 'version': '3.4.0', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libini_config': [{'name': 'libini_config', 'version': '1.3.1', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iptables-libs': [{'name': 'iptables-libs', 'version': '1.8.0', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpipeline': [{'name': 'libpipeline', 'version': '1.5.1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gawk': [{'name': 'gawk', 'version': '4.2.1', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_nss_idmap': [{'name': 'libsss_nss_idmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libverto': [{'name': 'libverto', 'version': '0.3.0', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'linux-atm-libs': [{'name': 'linux-atm-libs', 'version': '2.5.1', 'release': '21.fc29', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iproute-tc': [{'name': 'iproute-tc', 'version': '5.0.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ncurses': [{'name': 'ncurses', 'version': '6.1', 'release': '10.20180923.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'qrencode-libs': [{'name': 'qrencode-libs', 'version': '3.4.4', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'coreutils-common': [{'name': 'coreutils-common', 'version': '8.31', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libssh': [{'name': 'libssh', 'version': '0.8.7', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'shared-mime-info': [{'name': 'shared-mime-info', 'version': '1.12', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libkcapi': [{'name': 'libkcapi', 'version': '1.1.4', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcroco': [{'name': 'libcroco', 'version': '0.6.13', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gettext-libs': [{'name': 'gettext-libs', 'version': '0.19.8.1', 'release': '18.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'krb5-libs': [{'name': 'krb5-libs', 'version': '1.17', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnsl2': [{'name': 'libnsl2', 'version': '1.2.0', 'release': '4.20180605git4a062cf.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'curl': [{'name': 'curl', 'version': '7.64.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'elfutils-default-yama-scope': [{'name': 'elfutils-default-yama-scope', 'version': '0.176', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'cracklib-dicts': [{'name': 'cracklib-dicts', 'version': '2.9.6', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gzip': [{'name': 'gzip', 'version': '1.9', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpwquality': [{'name': 'libpwquality', 'version': '1.4.0', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kbd': [{'name': 'kbd', 'version': '2.0.4', 'release': '13.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kpartx': [{'name': 'kpartx', 'version': '0.7.9', 'release': '6.git2df6110.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssl-pkcs11': [{'name': 'openssl-pkcs11', 'version': '0.4.10', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libfdisk': [{'name': 'libfdisk', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus': [{'name': 'dbus', 'version': '1.12.12', 'release': '7.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd-libs': [{'name': 'systemd-libs', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libblkid': [{'name': 'libblkid', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ca-certificates': [{'name': 'ca-certificates', 'version': '2018.2.26', 'release': '3.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'util-linux': [{'name': 'util-linux', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cryptsetup-libs': [{'name': 'cryptsetup-libs', 'version': '2.1.0', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-libs': [{'name': 'rpm-libs', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssl-libs': [{'name': 'openssl-libs', 'version': '1.1.1b', 'release': '3.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'crypto-policies': [{'name': 'crypto-policies', 'version': '20190211', 'release': '2.gite3eacfc.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'grub2-tools': [{'name': 'grub2-tools', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd': [{'name': 'systemd', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus-broker': [{'name': 'dbus-broker', 'version': '20', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd-udev': [{'name': 'systemd-udev', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus-libs': [{'name': 'dbus-libs', 'version': '1.12.12', 'release': '7.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'polkit-libs': [{'name': 'polkit-libs', 'version': '0.115', 'release': '10.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'polkit-pkla-compat': [{'name': 'polkit-pkla-compat', 'version': '0.1', 'release': '14.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_certmap': [{'name': 'libsss_certmap', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsolv': [{'name': 'libsolv', 'version': '0.7.4', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libldb': [{'name': 'libldb', 'version': '1.5.4', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-plugin-selinux': [{'name': 'rpm-plugin-selinux', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'selinux-policy-targeted': [{'name': 'selinux-policy-targeted', 'version': '3.14.3', 'release': '29.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'rpm-plugin-systemd-inhibit': [{'name': 'rpm-plugin-systemd-inhibit', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'net-tools': [{'name': 'net-tools', 'version': '2.0', 'release': '0.54.20160912git.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-tools-extra': [{'name': 'grub2-tools-extra', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'fipscheck-lib': [{'name': 'fipscheck-lib', 'version': '1.5.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssh': [{'name': 'openssh', 'version': '7.9p1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'git-core': [{'name': 'git-core', 'version': '2.21.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libgcc': [{'name': 'libgcc', 'version': '9.0.1', 'release': '0.10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm-build-libs': [{'name': 'rpm-build-libs', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'xkeyboard-config': [{'name': 'xkeyboard-config', 'version': '2.24', 'release': '5.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python-pip-wheel': [{'name': 'python-pip-wheel', 'version': '19.0.3', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'systemd-rpm-macros': [{'name': 'systemd-rpm-macros', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-setuptools': [{'name': 'python3-setuptools', 'version': '40.8.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'publicsuffix-list-dafsa': [{'name': 'publicsuffix-list-dafsa', 'version': '20190128', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libs': [{'name': 'python3-libs', 'version': '3.7.3', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'linux-firmware-whence': [{'name': 'linux-firmware-whence', 'version': '20190312', 'release': '94.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libselinux': [{'name': 'python3-libselinux', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libreport-filesystem': [{'name': 'libreport-filesystem', 'version': '2.10.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'kbd-misc': [{'name': 'kbd-misc', 'version': '2.0.4', 'release': '13.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-libsemanage': [{'name': 'python3-libsemanage', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'geolite2-country': [{'name': 'geolite2-country', 'version': '20190409', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-configobj': [{'name': 'python3-configobj', 'version': '5.0.6', 'release': '15.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'fedora-release-cloud': [{'name': 'fedora-release-cloud', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-pyrsistent': [{'name': 'python3-pyrsistent', 'version': '0.14.11', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'fedora-release-common': [{'name': 'fedora-release-common', 'version': '30', 'release': '1', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'python3-markupsafe': [{'name': 'python3-markupsafe', 'version': '1.1.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'filesystem': [{'name': 'filesystem', 'version': '3.10', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pyyaml': [{'name': 'python3-pyyaml', 'version': '5.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pcre2': [{'name': 'pcre2', 'version': '10.32', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-unbound': [{'name': 'python3-unbound', 'version': '1.8.3', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ncurses-libs': [{'name': 'ncurses-libs', 'version': '6.1', 'release': '10.20180923.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-attrs': [{'name': 'python3-attrs', 'version': '18.2.0', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'glibc-common': [{'name': 'glibc-common', 'version': '2.29', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-audit': [{'name': 'python3-audit', 'version': '3.0', 'release': '0.7.20190326git03e7489.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'bash': [{'name': 'bash', 'version': '5.0.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-chardet': [{'name': 'python3-chardet', 'version': '3.0.4', 'release': '9.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'zlib': [{'name': 'zlib', 'version': '1.2.11', 'release': '15.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-jsonpointer': [{'name': 'python3-jsonpointer', 'version': '1.10', 'release': '15.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'bzip2-libs': [{'name': 'bzip2-libs', 'version': '1.0.6', 'release': '29.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pbr': [{'name': 'python3-pbr', 'version': '5.1.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'mkpasswd': [{'name': 'mkpasswd', 'version': '5.4.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pycparser': [{'name': 'python3-pycparser', 'version': '2.14', 'release': '18.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libcap': [{'name': 'libcap', 'version': '2.26', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-cryptography': [{'name': 'python3-cryptography', 'version': '2.6.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcom_err': [{'name': 'libcom_err', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-oauthlib': [{'name': 'python3-oauthlib', 'version': '2.1.0', 'release': '1.fc29', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'elfutils-libelf': [{'name': 'elfutils-libelf', 'version': '0.176', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pyasn1': [{'name': 'python3-pyasn1', 'version': '0.4.4', 'release': '4.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libgpg-error': [{'name': 'libgpg-error', 'version': '1.33', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-pyserial': [{'name': 'python3-pyserial', 'version': '3.4', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libstdc++': [{'name': 'libstdc++', 'version': '9.0.1', 'release': '0.10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-urllib3': [{'name': 'python3-urllib3', 'version': '1.24.1', 'release': '3.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'readline': [{'name': 'readline', 'version': '8.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-boto': [{'name': 'python3-boto', 'version': '2.45.0', 'release': '11.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'gmp': [{'name': 'gmp', 'version': '6.1.2', 'release': '10.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-babel': [{'name': 'python3-babel', 'version': '2.6.0', 'release': '6.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libmnl': [{'name': 'libmnl', 'version': '1.0.4', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'xfsprogs': [{'name': 'xfsprogs', 'version': '4.19.0', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libgcrypt': [{'name': 'libgcrypt', 'version': '1.8.4', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dhcp-libs': [{'name': 'dhcp-libs', 'version': '4.3.6', 'release': '32.fc30', 'epoch': 12, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-common': [{'name': 'grub2-common', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'libuser': [{'name': 'libuser', 'version': '0.62', 'release': '20.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'audit-libs': [{'name': 'audit-libs', 'version': '3.0', 'release': '0.7.20190326git03e7489.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libidn2': [{'name': 'libidn2', 'version': '2.1.1a', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsemanage': [{'name': 'libsemanage', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pinentry': [{'name': 'pinentry', 'version': '1.1.0', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pcre': [{'name': 'pcre', 'version': '8.43', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gnupg2': [{'name': 'gnupg2', 'version': '2.2.13', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtevent': [{'name': 'libtevent', 'version': '0.9.39', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'librepo': [{'name': 'librepo', 'version': '1.9.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'kmod': [{'name': 'kmod', 'version': '25', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-libdnf': [{'name': 'python3-libdnf', 'version': '0.28.1', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sqlite-libs': [{'name': 'sqlite-libs', 'version': '3.26.0', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-gpg': [{'name': 'python3-gpg', 'version': '1.12.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'keyutils-libs': [{'name': 'keyutils-libs', 'version': '1.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'python3-rpm': [{'name': 'python3-rpm', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libacl': [{'name': 'libacl', 'version': '2.2.53', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf': [{'name': 'dnf', 'version': '4.2.2', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libbasicobjects': [{'name': 'libbasicobjects', 'version': '0.1.1', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnfsidmap': [{'name': 'libnfsidmap', 'version': '2.3.3', 'release': '7.rc2.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'libref_array': [{'name': 'libref_array', 'version': '0.1.5', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'sssd-common': [{'name': 'sssd-common', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'lz4-libs': [{'name': 'lz4-libs', 'version': '1.8.3', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dnf-plugins-core': [{'name': 'dnf-plugins-core', 'version': '4.0.6', 'release': '1.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libpsl': [{'name': 'libpsl', 'version': '0.20.2', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libksba': [{'name': 'libksba', 'version': '1.3.5', 'release': '9.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dhcp-client': [{'name': 'dhcp-client', 'version': '4.3.6', 'release': '32.fc30', 'epoch': 12, 'arch': 'x86_64', 'source': 'rpm'}], 'file': [{'name': 'file', 'version': '5.36', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'heat-cfntools': [{'name': 'heat-cfntools', 'version': '1.4.2', 'release': '8.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'diffutils': [{'name': 'diffutils', 'version': '3.7', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssh-server': [{'name': 'openssh-server', 'version': '7.9p1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'jansson': [{'name': 'jansson', 'version': '2.12', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'NetworkManager': [{'name': 'NetworkManager', 'version': '1.16.0', 'release': '1.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'libdhash': [{'name': 'libdhash', 'version': '0.5.0', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'audit': [{'name': 'audit', 'version': '3.0', 'release': '0.7.20190326git03e7489.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libseccomp': [{'name': 'libseccomp', 'version': '2.4.0', 'release': '0.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cloud-utils-growpart': [{'name': 'cloud-utils-growpart', 'version': '0.31', 'release': '2.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'libtasn1': [{'name': 'libtasn1', 'version': '4.13', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'man-db': [{'name': 'man-db', 'version': '2.8.4', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libyaml': [{'name': 'libyaml', 'version': '0.2.1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'syslinux-extlinux': [{'name': 'syslinux-extlinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'hostname': [{'name': 'hostname', 'version': '3.20', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'groff-base': [{'name': 'groff-base', 'version': '1.22.3', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rootfiles': [{'name': 'rootfiles', 'version': '8.1', 'release': '24.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'tar': [{'name': 'tar', 'version': '1.32', 'release': '1.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'libestr': [{'name': 'libestr', 'version': '0.1.9', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'xz': [{'name': 'xz', 'version': '5.2.4', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rsyslog': [{'name': 'rsyslog', 'version': '8.2002.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'mpfr': [{'name': 'mpfr', 'version': '3.1.6', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'mozjs60': [{'name': 'mozjs60', 'version': '60.4.0', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmetalink': [{'name': 'libmetalink', 'version': '0.1.3', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'e2fsprogs-libs': [{'name': 'e2fsprogs-libs', 'version': '1.44.6', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'bzip2': [{'name': 'bzip2', 'version': '1.0.6', 'release': '29.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'freetype': [{'name': 'freetype', 'version': '2.9.1', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libselinux-utils': [{'name': 'libselinux-utils', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'syslinux-nonlinux': [{'name': 'syslinux-nonlinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'syslinux-extlinux-nonlinux': [{'name': 'syslinux-extlinux-nonlinux', 'version': '6.04', 'release': '0.8.fc28', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'c-ares': [{'name': 'c-ares', 'version': '1.15.0', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cpio': [{'name': 'cpio', 'version': '2.12', 'release': '10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'hardlink': [{'name': 'hardlink', 'version': '1.3', 'release': '8.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'libgomp': [{'name': 'libgomp', 'version': '9.0.1', 'release': '0.10.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'ipcalc': [{'name': 'ipcalc', 'version': '0.2.5', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libnghttp2': [{'name': 'libnghttp2', 'version': '1.37.0', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpath_utils': [{'name': 'libpath_utils', 'version': '0.2.1', 'release': '42.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libpcap': [{'name': 'libpcap', 'version': '1.9.0', 'release': '3.fc30', 'epoch': 14, 'arch': 'x86_64', 'source': 'rpm'}], 'libsigsegv': [{'name': 'libsigsegv', 'version': '2.11', 'release': '7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_autofs': [{'name': 'libsss_autofs', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libsss_sudo': [{'name': 'libsss_sudo', 'version': '2.1.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libxkbcommon': [{'name': 'libxkbcommon', 'version': '0.8.3', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iproute': [{'name': 'iproute', 'version': '5.0.0', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'lmdb-libs': [{'name': 'lmdb-libs', 'version': '0.9.23', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'npth': [{'name': 'npth', 'version': '1.6', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dhcp-common': [{'name': 'dhcp-common', 'version': '4.3.6', 'release': '32.fc30', 'epoch': 12, 'arch': 'noarch', 'source': 'rpm'}], 'cyrus-sasl-lib': [{'name': 'cyrus-sasl-lib', 'version': '2.1.27', 'release': '0.6rc7.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openldap': [{'name': 'openldap', 'version': '2.4.47', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libcurl': [{'name': 'libcurl', 'version': '7.64.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libkcapi-hmaccalc': [{'name': 'libkcapi-hmaccalc', 'version': '1.1.4', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'glib2': [{'name': 'glib2', 'version': '2.60.1', 'release': '2.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gettext': [{'name': 'gettext', 'version': '0.19.8.1', 'release': '18.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libtirpc': [{'name': 'libtirpc', 'version': '1.1.4', 'release': '2.rc2.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libarchive': [{'name': 'libarchive', 'version': '3.3.3', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssl': [{'name': 'openssl', 'version': '1.1.1b', 'release': '3.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'elfutils-libs': [{'name': 'elfutils-libs', 'version': '0.176', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'cracklib': [{'name': 'cracklib', 'version': '2.9.6', 'release': '19.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'procps-ng': [{'name': 'procps-ng', 'version': '3.3.15', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'pam': [{'name': 'pam', 'version': '1.3.1', 'release': '17.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grub2-tools-minimal': [{'name': 'grub2-tools-minimal', 'version': '2.02', 'release': '75.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'device-mapper': [{'name': 'device-mapper', 'version': '1.02.154', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'rpm': [{'name': 'rpm', 'version': '4.14.2.1', 'release': '4.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmount': [{'name': 'libmount', 'version': '2.33.2', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'coreutils': [{'name': 'coreutils', 'version': '8.31', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'shadow-utils': [{'name': 'shadow-utils', 'version': '4.6', 'release': '8.fc30', 'epoch': 2, 'arch': 'x86_64', 'source': 'rpm'}], 'device-mapper-libs': [{'name': 'device-mapper-libs', 'version': '1.02.154', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libutempter': [{'name': 'libutempter', 'version': '1.1.6', 'release': '16.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'systemd-pam': [{'name': 'systemd-pam', 'version': '241', 'release': '7.gita2eaa1c.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dracut': [{'name': 'dracut', 'version': '049', 'release': '26.git20181204.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'trousers-lib': [{'name': 'trousers-lib', 'version': '0.3.13', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'grubby': [{'name': 'grubby', 'version': '8.40', 'release': '30.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'os-prober': [{'name': 'os-prober', 'version': '1.74', 'release': '8.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'gnutls': [{'name': 'gnutls', 'version': '3.6.7', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'dbus-common': [{'name': 'dbus-common', 'version': '1.12.12', 'release': '7.fc30', 'epoch': 1, 'arch': 'noarch', 'source': 'rpm'}], 'systemd-bootchart': [{'name': 'systemd-bootchart', 'version': '233', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'trousers': [{'name': 'trousers', 'version': '0.3.13', 'release': '12.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'policycoreutils': [{'name': 'policycoreutils', 'version': '2.9', 'release': '1.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'polkit': [{'name': 'polkit', 'version': '0.115', 'release': '10.fc30.1', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libevent': [{'name': 'libevent', 'version': '2.1.8', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'zchunk-libs': [{'name': 'zchunk-libs', 'version': '1.1.1', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'libmodulemd1': [{'name': 'libmodulemd1', 'version': '1.8.6', 'release': '3.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'timedatex': [{'name': 'timedatex', 'version': '0.5', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'selinux-policy': [{'name': 'selinux-policy', 'version': '3.14.3', 'release': '29.fc30', 'epoch': None, 'arch': 'noarch', 'source': 'rpm'}], 'kernel-core': [{'name': 'kernel-core', 'version': '5.0.9', 'release': '301.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'iputils': [{'name': 'iputils', 'version': '20180629', 'release': '4.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'NetworkManager-libnm': [{'name': 'NetworkManager-libnm', 'version': '1.16.0', 'release': '1.fc30', 'epoch': 1, 'arch': 'x86_64', 'source': 'rpm'}], 'bind-export-libs': [{'name': 'bind-export-libs', 'version': '9.11.5', 'release': '13.P4.fc30', 'epoch': 32, 'arch': 'x86_64', 'source': 'rpm'}], 'fipscheck': [{'name': 'fipscheck', 'version': '1.5.0', 'release': '6.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}], 'openssh-clients': [{'name': 'openssh-clients', 'version': '7.9p1', 'release': '5.fc30', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "packages", "value": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_basics_packages', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_basics_packages", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_pki', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_pki", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_capabilities', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_capabilities", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_use_imuxsock', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_use_imuxsock", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_basics_rules', 'value': ['{{ __rsyslog_conf_local_basics_modules }}', [{'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}]]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_basics_rules", "value": ["{{ __rsyslog_conf_local_basics_modules }}", [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}]]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_conf_local_basics_modules', 'value': [{'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use="on") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use="off") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == "basics" %}\nmodule(load="imjournal"\n StateFile="{{ rsyslog_work_dir }}/imjournal.state"\n RateLimit.Burst="{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}"\n RateLimit.Interval="{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}"\n PersistStateInterval="{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}")\n{% endif %}\n{% endfor %}'}]}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_conf_local_basics_modules", "value": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_conf_system_input', 'value': [{'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_conf_system_input", "value": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_files_input_packages', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_files_input_packages", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_input_log_path', 'value': '/var/log/containers/*.log'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_input_log_path", "value": "/var/log/containers/*.log"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_files_input_rules', 'value': [[{'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}]]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_files_input_rules", "value": [[{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}]]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_conf_imfile_modules', 'value': [{'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_conf_imfile_modules", "value": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_files_output_packages', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_files_output_packages", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_files_output_rules', 'value': [[{'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}]]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_files_output_rules", "value": [[{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}]]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_conf_files_output_modules', 'value': [{'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_conf_files_output_modules", "value": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_forwards_output_packages', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_forwards_output_packages", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_forwards_output_rules', 'value': ['{{ __rsyslog_conf_forwards_output_tls_rules }}']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_forwards_output_rules", "value": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_conf_forwards_output_tls_rules', 'value': [{'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '{{ rsyslog_send_over_tls }}'}]}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_conf_forwards_output_tls_rules", "value": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "absent", "type": "output"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure', 'state': 'absent'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': [{'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514, 'state': 'absent'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "state": "absent", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure', 'state': 'absent'}, {'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514, 'state': 'absent'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "state": "absent", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': '__rsyslog_version', 'value': '8.2002.0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "__rsyslog_version", "value": "8.2002.0"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_backup_dir', 'value': '/tmp/rsyslog.d-20200528T060008'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_backup_dir", "value": "/tmp/rsyslog.d-20200528T060008"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_conf_stat', 'value': {'changed': False, 'stat': {'exists': True, 'path': '/etc/rsyslog.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 104, 'inode': 3299, 'dev': 64513, 'nlink': 1, 'atime': 1590645889.597288, 'mtime': 1590645820.734288, 'ctime': 1590645821.095288, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'root', 'gr_name': 'root', 'checksum': 'bcfc44c5d259acacc0a84869fb5a8b625392f230', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1539509360', 'attributes': ['extents'], 'attr_flags': 'e'}, 'failed': False}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_conf_stat", "value": {"changed": false, "failed": false, "stat": {"atime": 1590645889.597288, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590645821.095288, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3299, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645820.734288, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1539509360", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_d_file_count', 'value': {'files': [{'path': '/etc/rsyslog.d/10-output-files-modules.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 173, 'inode': 3320, 'dev': 64513, 'nlink': 1, 'atime': 1590645855.971288, 'mtime': 1590645843.551288, 'ctime': 1590645843.786288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/30-output-files-files_test0.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 125, 'inode': 3321, 'dev': 64513, 'nlink': 1, 'atime': 1590645860.172288, 'mtime': 1590645847.733288, 'ctime': 1590645847.970288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/21-cloudinit.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 255, 'inode': 154908, 'dev': 64513, 'nlink': 1, 'atime': 1590645819.9002879, 'mtime': 1548949719.0, 'ctime': 1556244221.276564, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/00-global.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 117, 'inode': 3300, 'dev': 64513, 'nlink': 1, 'atime': 1590645889.597288, 'mtime': 1590645821.501288, 'ctime': 1590645821.724288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/05-common-defaults.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 69, 'inode': 3315, 'dev': 64513, 'nlink': 1, 'atime': 1590645889.597288, 'mtime': 1590645822.119288, 'ctime': 1590645822.3442879, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/90-input-files-files_input.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 358, 'inode': 3319, 'dev': 64513, 'nlink': 1, 'atime': 1590645889.597288, 'mtime': 1590645839.260288, 'ctime': 1590645839.495288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/10-input-basics-modules.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 454, 'inode': 3316, 'dev': 64513, 'nlink': 1, 'atime': 1590645889.597288, 'mtime': 1590645826.408288, 'ctime': 1590645826.635288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/11-input-basics-basic_input.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 310, 'inode': 3317, 'dev': 64513, 'nlink': 1, 'atime': 1590645889.597288, 'mtime': 1590645830.886288, 'ctime': 1590645831.1172879, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/10-input-files-modules.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 91, 'inode': 3318, 'dev': 64513, 'nlink': 1, 'atime': 1590645889.597288, 'mtime': 1590645835.021288, 'ctime': 1590645835.261288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 194, 'inode': 3323, 'dev': 64513, 'nlink': 1, 'atime': 1590645884.490288, 'mtime': 1590645872.368288, 'ctime': 1590645872.598288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/30-output-files-files_test1.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 88, 'inode': 3322, 'dev': 64513, 'nlink': 1, 'atime': 1590645864.3152878, 'mtime': 1590645851.8442879, 'ctime': 1590645852.075288, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}, {'path': '/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 175, 'inode': 3324, 'dev': 64513, 'nlink': 1, 'atime': 1590645888.557288, 'mtime': 1590645876.529288, 'ctime': 1590645876.7492878, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}], 'changed': False, 'msg': '', 'matched': 12, 'examined': 12, 'failed': False}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_d_file_count", "value": {"changed": false, "examined": 12, "failed": false, "files": [{"atime": 1590645855.971288, "ctime": 1590645843.786288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645843.551288, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645860.172288, "ctime": 1590645847.970288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645847.733288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645819.9002879, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590645889.597288, "ctime": 1590645821.724288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645821.501288, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645822.3442879, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645822.119288, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645839.495288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645839.260288, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645826.635288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645826.408288, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645831.1172879, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645830.886288, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645835.261288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645835.021288, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645884.490288, "ctime": 1590645872.598288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645872.368288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645864.3152878, "ctime": 1590645852.075288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645851.8442879, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 88, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645888.557288, "ctime": 1590645876.7492878, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3324, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645876.529288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 12, "msg": ""}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'systemctl_result', 'value': {'cmd': ['systemctl', 'status', 'rsyslog'], 'stdout': '● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:04:51 UTC; 1s ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 13389 (rsyslogd)\n Tasks: 4 (limit: 2343)\n Memory: 1.6M\n CGroup: /system.slice/rsyslog.service\n └─13389 /usr/sbin/rsyslogd -n\n\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: [origin software="rsyslogd" swVersion="8.2002.0" x-pid="13389" x-info="https://www.rsyslog.com"] start\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]', 'stderr': '', 'rc': 0, 'start': '2020-05-28 06:04:52.732148', 'end': '2020-05-28 06:04:52.742841', 'delta': '0:00:00.010693', 'changed': True, 'stdout_lines': ['● rsyslog.service - System Logging Service', ' Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)', ' Active: active (running) since Thu 2020-05-28 06:04:51 UTC; 1s ago', ' Docs: man:rsyslogd(8)', ' https://www.rsyslog.com/doc/', ' Main PID: 13389 (rsyslogd)', ' Tasks: 4 (limit: 2343)', ' Memory: 1.6M', ' CGroup: /system.slice/rsyslog.service', ' └─13389 /usr/sbin/rsyslogd -n', '', 'May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...', 'May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: [origin software="rsyslogd" swVersion="8.2002.0" x-pid="13389" x-info="https://www.rsyslog.com"] start', 'May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.', 'May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]'], 'stderr_lines': [], 'failed': False, 'failed_when_result': False}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "systemctl_result", "value": {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010693", "end": "2020-05-28 06:04:52.742841", "failed": false, "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:04:52.732148", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:04:51 UTC; 1s ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 13389 (rsyslogd)\n Tasks: 4 (limit: 2343)\n Memory: 1.6M\n CGroup: /system.slice/rsyslog.service\n └─13389 /usr/sbin/rsyslogd -n\n\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13389\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.\nMay 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:04:51 UTC; 1s ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 13389 (rsyslogd)", " Tasks: 4 (limit: 2343)", " Memory: 1.6M", " CGroup: /system.slice/rsyslog.service", " └─13389 /usr/sbin/rsyslogd -n", "", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"13389\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.", "May 28 06:04:51 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[13389]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__9cac3f889053b00b000dd4cc5a93207b2d691b36'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__9cac3f889053b00b000dd4cc5a93207b2d691b36"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: ca-certificates-2020.2.40-1.1.fc30.noarch", "Installed: p11-kit-trust-0.23.20-1.fc30.x86_64", "Installed: p11-kit-0.23.20-1.fc30.x86_64", "Installed: rsyslog-gnutls-8.2002.0-1.fc30.x86_64", "Removed: p11-kit-0.23.15-3.fc30.x86_64", "Removed: p11-kit-trust-0.23.15-3.fc30.x86_64", "Removed: ca-certificates-2018.2.26-3.fc30.noarch"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.1.fc30", "source": "rpm", "version": "2020.2.40"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc30", "source": "rpm", "version": "0.23.20"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc30", "source": "rpm", "version": "0.23.20"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "rsyslog-gnutls": [{"arch": "x86_64", "epoch": null, "name": "rsyslog-gnutls", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T060008/rsyslog.d-20200528T060008"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T060008/rsyslog.d-20200528T060008", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/10-output-files-modules.conf", "/etc/rsyslog.d/30-output-files-files_test0.conf", "/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.d/00-global.conf", "/etc/rsyslog.d/05-common-defaults.conf", "/etc/rsyslog.d/90-input-files-files_input.conf", "/etc/rsyslog.d/10-input-basics-modules.conf", "/etc/rsyslog.d/11-input-basics-basic_input.conf", "/etc/rsyslog.d/10-input-files-modules.conf", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "/etc/rsyslog.d/30-output-files-files_test1.conf", "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T060008/rsyslog.d-20200528T060008/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1540, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/rsyslog.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics', 'rsyslog_imjournal_ratelimit_burst': 33333}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "rsyslog_imjournal_ratelimit_burst": 33333, "type": "basics"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "aba3c0ff2562af485a368d8f3d13266fa72df779", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="33333"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"33333\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "4d5035fad7e37645c19e9a31a5a37ddb4bc71701", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "045511ab1e04b5e9e9b12c0de7e16b6f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 85, "src": "/root/.ansible/tmp/ansible-tmp-1590645910.932072-223008-55386166015599/source", "state": "file", "uid": 0} NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure', 'state': 'absent'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514, 'state': 'absent'}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "state": "absent", "target": "host.domain", "type": "forwards"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:04:51 UTC", "ActiveEnterTimestampMonotonic": "292257458", "ActiveExitTimestamp": "Thu 2020-05-28 06:04:50 UTC", "ActiveExitTimestampMonotonic": "291998057", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:04:51 UTC", "AssertTimestampMonotonic": "292251973", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:04:51 UTC", "ConditionTimestampMonotonic": "292251972", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13389", "ExecMainStartTimestamp": "Thu 2020-05-28 06:04:51 UTC", "ExecMainStartTimestampMonotonic": "292253207", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:04:51 UTC] ; stop_time=[n/a] ; pid=13389 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2020-05-28 06:04:51 UTC", "InactiveEnterTimestampMonotonic": "292251227", "InactiveExitTimestamp": "Thu 2020-05-28 06:04:51 UTC", "InactiveExitTimestampMonotonic": "292253533", "InvocationID": "30758df7e9874a8da0b48d35ee2cd8b4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13389", "MemoryAccounting": "yes", "MemoryCurrent": "1830912", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:04:51 UTC", "StateChangeTimestampMonotonic": "292257458", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:141 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590645889.597288, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590645821.095288, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3299, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590645820.734288, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1539509360", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 10, "files": [{"atime": 1590645855.971288, "ctime": 1590645843.786288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645843.551288, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645860.172288, "ctime": 1590645847.970288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645847.733288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645819.9002879, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590645889.597288, "ctime": 1590645821.724288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645821.501288, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645822.3442879, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645822.119288, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645839.495288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645839.260288, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645826.635288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645826.408288, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645911.7292879, "ctime": 1590645911.730288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3354, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645911.5022879, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 85, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645889.597288, "ctime": 1590645835.261288, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645835.021288, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590645888.557288, "ctime": 1590645876.7492878, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3324, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590645876.529288, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 10, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:04:51 UTC", "ActiveEnterTimestampMonotonic": "292257458", "ActiveExitTimestamp": "Thu 2020-05-28 06:04:50 UTC", "ActiveExitTimestampMonotonic": "291998057", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:04:51 UTC", "AssertTimestampMonotonic": "292251973", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:04:51 UTC", "ConditionTimestampMonotonic": "292251972", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13389", "ExecMainStartTimestamp": "Thu 2020-05-28 06:04:51 UTC", "ExecMainStartTimestampMonotonic": "292253207", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:04:51 UTC] ; stop_time=[n/a] ; pid=13389 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2020-05-28 06:04:51 UTC", "InactiveEnterTimestampMonotonic": "292251227", "InactiveExitTimestamp": "Thu 2020-05-28 06:04:51 UTC", "InactiveExitTimestampMonotonic": "292253533", "InvocationID": "30758df7e9874a8da0b48d35ee2cd8b4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13389", "MemoryAccounting": "yes", "MemoryCurrent": "1794048", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:04:51 UTC", "StateChangeTimestampMonotonic": "292257458", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check file counts in rsyslog.d are less than no-absent case] ************* task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:148 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check 11-input-basics-basic_input.conf was updated] ********************** task path: /tmp/tmp669uc2bh/tests/tests_combination_absent.yml:152 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["/bin/grep", "# GENERATED BASICS CONFIG FILE", "/etc/rsyslog.d/11-input-basics-basic_input.conf"], "delta": "0:00:00.002495", "end": "2020-05-28 06:05:46.563532", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2020-05-28 06:05:46.561037", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=149 changed=24 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_default.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_default.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [default run (NOOP)] ****************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default.yml:8 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": []}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '3238'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "3238"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud0gefl6hp/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud0gefl6hp/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '40eb786c43d84fcd9c31f055dc917dc3', 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1501, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 480, 'free': 1501}, 'nocache': {'free': 1694, 'used': 287}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-05-46-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-05-46-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'lsb': {}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDNpuPrkNIwkTE9wdKTzXq/4O/52+PyHlCgfGOJKb++kWsMKivXjCjvWavjCNv/yGTy+bMmAFbNY6jnzxXPAAESQ5isOYefrCWbOWjO2VCF56fn0tO/GSbwOgkw3qbz0CVnaOciuSAK8HUH9Bh3JxvHhP21w/5ZPmFkeM9Tnjvz7Hb5aV3m0rwzZAMDUthvobQjshoa+lnZsnySGQQzH5hvVoMp7cksGNlFPeU9GM9CXNk3NrV4QtgA7xQiLODuf42VK4tv8yDEw2vsWB+aiTkHujHkJifEFAL50v3MHSLjQT3W88/FzvxUStSEMihY+7naK25IcV3VITM/VusjvFqV', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFx039mI5TPDGtk+H5JNkRQwFI0F32tR604OtGnavtFNlKviBY6VFUOdsEMCEKmf0aBSXwKZH73Uj3D1+/o8lNI=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIJMeTWsxBda281Y9ftKUHHtAu61Az8QpnXYVjWgH0Rak', 'iscsi_iqn': '', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'is_chroot': False, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'fibre_channel_wwn': [], 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '06', 'second': '00', 'epoch': '1590645960', 'date': '2020-05-28', 'time': '06:06:00', 'iso8601_micro': '2020-05-28T06:06:00.638965Z', 'iso8601': '2020-05-28T06:06:00Z', 'iso8601_basic': '20200528T060600638857', 'iso8601_basic_short': '20200528T060600', 'tz': 'UTC', 'tz_offset': '+0000'}, 'hostnqn': '', 'service_mgr': 'systemd', 'ansible_local': {}, 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'apparmor': {'status': 'disabled'}, 'fips': False, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 43886 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 43886 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'dns': {'nameservers': ['10.0.2.3']}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'pkg_mgr': 'dnf', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590645960", "hour": "06", "iso8601": "2020-05-28T06:06:00Z", "iso8601_basic": "20200528T060600638857", "iso8601_basic_short": "20200528T060600", "iso8601_micro": "2020-05-28T06:06:00.638965Z", "minute": "06", "month": "05", "second": "00", "time": "06:06:00", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-05-46-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-05-46-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 43886 22", "SSH_CONNECTION": "10.0.2.2 43886 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "40eb786c43d84fcd9c31f055dc917dc3", "memfree_mb": 1501, "memory_mb": {"nocache": {"free": 1694, "used": 287}, "real": {"free": 1501, "total": 1981, "used": 480}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFx039mI5TPDGtk+H5JNkRQwFI0F32tR604OtGnavtFNlKviBY6VFUOdsEMCEKmf0aBSXwKZH73Uj3D1+/o8lNI=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJMeTWsxBda281Y9ftKUHHtAu61Az8QpnXYVjWgH0Rak", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDNpuPrkNIwkTE9wdKTzXq/4O/52+PyHlCgfGOJKb++kWsMKivXjCjvWavjCNv/yGTy+bMmAFbNY6jnzxXPAAESQ5isOYefrCWbOWjO2VCF56fn0tO/GSbwOgkw3qbz0CVnaOciuSAK8HUH9Bh3JxvHhP21w/5ZPmFkeM9Tnjvz7Hb5aV3m0rwzZAMDUthvobQjshoa+lnZsnySGQQzH5hvVoMp7cksGNlFPeU9GM9CXNk3NrV4QtgA7xQiLODuf42VK4tv8yDEw2vsWB+aiTkHujHkJifEFAL50v3MHSLjQT3W88/FzvxUStSEMihY+7naK25IcV3VITM/VusjvFqV", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '40eb786c43d84fcd9c31f055dc917dc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "40eb786c43d84fcd9c31f055dc917dc3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1501}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1501}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 480, 'free': 1501}, 'nocache': {'free': 1694, 'used': 287}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1694, "used": 287}, "real": {"free": 1501, "total": 1981, "used": 480}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-05-46-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-05-46-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-05-46-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-05-46-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDNpuPrkNIwkTE9wdKTzXq/4O/52+PyHlCgfGOJKb++kWsMKivXjCjvWavjCNv/yGTy+bMmAFbNY6jnzxXPAAESQ5isOYefrCWbOWjO2VCF56fn0tO/GSbwOgkw3qbz0CVnaOciuSAK8HUH9Bh3JxvHhP21w/5ZPmFkeM9Tnjvz7Hb5aV3m0rwzZAMDUthvobQjshoa+lnZsnySGQQzH5hvVoMp7cksGNlFPeU9GM9CXNk3NrV4QtgA7xQiLODuf42VK4tv8yDEw2vsWB+aiTkHujHkJifEFAL50v3MHSLjQT3W88/FzvxUStSEMihY+7naK25IcV3VITM/VusjvFqV'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDNpuPrkNIwkTE9wdKTzXq/4O/52+PyHlCgfGOJKb++kWsMKivXjCjvWavjCNv/yGTy+bMmAFbNY6jnzxXPAAESQ5isOYefrCWbOWjO2VCF56fn0tO/GSbwOgkw3qbz0CVnaOciuSAK8HUH9Bh3JxvHhP21w/5ZPmFkeM9Tnjvz7Hb5aV3m0rwzZAMDUthvobQjshoa+lnZsnySGQQzH5hvVoMp7cksGNlFPeU9GM9CXNk3NrV4QtgA7xQiLODuf42VK4tv8yDEw2vsWB+aiTkHujHkJifEFAL50v3MHSLjQT3W88/FzvxUStSEMihY+7naK25IcV3VITM/VusjvFqV"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFx039mI5TPDGtk+H5JNkRQwFI0F32tR604OtGnavtFNlKviBY6VFUOdsEMCEKmf0aBSXwKZH73Uj3D1+/o8lNI='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFx039mI5TPDGtk+H5JNkRQwFI0F32tR604OtGnavtFNlKviBY6VFUOdsEMCEKmf0aBSXwKZH73Uj3D1+/o8lNI="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIJMeTWsxBda281Y9ftKUHHtAu61Az8QpnXYVjWgH0Rak'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIJMeTWsxBda281Y9ftKUHHtAu61Az8QpnXYVjWgH0Rak"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '06', 'second': '00', 'epoch': '1590645960', 'date': '2020-05-28', 'time': '06:06:00', 'iso8601_micro': '2020-05-28T06:06:00.638965Z', 'iso8601': '2020-05-28T06:06:00Z', 'iso8601_basic': '20200528T060600638857', 'iso8601_basic_short': '20200528T060600', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590645960", "hour": "06", "iso8601": "2020-05-28T06:06:00Z", "iso8601_basic": "20200528T060600638857", "iso8601_basic_short": "20200528T060600", "iso8601_micro": "2020-05-28T06:06:00.638965Z", "minute": "06", "month": "05", "second": "00", "time": "06:06:00", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 43886 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 43886 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 43886 22", "SSH_CONNECTION": "10.0.2.2 43886 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__da0287a0026fdeaa05d09dbfba5c6d1014f3452d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__da0287a0026fdeaa05d09dbfba5c6d1014f3452d"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T060600"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T060600", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T060600/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=19 changed=3 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_default_files.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_default_files.yml ********************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_default_files.yml PLAY [Ensure that the role runs with parameters with the simplest configuration (implicit files output)] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:9 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '3653'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "3653"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudh8js8boy/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudh8js8boy/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'fibre_channel_wwn': [], 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '885dcde457964ce8a29705a1f4b93981', 'is_chroot': False, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDLM672kI/N6Da5n1eN1DjJG+qjZK4vtCkLx9vU9oM5fpk5uqWIkNKwWYADGhjPEEoGRPbaXCLrDq8bZAkIl4X6rJts9Q3am2DEHeteHAbTXEeZGVGBkYadBD32OQKW5sABV4mX+z/VvOJyy0WDYNXdKOkDQaICC1cQQaJo89iB4lbxKwRb1mj5gotG7UsKt2dKFm7Lm8ZENrjtod5RoFivVGwPu6txf1T1tK8IfumJfIFxTepwzDuikwcvztcZhIgdh9Qm/hQjNeTMC9z6JssXJQHyD5cXMJ8WsFveWWVJV9i0ISzBZ8myHQ0nwtbe29iT96BwTANApWcDl1bUqT4p', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOZtNAHXRsSok+8Efvh+HkLz9vITwHFzZMrymRdspLBF5gEmTzxVBb8fqybfTCJOcrTD4pl8dt4X6xfhYLnENaI=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIMrXhFxuGlNiC6zcziv9YIMKsUmAHenaxPc03Q+pTlHI', 'apparmor': {'status': 'disabled'}, 'iscsi_iqn': '', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 44800 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 44800 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'hostnqn': '', 'fips': False, 'lsb': {}, 'ansible_local': {}, 'dns': {'nameservers': ['10.0.2.3']}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '07', 'second': '09', 'epoch': '1590646029', 'date': '2020-05-28', 'time': '06:07:09', 'iso8601_micro': '2020-05-28T06:07:09.633851Z', 'iso8601': '2020-05-28T06:07:09Z', 'iso8601_basic': '20200528T060709633689', 'iso8601_basic_short': '20200528T060709', 'tz': 'UTC', 'tz_offset': '+0000'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1497, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-06-55-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-06-55-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'pkg_mgr': 'dnf', 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590646029", "hour": "06", "iso8601": "2020-05-28T06:07:09Z", "iso8601_basic": "20200528T060709633689", "iso8601_basic_short": "20200528T060709", "iso8601_micro": "2020-05-28T06:07:09.633851Z", "minute": "07", "month": "05", "second": "09", "time": "06:07:09", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-06-55-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-06-55-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 44800 22", "SSH_CONNECTION": "10.0.2.2 44800 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "885dcde457964ce8a29705a1f4b93981", "memfree_mb": 1497, "memory_mb": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOZtNAHXRsSok+8Efvh+HkLz9vITwHFzZMrymRdspLBF5gEmTzxVBb8fqybfTCJOcrTD4pl8dt4X6xfhYLnENaI=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMrXhFxuGlNiC6zcziv9YIMKsUmAHenaxPc03Q+pTlHI", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDLM672kI/N6Da5n1eN1DjJG+qjZK4vtCkLx9vU9oM5fpk5uqWIkNKwWYADGhjPEEoGRPbaXCLrDq8bZAkIl4X6rJts9Q3am2DEHeteHAbTXEeZGVGBkYadBD32OQKW5sABV4mX+z/VvOJyy0WDYNXdKOkDQaICC1cQQaJo89iB4lbxKwRb1mj5gotG7UsKt2dKFm7Lm8ZENrjtod5RoFivVGwPu6txf1T1tK8IfumJfIFxTepwzDuikwcvztcZhIgdh9Qm/hQjNeTMC9z6JssXJQHyD5cXMJ8WsFveWWVJV9i0ISzBZ8myHQ0nwtbe29iT96BwTANApWcDl1bUqT4p", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '885dcde457964ce8a29705a1f4b93981'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "885dcde457964ce8a29705a1f4b93981"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDLM672kI/N6Da5n1eN1DjJG+qjZK4vtCkLx9vU9oM5fpk5uqWIkNKwWYADGhjPEEoGRPbaXCLrDq8bZAkIl4X6rJts9Q3am2DEHeteHAbTXEeZGVGBkYadBD32OQKW5sABV4mX+z/VvOJyy0WDYNXdKOkDQaICC1cQQaJo89iB4lbxKwRb1mj5gotG7UsKt2dKFm7Lm8ZENrjtod5RoFivVGwPu6txf1T1tK8IfumJfIFxTepwzDuikwcvztcZhIgdh9Qm/hQjNeTMC9z6JssXJQHyD5cXMJ8WsFveWWVJV9i0ISzBZ8myHQ0nwtbe29iT96BwTANApWcDl1bUqT4p'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDLM672kI/N6Da5n1eN1DjJG+qjZK4vtCkLx9vU9oM5fpk5uqWIkNKwWYADGhjPEEoGRPbaXCLrDq8bZAkIl4X6rJts9Q3am2DEHeteHAbTXEeZGVGBkYadBD32OQKW5sABV4mX+z/VvOJyy0WDYNXdKOkDQaICC1cQQaJo89iB4lbxKwRb1mj5gotG7UsKt2dKFm7Lm8ZENrjtod5RoFivVGwPu6txf1T1tK8IfumJfIFxTepwzDuikwcvztcZhIgdh9Qm/hQjNeTMC9z6JssXJQHyD5cXMJ8WsFveWWVJV9i0ISzBZ8myHQ0nwtbe29iT96BwTANApWcDl1bUqT4p"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOZtNAHXRsSok+8Efvh+HkLz9vITwHFzZMrymRdspLBF5gEmTzxVBb8fqybfTCJOcrTD4pl8dt4X6xfhYLnENaI='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOZtNAHXRsSok+8Efvh+HkLz9vITwHFzZMrymRdspLBF5gEmTzxVBb8fqybfTCJOcrTD4pl8dt4X6xfhYLnENaI="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIMrXhFxuGlNiC6zcziv9YIMKsUmAHenaxPc03Q+pTlHI'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIMrXhFxuGlNiC6zcziv9YIMKsUmAHenaxPc03Q+pTlHI"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 44800 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 44800 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 44800 22", "SSH_CONNECTION": "10.0.2.2 44800 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '07', 'second': '09', 'epoch': '1590646029', 'date': '2020-05-28', 'time': '06:07:09', 'iso8601_micro': '2020-05-28T06:07:09.633851Z', 'iso8601': '2020-05-28T06:07:09Z', 'iso8601_basic': '20200528T060709633689', 'iso8601_basic_short': '20200528T060709', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590646029", "hour": "06", "iso8601": "2020-05-28T06:07:09Z", "iso8601_basic": "20200528T060709633689", "iso8601_basic_short": "20200528T060709", "iso8601_micro": "2020-05-28T06:07:09.633851Z", "minute": "07", "month": "05", "second": "09", "time": "06:07:09", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1497}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1497}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-06-55-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-06-55-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-06-55-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-06-55-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__ff3c49ef99b8f495ff12807cd6e36afe43612a0f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__ff3c49ef99b8f495ff12807cd6e36afe43612a0f"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T060709"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T060709", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T060709/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590646103.6428735-224067-184086149141546/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590646104.587281-224095-16928773121309/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590646105.2089398-224095-277666912663876/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "type": "basics"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590646109.6350157-224174-258284899739909/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "825f3adf92e2599ae0d41c5230c91f3d7f639d7d", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "9d139f0644107010492934baee495bf4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 87, "src": "/root/.ansible/tmp/ansible-tmp-1590646114.2531369-224236-26510821891373/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590646118.751398-224288-81437590533749/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590646123.0120232-224336-3974157537208/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:17 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646124.5651221, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590646104.668122, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646104.296122, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3927235656", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 7, "files": [{"atime": 1590646124.5651221, "ctime": 1590646119.4851222, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646119.248122, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646124.5651221, "ctime": 1590646123.750122, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646123.5151222, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646103.396122, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590646124.5651221, "ctime": 1590646105.333122, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646105.1041222, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646124.5651221, "ctime": 1590646105.9591222, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646105.7221222, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646124.5651221, "ctime": 1590646110.378122, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646110.1401222, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646124.5651221, "ctime": 1590646115.014122, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646114.767122, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 87, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 7, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:08:44 UTC", "ActiveEnterTimestampMonotonic": "105691312", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:08:44 UTC", "AssertTimestampMonotonic": "105678570", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:08:44 UTC", "ConditionTimestampMonotonic": "105678569", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10842", "ExecMainStartTimestamp": "Thu 2020-05-28 06:08:44 UTC", "ExecMainStartTimestampMonotonic": "105683077", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:08:44 UTC] ; stop_time=[n/a] ; pid=10842 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:08:44 UTC", "InactiveExitTimestampMonotonic": "105683395", "InvocationID": "aac70b97923b4ae0b824c8bf6eaf97fe", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10842", "MemoryAccounting": "yes", "MemoryCurrent": "2371584", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:08:44 UTC", "StateChangeTimestampMonotonic": "105691312", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:32 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:38 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.011042", "end": "2020-05-28 06:08:46.905849", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:08:46.894807", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:08:46 UTC; 555ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 11073 (rsyslogd)\n Tasks: 3 (limit: 2343)\n Memory: 1.5M\n CGroup: /system.slice/rsyslog.service\n └─11073 /usr/sbin/rsyslogd -n\n\nMay 28 06:08:46 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 06:08:46 ibm-p8-kvm-03-guest-02 rsyslogd[11073]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"11073\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:08:46 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.\nMay 28 06:08:46 ibm-p8-kvm-03-guest-02 rsyslogd[11073]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:08:46 UTC; 555ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 11073 (rsyslogd)", " Tasks: 3 (limit: 2343)", " Memory: 1.5M", " CGroup: /system.slice/rsyslog.service", " └─11073 /usr/sbin/rsyslogd -n", "", "May 28 06:08:46 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 06:08:46 ibm-p8-kvm-03-guest-02 rsyslogd[11073]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"11073\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:08:46 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "May 28 06:08:46 ibm-p8-kvm-03-guest-02 rsyslogd[11073]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:43 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646124.5651221, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "ctime": 1590646123.750122, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646123.5151222, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "version": "310960642", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the files config exists] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:48 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:52 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\/var\\/log\\/messages", "/etc/rsyslog.d/30-output-files-default_files.conf"], "delta": "0:00:00.002504", "end": "2020-05-28 06:08:47.630277", "rc": 0, "start": "2020-05-28 06:08:47.627773", "stderr": "", "stderr_lines": [], "stdout": " *.info;mail.none;authpriv.none;cron.none /var/log/messages", "stdout_lines": [" *.info;mail.none;authpriv.none;cron.none /var/log/messages"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:57 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Run logger to generate a test log message] ******************************* task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:61 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0000"], "delta": "0:00:00.003703", "end": "2020-05-28 06:08:48.019745", "rc": 0, "start": "2020-05-28 06:08:48.016042", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:65 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "testMessage0000", "/var/log/messages"], "delta": "0:00:00.003499", "end": "2020-05-28 06:08:48.362134", "rc": 0, "start": "2020-05-28 06:08:48.358635", "stderr": "", "stderr_lines": [], "stdout": "May 28 06:08:48 ibm-p8-kvm-03-guest-02 ansible-command[11372]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 28 06:08:48 ibm-p8-kvm-03-guest-02 testTag0[11373]: testMessage0000", "stdout_lines": ["May 28 06:08:48 ibm-p8-kvm-03-guest-02 ansible-command[11372]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "May 28 06:08:48 ibm-p8-kvm-03-guest-02 testTag0[11373]: testMessage0000"]} TASK [Check if the test message is in /var/log/messages] *********************** task path: /tmp/tmp669uc2bh/tests/tests_default_files.yml:70 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=53 changed=11 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_default_files_log_dir.yml ************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml PLAY [Ensure that the role runs with parameters to output into local files in a specified path] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:10 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "files-output", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"name": "files-output", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files-output', 'type': 'files'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "files-output", "type": "files"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4379'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4379"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud0gloju3s/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud0gloju3s/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'is_chroot': False, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '08eea05c040e42e295ecefd4fb45737e', 'fips': False, 'ansible_local': {}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1497, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-08-48-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-08-48-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 33164 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 33164 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDcnbH3YH8PyM3i1PPww8kwrtkWoTjHJp4sRTUhcublcgOzxEGCRxtFSvoZndrX/5xLr8+bo4KC1SULV29c/E3T4+cr4ldk9PKz5xz/ViJISTf+Ae7s1RQ1+EF72OF4a+U4ZkTZ8WLmgF/ZC29TKBW9IEFKQvyBAklcc7Gq0yozhMIZ4D+Y2uiqEG64h0M1euecEku4WBofXYWK4xIT+GLsZaXhsYFstFR7PBCuFQDGz2YuigCQ7+A5tqrKu8c8V9+Z4eU3qDWm4rgJ8nG/ELj7dBszZ8tP+yHGkjWTgWdlHl9JKQkKXAojBdH9h3r2YZRYAn++kSdeTm7/ev3i4EgT', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHBUWsqioVaJru+xvLhEhYY5OTdac0xGNS+YL9s92T/gzrXW6/Kxa4iP1E6yMnunKOdNNDqDKq6nJZNZba+7LFI=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIAARG9LSo5ocr2BEPIwW45NmPHiTFvwn3q8zJRPcZsxg', 'fibre_channel_wwn': [], 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'hostnqn': '', 'apparmor': {'status': 'disabled'}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'dns': {'nameservers': ['10.0.2.3']}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'lsb': {}, 'iscsi_iqn': '', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '09', 'second': '01', 'epoch': '1590646141', 'date': '2020-05-28', 'time': '06:09:01', 'iso8601_micro': '2020-05-28T06:09:01.920828Z', 'iso8601': '2020-05-28T06:09:01Z', 'iso8601_basic': '20200528T060901920744', 'iso8601_basic_short': '20200528T060901', 'tz': 'UTC', 'tz_offset': '+0000'}, 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'pkg_mgr': 'dnf', 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590646141", "hour": "06", "iso8601": "2020-05-28T06:09:01Z", "iso8601_basic": "20200528T060901920744", "iso8601_basic_short": "20200528T060901", "iso8601_micro": "2020-05-28T06:09:01.920828Z", "minute": "09", "month": "05", "second": "01", "time": "06:09:01", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-08-48-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-08-48-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 33164 22", "SSH_CONNECTION": "10.0.2.2 33164 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "08eea05c040e42e295ecefd4fb45737e", "memfree_mb": 1497, "memory_mb": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHBUWsqioVaJru+xvLhEhYY5OTdac0xGNS+YL9s92T/gzrXW6/Kxa4iP1E6yMnunKOdNNDqDKq6nJZNZba+7LFI=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIAARG9LSo5ocr2BEPIwW45NmPHiTFvwn3q8zJRPcZsxg", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDcnbH3YH8PyM3i1PPww8kwrtkWoTjHJp4sRTUhcublcgOzxEGCRxtFSvoZndrX/5xLr8+bo4KC1SULV29c/E3T4+cr4ldk9PKz5xz/ViJISTf+Ae7s1RQ1+EF72OF4a+U4ZkTZ8WLmgF/ZC29TKBW9IEFKQvyBAklcc7Gq0yozhMIZ4D+Y2uiqEG64h0M1euecEku4WBofXYWK4xIT+GLsZaXhsYFstFR7PBCuFQDGz2YuigCQ7+A5tqrKu8c8V9+Z4eU3qDWm4rgJ8nG/ELj7dBszZ8tP+yHGkjWTgWdlHl9JKQkKXAojBdH9h3r2YZRYAn++kSdeTm7/ev3i4EgT", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '08eea05c040e42e295ecefd4fb45737e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "08eea05c040e42e295ecefd4fb45737e"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1497}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1497}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-08-48-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-08-48-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-08-48-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-08-48-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 33164 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 33164 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 33164 22", "SSH_CONNECTION": "10.0.2.2 33164 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDcnbH3YH8PyM3i1PPww8kwrtkWoTjHJp4sRTUhcublcgOzxEGCRxtFSvoZndrX/5xLr8+bo4KC1SULV29c/E3T4+cr4ldk9PKz5xz/ViJISTf+Ae7s1RQ1+EF72OF4a+U4ZkTZ8WLmgF/ZC29TKBW9IEFKQvyBAklcc7Gq0yozhMIZ4D+Y2uiqEG64h0M1euecEku4WBofXYWK4xIT+GLsZaXhsYFstFR7PBCuFQDGz2YuigCQ7+A5tqrKu8c8V9+Z4eU3qDWm4rgJ8nG/ELj7dBszZ8tP+yHGkjWTgWdlHl9JKQkKXAojBdH9h3r2YZRYAn++kSdeTm7/ev3i4EgT'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDcnbH3YH8PyM3i1PPww8kwrtkWoTjHJp4sRTUhcublcgOzxEGCRxtFSvoZndrX/5xLr8+bo4KC1SULV29c/E3T4+cr4ldk9PKz5xz/ViJISTf+Ae7s1RQ1+EF72OF4a+U4ZkTZ8WLmgF/ZC29TKBW9IEFKQvyBAklcc7Gq0yozhMIZ4D+Y2uiqEG64h0M1euecEku4WBofXYWK4xIT+GLsZaXhsYFstFR7PBCuFQDGz2YuigCQ7+A5tqrKu8c8V9+Z4eU3qDWm4rgJ8nG/ELj7dBszZ8tP+yHGkjWTgWdlHl9JKQkKXAojBdH9h3r2YZRYAn++kSdeTm7/ev3i4EgT"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHBUWsqioVaJru+xvLhEhYY5OTdac0xGNS+YL9s92T/gzrXW6/Kxa4iP1E6yMnunKOdNNDqDKq6nJZNZba+7LFI='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHBUWsqioVaJru+xvLhEhYY5OTdac0xGNS+YL9s92T/gzrXW6/Kxa4iP1E6yMnunKOdNNDqDKq6nJZNZba+7LFI="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIAARG9LSo5ocr2BEPIwW45NmPHiTFvwn3q8zJRPcZsxg'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIAARG9LSo5ocr2BEPIwW45NmPHiTFvwn3q8zJRPcZsxg"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '09', 'second': '01', 'epoch': '1590646141', 'date': '2020-05-28', 'time': '06:09:01', 'iso8601_micro': '2020-05-28T06:09:01.920828Z', 'iso8601': '2020-05-28T06:09:01Z', 'iso8601_basic': '20200528T060901920744', 'iso8601_basic_short': '20200528T060901', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590646141", "hour": "06", "iso8601": "2020-05-28T06:09:01Z", "iso8601_basic": "20200528T060901920744", "iso8601_basic_short": "20200528T060901", "iso8601_micro": "2020-05-28T06:09:01.920828Z", "minute": "09", "month": "05", "second": "01", "time": "06:09:01", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files-output', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "files-output", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files-output', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"name": "files-output", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__070b3d2b83fa60355a04a9fd3913861f070a70ad'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__070b3d2b83fa60355a04a9fd3913861f070a70ad"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T060901"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T060901", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T060901/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log/rsyslog", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590646191.2787416-224845-116804422609472/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590646192.169076-224873-198491466440976/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590646192.7651606-224873-57110876510481/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic-input', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic-input", "type": "basics"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590646197.1827517-224952-263263200622964/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic-input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files-output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6692945ede4d9ff42358baddc099753437634227", "dest": "/etc/rsyslog.d/11-input-basics-basic-input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic-input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files-output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "91502529157ccffe25941eacdd227d32", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1590646201.6541765-225014-107389848494968/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic-input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files-output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic-input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files-output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files-output', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "files-output", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590646205.9364195-225066-56969280376402/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "e570040dd2e74954a0010a9af6839e6b31cb735d", "dest": "/etc/rsyslog.d/30-output-files-files-output.conf", "gid": 0, "group": "root", "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/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n"}], "state": "present", "type": "output"}, "md5sum": "3e07840f88d48e51e647c8fa405bc37b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1172, "src": "/root/.ansible/tmp/ansible-tmp-1590646210.0554848-225114-169625960962829/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "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/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:25 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646211.037448, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590646191.674448, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646191.354448, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "2123463862", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 7, "files": [{"atime": 1590646211.037448, "ctime": 1590646206.083448, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646205.849448, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646190.456448, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590646211.037448, "ctime": 1590646192.311448, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646192.085448, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646211.037448, "ctime": 1590646192.905448, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646192.680448, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646211.037448, "ctime": 1590646197.336448, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646197.1034482, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646211.037448, "ctime": 1590646201.805448, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646201.576448, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic-input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 86, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646211.037448, "ctime": 1590646210.2024481, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646209.970448, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files-output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1172, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 7, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:10:11 UTC", "ActiveEnterTimestampMonotonic": "79147647", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:10:11 UTC", "AssertTimestampMonotonic": "79139785", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:10:11 UTC", "ConditionTimestampMonotonic": "79139785", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10835", "ExecMainStartTimestamp": "Thu 2020-05-28 06:10:11 UTC", "ExecMainStartTimestampMonotonic": "79141266", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:10:11 UTC] ; stop_time=[n/a] ; pid=10835 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:10:11 UTC", "InactiveExitTimestampMonotonic": "79141537", "InvocationID": "6d41efbd7e014a86b3ee9df8e3bdc133", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10835", "MemoryAccounting": "yes", "MemoryCurrent": "2236416", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:10:11 UTC", "StateChangeTimestampMonotonic": "79147647", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:32 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:36 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:40 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:46 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010122", "end": "2020-05-28 06:10:13.381935", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:10:13.371813", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:10:12 UTC; 560ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 11065 (rsyslogd)\n Tasks: 3 (limit: 2343)\n Memory: 1.5M\n CGroup: /system.slice/rsyslog.service\n └─11065 /usr/sbin/rsyslogd -n\n\nMay 28 06:10:12 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 06:10:12 ibm-p8-kvm-03-guest-02 rsyslogd[11065]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"11065\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:10:12 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.\nMay 28 06:10:12 ibm-p8-kvm-03-guest-02 rsyslogd[11065]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:10:12 UTC; 560ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 11065 (rsyslogd)", " Tasks: 3 (limit: 2343)", " Memory: 1.5M", " CGroup: /system.slice/rsyslog.service", " └─11065 /usr/sbin/rsyslogd -n", "", "May 28 06:10:12 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 06:10:12 ibm-p8-kvm-03-guest-02 rsyslogd[11065]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"11065\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:10:12 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "May 28 06:10:12 ibm-p8-kvm-03-guest-02 rsyslogd[11065]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646211.037448, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e570040dd2e74954a0010a9af6839e6b31cb735d", "ctime": 1590646210.2024481, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646209.970448, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files-output.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1172, "uid": 0, "version": "4123744811", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get the forwarding config stat] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:56 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646211.037448, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e570040dd2e74954a0010a9af6839e6b31cb735d", "ctime": 1590646210.2024481, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646209.970448, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files-output.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1172, "uid": 0, "version": "4123744811", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the files config exists] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:61 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Run logger to generate a test log message] ******************************* task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:65 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0000"], "delta": "0:00:00.003914", "end": "2020-05-28 06:10:14.433054", "rc": 0, "start": "2020-05-28 06:10:14.429140", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:69 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "/var/log/rsyslog/messages", "/etc/rsyslog.d/30-output-files-files-output.conf"], "delta": "0:00:00.002637", "end": "2020-05-28 06:10:14.764072", "rc": 0, "start": "2020-05-28 06:10:14.761435", "stderr": "", "stderr_lines": [], "stdout": " *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages", "stdout_lines": [" *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:74 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check the test log message in /var/log/rsyslog/messages] ***************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:78 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "testMessage0000", "/var/log/rsyslog/messages"], "delta": "0:00:00.002987", "end": "2020-05-28 06:10:15.135660", "rc": 0, "start": "2020-05-28 06:10:15.132673", "stderr": "", "stderr_lines": [], "stdout": "May 28 06:10:14 ibm-p8-kvm-03-guest-02 ansible-command[11365]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 28 06:10:14 ibm-p8-kvm-03-guest-02 testTag0[11366]: testMessage0000", "stdout_lines": ["May 28 06:10:14 ibm-p8-kvm-03-guest-02 ansible-command[11365]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "May 28 06:10:14 ibm-p8-kvm-03-guest-02 testTag0[11366]: testMessage0000"]} TASK [Check if the test message is in /var/log/rsyslog/messages] *************** task path: /tmp/tmp669uc2bh/tests/tests_default_files_log_dir.yml:83 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=53 changed=11 unreachable=0 failed=0 skipped=17 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_enabled.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_enabled.yml **************************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_enabled.yml PLAY [Ensure that the role runs with logging_enabled=true] ********************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_enabled.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [default run] ************************************************************* task path: /tmp/tmp669uc2bh/tests/tests_enabled.yml:8 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": []}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '2508'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "2508"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud8509slte/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud8509slte/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'ansible_local': {}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDaiwAD71YbhnMhcSaxwUjvTLg7N9ePKRL/arxyYjXhT6qvhuJbuf3asWO78v+Bjh6S2VZUUrjnwQ78oGctEGY2SQYbEhPzTzJ7iaeV8tD5I0Vwm51L4LVGQEcyboaqpNLHIANGVZDC4UA2l3hVLwXs6b23G0vxfYoXUfcAETnUTt3ekfmaz/TpugbiVEZwPC+lM1FRiWS5XUAyjzJPoGwm8EfHiMMV7wncnUlLUxRXtcMDCcZ4K/bYlUAFOmmKfFohx1DfmK49p+hRRBkrT8G1wibcMWGAkRmLDctdUwW9paIZdNvKuLgYrmZlnGrQfiflwCplkdRtsjSijI2FHcxb', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBXfmlncGfGsyEZTJys6dG0tKZDMUfGtFFElYoISkRWNDWkJXLFttsi6uvDiqODIMAxsFe2Hhg2wT1mOUSMjGSw=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIKgj3sCSdRCSzjN4SLghXzTDP6aiD09JyTUjuTfbMVrP', 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'iscsi_iqn': '', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'fibre_channel_wwn': [], 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '0d84586c7f9b409ebd45f043ceb12a9f', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1496, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 485, 'free': 1496}, 'nocache': {'free': 1689, 'used': 292}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-10-15-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-10-15-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 37022 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 37022 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'fips': False, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'hostnqn': '', 'apparmor': {'status': 'disabled'}, 'dns': {'nameservers': ['10.0.2.3']}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'is_chroot': False, 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'lsb': {}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '10', 'second': '29', 'epoch': '1590646229', 'date': '2020-05-28', 'time': '06:10:29', 'iso8601_micro': '2020-05-28T06:10:29.697774Z', 'iso8601': '2020-05-28T06:10:29Z', 'iso8601_basic': '20200528T061029697686', 'iso8601_basic_short': '20200528T061029', 'tz': 'UTC', 'tz_offset': '+0000'}, 'service_mgr': 'systemd', 'pkg_mgr': 'dnf', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590646229", "hour": "06", "iso8601": "2020-05-28T06:10:29Z", "iso8601_basic": "20200528T061029697686", "iso8601_basic_short": "20200528T061029", "iso8601_micro": "2020-05-28T06:10:29.697774Z", "minute": "10", "month": "05", "second": "29", "time": "06:10:29", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-10-15-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-10-15-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 37022 22", "SSH_CONNECTION": "10.0.2.2 37022 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "0d84586c7f9b409ebd45f043ceb12a9f", "memfree_mb": 1496, "memory_mb": {"nocache": {"free": 1689, "used": 292}, "real": {"free": 1496, "total": 1981, "used": 485}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBXfmlncGfGsyEZTJys6dG0tKZDMUfGtFFElYoISkRWNDWkJXLFttsi6uvDiqODIMAxsFe2Hhg2wT1mOUSMjGSw=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIKgj3sCSdRCSzjN4SLghXzTDP6aiD09JyTUjuTfbMVrP", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDaiwAD71YbhnMhcSaxwUjvTLg7N9ePKRL/arxyYjXhT6qvhuJbuf3asWO78v+Bjh6S2VZUUrjnwQ78oGctEGY2SQYbEhPzTzJ7iaeV8tD5I0Vwm51L4LVGQEcyboaqpNLHIANGVZDC4UA2l3hVLwXs6b23G0vxfYoXUfcAETnUTt3ekfmaz/TpugbiVEZwPC+lM1FRiWS5XUAyjzJPoGwm8EfHiMMV7wncnUlLUxRXtcMDCcZ4K/bYlUAFOmmKfFohx1DfmK49p+hRRBkrT8G1wibcMWGAkRmLDctdUwW9paIZdNvKuLgYrmZlnGrQfiflwCplkdRtsjSijI2FHcxb", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDaiwAD71YbhnMhcSaxwUjvTLg7N9ePKRL/arxyYjXhT6qvhuJbuf3asWO78v+Bjh6S2VZUUrjnwQ78oGctEGY2SQYbEhPzTzJ7iaeV8tD5I0Vwm51L4LVGQEcyboaqpNLHIANGVZDC4UA2l3hVLwXs6b23G0vxfYoXUfcAETnUTt3ekfmaz/TpugbiVEZwPC+lM1FRiWS5XUAyjzJPoGwm8EfHiMMV7wncnUlLUxRXtcMDCcZ4K/bYlUAFOmmKfFohx1DfmK49p+hRRBkrT8G1wibcMWGAkRmLDctdUwW9paIZdNvKuLgYrmZlnGrQfiflwCplkdRtsjSijI2FHcxb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDaiwAD71YbhnMhcSaxwUjvTLg7N9ePKRL/arxyYjXhT6qvhuJbuf3asWO78v+Bjh6S2VZUUrjnwQ78oGctEGY2SQYbEhPzTzJ7iaeV8tD5I0Vwm51L4LVGQEcyboaqpNLHIANGVZDC4UA2l3hVLwXs6b23G0vxfYoXUfcAETnUTt3ekfmaz/TpugbiVEZwPC+lM1FRiWS5XUAyjzJPoGwm8EfHiMMV7wncnUlLUxRXtcMDCcZ4K/bYlUAFOmmKfFohx1DfmK49p+hRRBkrT8G1wibcMWGAkRmLDctdUwW9paIZdNvKuLgYrmZlnGrQfiflwCplkdRtsjSijI2FHcxb"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBXfmlncGfGsyEZTJys6dG0tKZDMUfGtFFElYoISkRWNDWkJXLFttsi6uvDiqODIMAxsFe2Hhg2wT1mOUSMjGSw='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBXfmlncGfGsyEZTJys6dG0tKZDMUfGtFFElYoISkRWNDWkJXLFttsi6uvDiqODIMAxsFe2Hhg2wT1mOUSMjGSw="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIKgj3sCSdRCSzjN4SLghXzTDP6aiD09JyTUjuTfbMVrP'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIKgj3sCSdRCSzjN4SLghXzTDP6aiD09JyTUjuTfbMVrP"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '0d84586c7f9b409ebd45f043ceb12a9f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "0d84586c7f9b409ebd45f043ceb12a9f"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1496}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1496}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 485, 'free': 1496}, 'nocache': {'free': 1689, 'used': 292}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1689, "used": 292}, "real": {"free": 1496, "total": 1981, "used": 485}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-10-15-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-10-15-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-10-15-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-10-15-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 37022 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 37022 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 37022 22", "SSH_CONNECTION": "10.0.2.2 37022 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '10', 'second': '29', 'epoch': '1590646229', 'date': '2020-05-28', 'time': '06:10:29', 'iso8601_micro': '2020-05-28T06:10:29.697774Z', 'iso8601': '2020-05-28T06:10:29Z', 'iso8601_basic': '20200528T061029697686', 'iso8601_basic_short': '20200528T061029', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590646229", "hour": "06", "iso8601": "2020-05-28T06:10:29Z", "iso8601_basic": "20200528T061029697686", "iso8601_basic_short": "20200528T061029", "iso8601_micro": "2020-05-28T06:10:29.697774Z", "minute": "10", "month": "05", "second": "29", "time": "06:10:29", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__b6972b6fe23518913b41bb1dcf85c4545709a864'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__b6972b6fe23518913b41bb1dcf85c4545709a864"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T061029"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T061029", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T061029/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_enabled.yml:12 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646306.9436257, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "48ad50e64dc02c34e34a5782d42c307f94cb30b6", "ctime": 1590646303.8256257, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 132420, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1585296664.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3194, "uid": 0, "version": "933763939", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 1, "files": [{"atime": 1590646306.9436257, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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}], "matched": 1, "msg": ""} TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_enabled.yml:14 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_enabled.yml:18 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_enabled.yml:22 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_enabled.yml:28 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.011234", "end": "2020-05-28 06:11:49.818369", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:11:49.807135", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:11:48 UTC; 1s ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 9548 (rsyslogd)\n Tasks: 3 (limit: 2343)\n Memory: 1.5M\n CGroup: /system.slice/rsyslog.service\n └─9548 /usr/sbin/rsyslogd -n\n\nMay 28 06:11:48 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 06:11:48 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.\nMay 28 06:11:48 ibm-p8-kvm-03-guest-02 rsyslogd[9548]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"9548\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:11:48 ibm-p8-kvm-03-guest-02 rsyslogd[9548]: imjournal: No statefile exists, /var/lib/rsyslog/imjournal.state will be created (ignore if this is first run): No such file or directory [v8.2002.0 try https://www.rsyslog.com/e/2040 ]\nMay 28 06:11:48 ibm-p8-kvm-03-guest-02 rsyslogd[9548]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:11:48 UTC; 1s ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 9548 (rsyslogd)", " Tasks: 3 (limit: 2343)", " Memory: 1.5M", " CGroup: /system.slice/rsyslog.service", " └─9548 /usr/sbin/rsyslogd -n", "", "May 28 06:11:48 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 06:11:48 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "May 28 06:11:48 ibm-p8-kvm-03-guest-02 rsyslogd[9548]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"9548\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:11:48 ibm-p8-kvm-03-guest-02 rsyslogd[9548]: imjournal: No statefile exists, /var/lib/rsyslog/imjournal.state will be created (ignore if this is first run): No such file or directory [v8.2002.0 try https://www.rsyslog.com/e/2040 ]", "May 28 06:11:48 ibm-p8-kvm-03-guest-02 rsyslogd[9548]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=25 changed=4 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files.yml ****************************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_files.yml PLAY [Ensure that the role runs with parameters from imjournal to four omfiles outputs] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:9 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files"}, {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files"}, {"facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files"}, {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files"}, {"facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output0', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output1', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_loop_var": "item", "changed": false, "item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output2', 'type': 'files', 'severity': 'emerg', 'path': ':omusrmsg:*'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output3', 'type': 'files', 'facility': 'local7', 'path': '/var/log/boot.log'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '2758'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "2758"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudsgjh0ueu/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudsgjh0ueu/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'iscsi_iqn': '', 'ansible_local': {}, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '5b75a1f33c4844daa0b66030b880ba5a', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '12', 'second': '03', 'epoch': '1590646323', 'date': '2020-05-28', 'time': '06:12:03', 'iso8601_micro': '2020-05-28T06:12:03.760906Z', 'iso8601': '2020-05-28T06:12:03Z', 'iso8601_basic': '20200528T061203760800', 'iso8601_basic_short': '20200528T061203', 'tz': 'UTC', 'tz_offset': '+0000'}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDKVo80M/c/K+e9NtsfRyyqa7SlWCBnd6bTVbbGXBuiO1b7/eh2AFv1JCR0KoRVmGMtbPj2ocEUwxsmL4v2s7PtjwBNlJx/Q1ZrNh6NYd0svp6ro/CRdhldpSCD3yYN+SouRbEP2a41gfYZsY1UHNF1lsiIl+2fzFjohs+ucXJAFYla8eYWUou7iAmssOC0mlBUI7R40weWZ8LNAgRvfcNgSP1q6oEbBIxBRGKQXpLIIEa/o5Pz+TYlzXFhxEdTB4a3nSeOzdfRHMBlEG8YydqvEuveNU5MCqO7ia014hYoJqg27EEUuPKbL9J0noOsA4Zml32BlXfbrGGJoHQSGed3', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEl1m33No62vY/GEr4qFd2otcMDXp71DsH6A9cLCFuUWWGqLWlXPpW2sPJ5WDEMmV8JJAeylzjS36wsHlQU9wAQ=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAILsl0sY6XaRXoieh6yv9ufRH3F7A9+ujJ49BlVsN4OYz', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'is_chroot': False, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'fips': False, 'hostnqn': '', 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1498, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 483, 'free': 1498}, 'nocache': {'free': 1691, 'used': 290}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-11-50-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-11-50-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'apparmor': {'status': 'disabled'}, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'fibre_channel_wwn': [], 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'dns': {'nameservers': ['10.0.2.3']}, 'pkg_mgr': 'dnf', 'lsb': {}, 'service_mgr': 'systemd', 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 55620 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 55620 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590646323", "hour": "06", "iso8601": "2020-05-28T06:12:03Z", "iso8601_basic": "20200528T061203760800", "iso8601_basic_short": "20200528T061203", "iso8601_micro": "2020-05-28T06:12:03.760906Z", "minute": "12", "month": "05", "second": "03", "time": "06:12:03", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-11-50-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-11-50-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 55620 22", "SSH_CONNECTION": "10.0.2.2 55620 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "5b75a1f33c4844daa0b66030b880ba5a", "memfree_mb": 1498, "memory_mb": {"nocache": {"free": 1691, "used": 290}, "real": {"free": 1498, "total": 1981, "used": 483}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEl1m33No62vY/GEr4qFd2otcMDXp71DsH6A9cLCFuUWWGqLWlXPpW2sPJ5WDEMmV8JJAeylzjS36wsHlQU9wAQ=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILsl0sY6XaRXoieh6yv9ufRH3F7A9+ujJ49BlVsN4OYz", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDKVo80M/c/K+e9NtsfRyyqa7SlWCBnd6bTVbbGXBuiO1b7/eh2AFv1JCR0KoRVmGMtbPj2ocEUwxsmL4v2s7PtjwBNlJx/Q1ZrNh6NYd0svp6ro/CRdhldpSCD3yYN+SouRbEP2a41gfYZsY1UHNF1lsiIl+2fzFjohs+ucXJAFYla8eYWUou7iAmssOC0mlBUI7R40weWZ8LNAgRvfcNgSP1q6oEbBIxBRGKQXpLIIEa/o5Pz+TYlzXFhxEdTB4a3nSeOzdfRHMBlEG8YydqvEuveNU5MCqO7ia014hYoJqg27EEUuPKbL9J0noOsA4Zml32BlXfbrGGJoHQSGed3", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '5b75a1f33c4844daa0b66030b880ba5a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "5b75a1f33c4844daa0b66030b880ba5a"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '12', 'second': '03', 'epoch': '1590646323', 'date': '2020-05-28', 'time': '06:12:03', 'iso8601_micro': '2020-05-28T06:12:03.760906Z', 'iso8601': '2020-05-28T06:12:03Z', 'iso8601_basic': '20200528T061203760800', 'iso8601_basic_short': '20200528T061203', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590646323", "hour": "06", "iso8601": "2020-05-28T06:12:03Z", "iso8601_basic": "20200528T061203760800", "iso8601_basic_short": "20200528T061203", "iso8601_micro": "2020-05-28T06:12:03.760906Z", "minute": "12", "month": "05", "second": "03", "time": "06:12:03", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDKVo80M/c/K+e9NtsfRyyqa7SlWCBnd6bTVbbGXBuiO1b7/eh2AFv1JCR0KoRVmGMtbPj2ocEUwxsmL4v2s7PtjwBNlJx/Q1ZrNh6NYd0svp6ro/CRdhldpSCD3yYN+SouRbEP2a41gfYZsY1UHNF1lsiIl+2fzFjohs+ucXJAFYla8eYWUou7iAmssOC0mlBUI7R40weWZ8LNAgRvfcNgSP1q6oEbBIxBRGKQXpLIIEa/o5Pz+TYlzXFhxEdTB4a3nSeOzdfRHMBlEG8YydqvEuveNU5MCqO7ia014hYoJqg27EEUuPKbL9J0noOsA4Zml32BlXfbrGGJoHQSGed3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDKVo80M/c/K+e9NtsfRyyqa7SlWCBnd6bTVbbGXBuiO1b7/eh2AFv1JCR0KoRVmGMtbPj2ocEUwxsmL4v2s7PtjwBNlJx/Q1ZrNh6NYd0svp6ro/CRdhldpSCD3yYN+SouRbEP2a41gfYZsY1UHNF1lsiIl+2fzFjohs+ucXJAFYla8eYWUou7iAmssOC0mlBUI7R40weWZ8LNAgRvfcNgSP1q6oEbBIxBRGKQXpLIIEa/o5Pz+TYlzXFhxEdTB4a3nSeOzdfRHMBlEG8YydqvEuveNU5MCqO7ia014hYoJqg27EEUuPKbL9J0noOsA4Zml32BlXfbrGGJoHQSGed3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEl1m33No62vY/GEr4qFd2otcMDXp71DsH6A9cLCFuUWWGqLWlXPpW2sPJ5WDEMmV8JJAeylzjS36wsHlQU9wAQ='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEl1m33No62vY/GEr4qFd2otcMDXp71DsH6A9cLCFuUWWGqLWlXPpW2sPJ5WDEMmV8JJAeylzjS36wsHlQU9wAQ="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAILsl0sY6XaRXoieh6yv9ufRH3F7A9+ujJ49BlVsN4OYz'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAILsl0sY6XaRXoieh6yv9ufRH3F7A9+ujJ49BlVsN4OYz"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1498}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1498}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 483, 'free': 1498}, 'nocache': {'free': 1691, 'used': 290}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1691, "used": 290}, "real": {"free": 1498, "total": 1981, "used": 483}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-11-50-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-11-50-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-11-50-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-11-50-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 55620 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 55620 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 55620 22", "SSH_CONNECTION": "10.0.2.2 55620 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files_output0', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}, {'name': 'files_output1', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_output2', 'type': 'files', 'severity': 'emerg', 'path': ':omusrmsg:*'}, {'name': 'files_output3', 'type': 'files', 'facility': 'local7', 'path': '/var/log/boot.log'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files"}, {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files"}, {"facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files_output0', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}, {'name': 'files_output1', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_output2', 'type': 'files', 'severity': 'emerg', 'path': ':omusrmsg:*'}, {'name': 'files_output3', 'type': 'files', 'facility': 'local7', 'path': '/var/log/boot.log'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files"}, {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files"}, {"facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__9dd4f13d494fd4dd68a3933349ac8aafe7f51e05'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__9dd4f13d494fd4dd68a3933349ac8aafe7f51e05"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T061203"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T061203", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T061203/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590646462.7029445-226058-121777899147845/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590646463.5648627-226086-74202653665114/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590646464.1863463-226086-183993131192018/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "type": "basics"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590646468.4908319-226165-216507146146655/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_output0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_output1\n}\nif\n ($inputname == "imjournal")\n then {\n call files_output2\n}\nif\n ($inputname == "imjournal")\n then {\n call files_output3\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6c8c5376e790b7922bda985cb0f1d930f21a0869", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_output2\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_output3\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "15b54fe17896b8e7ecf8b3257bd1cb46", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 288, "src": "/root/.ansible/tmp/ansible-tmp-1590646473.041673-226234-243216532747587/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_output0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_output1\n}\nif\n ($inputname == "imjournal")\n then {\n call files_output2\n}\nif\n ($inputname == "imjournal")\n then {\n call files_output3\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_output2\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_output3\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output0', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output1', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output2', 'type': 'files', 'severity': 'emerg', 'path': ':omusrmsg:*'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output3', 'type': 'files', 'facility': 'local7', 'path': '/var/log/boot.log'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590646477.3940141-226286-169143981659419/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "98b01dda80ae6a0807dc9c44ea2b83871532d210", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "md5sum": "deea56d9732a2514cda803362ee6f601", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1590646481.6237664-226334-71636347926719/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "daaa89eadb77dabf2d63fe89f130a19fb19fe0d5", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "md5sum": "cf22bd4d23c1fd4e1d0861539d3c4295", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 127, "src": "/root/.ansible/tmp/ansible-tmp-1590646485.758753-226380-53277841686268/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "4f33cb2ac95a2d826a13c99ee882e4b0d24487e1", "dest": "/etc/rsyslog.d/30-output-files-files_output2.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "md5sum": "6b249d3c789c973f64921cfd84c33324", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 78, "src": "/root/.ansible/tmp/ansible-tmp-1590646489.892561-226426-17967335495497/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "2468e3d3f8a9fc063e9ade317d6c91ecb9727047", "dest": "/etc/rsyslog.d/30-output-files-files_output3.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "md5sum": "06bd5e5e05310c404228e43ad8bf00fb", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 85, "src": "/root/.ansible/tmp/ansible-tmp-1590646494.0922918-226472-253649393212666/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "98b01dda80ae6a0807dc9c44ea2b83871532d210", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "daaa89eadb77dabf2d63fe89f130a19fb19fe0d5", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 127, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "4f33cb2ac95a2d826a13c99ee882e4b0d24487e1", "dest": "/etc/rsyslog.d/30-output-files-files_output2.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output2.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 78, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2468e3d3f8a9fc063e9ade317d6c91ecb9727047", "dest": "/etc/rsyslog.d/30-output-files-files_output3.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output3.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 85, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "98b01dda80ae6a0807dc9c44ea2b83871532d210", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "daaa89eadb77dabf2d63fe89f130a19fb19fe0d5", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 127, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "4f33cb2ac95a2d826a13c99ee882e4b0d24487e1", "dest": "/etc/rsyslog.d/30-output-files-files_output2.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output2.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 78, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2468e3d3f8a9fc063e9ade317d6c91ecb9727047", "dest": "/etc/rsyslog.d/30-output-files-files_output3.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output3.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 85, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "98b01dda80ae6a0807dc9c44ea2b83871532d210", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "daaa89eadb77dabf2d63fe89f130a19fb19fe0d5", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 127, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "4f33cb2ac95a2d826a13c99ee882e4b0d24487e1", "dest": "/etc/rsyslog.d/30-output-files-files_output2.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output2.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 78, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output2', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output2") {\n *.emerg :omusrmsg:*\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output2", "sections": [{"options": "ruleset(name=\"files_output2\") {\n *.emerg :omusrmsg:*\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2468e3d3f8a9fc063e9ade317d6c91ecb9727047", "dest": "/etc/rsyslog.d/30-output-files-files_output3.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output3.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 85, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output3', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output3") {\n local7.* /var/log/boot.log\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output3", "sections": [{"options": "ruleset(name=\"files_output3\") {\n local7.* /var/log/boot.log\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:44 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646557.718754, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590646463.555754, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3292, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646463.232754, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1739729877", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 9, "files": [{"atime": 1590646515.186754, "ctime": 1590646494.727754, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646494.495754, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output3.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 85, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646498.649754, "ctime": 1590646478.0627542, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646477.823754, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646557.719754, "ctime": 1590646464.214754, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3293, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646463.978754, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646557.719754, "ctime": 1590646464.8327541, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646464.601754, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646557.719754, "ctime": 1590646469.132754, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646468.8987541, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646557.719754, "ctime": 1590646473.689754, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646473.451754, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 288, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646506.884754, "ctime": 1590646486.395754, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646486.169754, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646502.7737541, "ctime": 1590646482.264754, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646482.038754, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output0.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": 1590646511.0167542, "ctime": 1590646490.5367541, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646490.307754, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output2.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 78, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 9, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:15:57 UTC", "ActiveEnterTimestampMonotonic": "243901360", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:15:57 UTC", "AssertTimestampMonotonic": "243892601", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:15:57 UTC", "ConditionTimestampMonotonic": "243892600", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14229", "ExecMainStartTimestamp": "Thu 2020-05-28 06:15:57 UTC", "ExecMainStartTimestampMonotonic": "243894040", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:15:57 UTC] ; stop_time=[n/a] ; pid=14229 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:15:57 UTC", "InactiveExitTimestampMonotonic": "243894306", "InvocationID": "99404642b67c4c7d82c6ffd1fbbeec92", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "14229", "MemoryAccounting": "yes", "MemoryCurrent": "2396160", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:15:57 UTC", "StateChangeTimestampMonotonic": "243901360", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files.yml:55 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:59 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:65 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010500", "end": "2020-05-28 06:16:00.026010", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:16:00.015510", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:15:59 UTC; 552ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 14459 (rsyslogd)\n Tasks: 3 (limit: 2343)\n Memory: 1.4M\n CGroup: /system.slice/rsyslog.service\n └─14459 /usr/sbin/rsyslogd -n\n\nMay 28 06:15:59 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 06:15:59 ibm-p8-kvm-03-guest-02 rsyslogd[14459]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"14459\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:15:59 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.\nMay 28 06:15:59 ibm-p8-kvm-03-guest-02 rsyslogd[14459]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:15:59 UTC; 552ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 14459 (rsyslogd)", " Tasks: 3 (limit: 2343)", " Memory: 1.4M", " CGroup: /system.slice/rsyslog.service", " └─14459 /usr/sbin/rsyslogd -n", "", "May 28 06:15:59 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 06:15:59 ibm-p8-kvm-03-guest-02 rsyslogd[14459]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"14459\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:15:59 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "May 28 06:15:59 ibm-p8-kvm-03-guest-02 rsyslogd[14459]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:70 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646506.884754, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "daaa89eadb77dabf2d63fe89f130a19fb19fe0d5", "ctime": 1590646486.395754, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646486.169754, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "version": "1842933485", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the files config exists] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:75 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:79 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", ".var.log.messages", "/etc/rsyslog.d/30-output-files-files_output1.conf"], "delta": "0:00:00.003264", "end": "2020-05-28 06:16:00.735123", "rc": 0, "start": "2020-05-28 06:16:00.731859", "stderr": "", "stderr_lines": [], "stdout": " *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages", "stdout_lines": [" *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:84 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Run logger to generate a test log message] ******************************* task path: /tmp/tmp669uc2bh/tests/tests_files.yml:88 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0000"], "delta": "0:00:00.003775", "end": "2020-05-28 06:16:01.096204", "rc": 0, "start": "2020-05-28 06:16:01.092429", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/tmp669uc2bh/tests/tests_files.yml:92 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "testMessage0000", "/var/log/messages"], "delta": "0:00:00.002973", "end": "2020-05-28 06:16:01.417647", "rc": 0, "start": "2020-05-28 06:16:01.414674", "stderr": "", "stderr_lines": [], "stdout": "May 28 06:16:01 ibm-p8-kvm-03-guest-02 ansible-command[14758]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 28 06:16:01 ibm-p8-kvm-03-guest-02 testTag0[14759]: testMessage0000\nMay 28 06:16:01 ibm-p8-kvm-03-guest-02 ansible-command[14832]: Invoked with _raw_params=/bin/grep testMessage0000 /var/log/messages warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "stdout_lines": ["May 28 06:16:01 ibm-p8-kvm-03-guest-02 ansible-command[14758]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "May 28 06:16:01 ibm-p8-kvm-03-guest-02 testTag0[14759]: testMessage0000", "May 28 06:16:01 ibm-p8-kvm-03-guest-02 ansible-command[14832]: Invoked with _raw_params=/bin/grep testMessage0000 /var/log/messages warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None"]} TASK [Check if the test message is in /var/log/messages] *********************** task path: /tmp/tmp669uc2bh/tests/tests_files.yml:97 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=109 changed=14 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_elasticsearch.yml **************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml PLAY [Ensure that the role runs with parameters from imfile to two elasticsearch outputs without certs] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:11 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '3225'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "3225"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud0siaqkh3/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud0siaqkh3/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': 'fc61523457e24072b8bf46857e62ba39', 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCsgRjPJwwDuvm6g804AhTidhOVLDGu4BfM/05O+Taqupm44xAaott2Ev7BLPt33BL3srQbsDmZPVXoXNWyl5d1Nv5C+p0otypQDijV4RNtaIWt6dS/SXOiMrDPELDknUtJRyWT3StiKqqIPvuJdQkNxKBxQzFLX6GyJrKwe+xJyWAdlZ6pJf7y4vTIIVNQ4D9vTlyZ9mTaGjWclBi90GgZy/gVBzjIZ1vL/ojui4mCL+aOP4A9iumjgssgJVLg5CQkCZsgu5rq3Q8eKcgPFfBN5xdqCFmiRywfhFfimhFL+rI5jmSenkXZwagZinvGhnzaGGPdx8dFuZ3lAzxnFvKx', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiySTejJHNXgGyctOCI5B/vGo4rqH5rqrIONFd78SK9QLBTz5r7c645qjUO9ILfpssymQOBdODaOVyWuS5JS7I=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIOsBGGEdokdaijVOcpvvsL49mIISIInsCGq6kVf02Rg7', 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'lsb': {}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'dns': {'nameservers': ['10.0.2.3']}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '16', 'second': '14', 'epoch': '1590646574', 'date': '2020-05-28', 'time': '06:16:14', 'iso8601_micro': '2020-05-28T06:16:14.413878Z', 'iso8601': '2020-05-28T06:16:14Z', 'iso8601_basic': '20200528T061614413801', 'iso8601_basic_short': '20200528T061614', 'tz': 'UTC', 'tz_offset': '+0000'}, 'fibre_channel_wwn': [], 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 45036 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 45036 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'fips': False, 'ansible_local': {}, 'iscsi_iqn': '', 'is_chroot': False, 'apparmor': {'status': 'disabled'}, 'hostnqn': '', 'interfaces': ['lo', 'eth0'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1499, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 482, 'free': 1499}, 'nocache': {'free': 1692, 'used': 289}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-16-01-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-16-01-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'service_mgr': 'systemd', 'pkg_mgr': 'dnf', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590646574", "hour": "06", "iso8601": "2020-05-28T06:16:14Z", "iso8601_basic": "20200528T061614413801", "iso8601_basic_short": "20200528T061614", "iso8601_micro": "2020-05-28T06:16:14.413878Z", "minute": "16", "month": "05", "second": "14", "time": "06:16:14", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-16-01-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-16-01-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 45036 22", "SSH_CONNECTION": "10.0.2.2 45036 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "fc61523457e24072b8bf46857e62ba39", "memfree_mb": 1499, "memory_mb": {"nocache": {"free": 1692, "used": 289}, "real": {"free": 1499, "total": 1981, "used": 482}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiySTejJHNXgGyctOCI5B/vGo4rqH5rqrIONFd78SK9QLBTz5r7c645qjUO9ILfpssymQOBdODaOVyWuS5JS7I=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOsBGGEdokdaijVOcpvvsL49mIISIInsCGq6kVf02Rg7", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsgRjPJwwDuvm6g804AhTidhOVLDGu4BfM/05O+Taqupm44xAaott2Ev7BLPt33BL3srQbsDmZPVXoXNWyl5d1Nv5C+p0otypQDijV4RNtaIWt6dS/SXOiMrDPELDknUtJRyWT3StiKqqIPvuJdQkNxKBxQzFLX6GyJrKwe+xJyWAdlZ6pJf7y4vTIIVNQ4D9vTlyZ9mTaGjWclBi90GgZy/gVBzjIZ1vL/ojui4mCL+aOP4A9iumjgssgJVLg5CQkCZsgu5rq3Q8eKcgPFfBN5xdqCFmiRywfhFfimhFL+rI5jmSenkXZwagZinvGhnzaGGPdx8dFuZ3lAzxnFvKx", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': 'fc61523457e24072b8bf46857e62ba39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "fc61523457e24072b8bf46857e62ba39"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCsgRjPJwwDuvm6g804AhTidhOVLDGu4BfM/05O+Taqupm44xAaott2Ev7BLPt33BL3srQbsDmZPVXoXNWyl5d1Nv5C+p0otypQDijV4RNtaIWt6dS/SXOiMrDPELDknUtJRyWT3StiKqqIPvuJdQkNxKBxQzFLX6GyJrKwe+xJyWAdlZ6pJf7y4vTIIVNQ4D9vTlyZ9mTaGjWclBi90GgZy/gVBzjIZ1vL/ojui4mCL+aOP4A9iumjgssgJVLg5CQkCZsgu5rq3Q8eKcgPFfBN5xdqCFmiRywfhFfimhFL+rI5jmSenkXZwagZinvGhnzaGGPdx8dFuZ3lAzxnFvKx'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsgRjPJwwDuvm6g804AhTidhOVLDGu4BfM/05O+Taqupm44xAaott2Ev7BLPt33BL3srQbsDmZPVXoXNWyl5d1Nv5C+p0otypQDijV4RNtaIWt6dS/SXOiMrDPELDknUtJRyWT3StiKqqIPvuJdQkNxKBxQzFLX6GyJrKwe+xJyWAdlZ6pJf7y4vTIIVNQ4D9vTlyZ9mTaGjWclBi90GgZy/gVBzjIZ1vL/ojui4mCL+aOP4A9iumjgssgJVLg5CQkCZsgu5rq3Q8eKcgPFfBN5xdqCFmiRywfhFfimhFL+rI5jmSenkXZwagZinvGhnzaGGPdx8dFuZ3lAzxnFvKx"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiySTejJHNXgGyctOCI5B/vGo4rqH5rqrIONFd78SK9QLBTz5r7c645qjUO9ILfpssymQOBdODaOVyWuS5JS7I='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiySTejJHNXgGyctOCI5B/vGo4rqH5rqrIONFd78SK9QLBTz5r7c645qjUO9ILfpssymQOBdODaOVyWuS5JS7I="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIOsBGGEdokdaijVOcpvvsL49mIISIInsCGq6kVf02Rg7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIOsBGGEdokdaijVOcpvvsL49mIISIInsCGq6kVf02Rg7"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '16', 'second': '14', 'epoch': '1590646574', 'date': '2020-05-28', 'time': '06:16:14', 'iso8601_micro': '2020-05-28T06:16:14.413878Z', 'iso8601': '2020-05-28T06:16:14Z', 'iso8601_basic': '20200528T061614413801', 'iso8601_basic_short': '20200528T061614', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590646574", "hour": "06", "iso8601": "2020-05-28T06:16:14Z", "iso8601_basic": "20200528T061614413801", "iso8601_basic_short": "20200528T061614", "iso8601_micro": "2020-05-28T06:16:14.413878Z", "minute": "16", "month": "05", "second": "14", "time": "06:16:14", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 45036 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 45036 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 45036 22", "SSH_CONNECTION": "10.0.2.2 45036 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1499}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1499}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 482, 'free': 1499}, 'nocache': {'free': 1692, 'used': 289}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1692, "used": 289}, "real": {"free": 1499, "total": 1981, "used": 482}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-16-01-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-16-01-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-16-01-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-16-01-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}, {'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}, {'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__7012640bc588a99b73d3f752537364325dbeb833'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__7012640bc588a99b73d3f752537364325dbeb833"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T061614"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T061614", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T061614/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590646762.7293832-227696-159965060839944/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590646763.6165411-227724-219239572294919/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590646764.2280366-227724-67512399125075/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590646768.5425942-227803-215871963066298/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output_ops\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "7aff9ff736c4b46c8d716d3ea4ad0be493f78d64", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "md5sum": "79e47337aea8f4b6f853d0b17dde33ad", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 380, "src": "/root/.ansible/tmp/ansible-tmp-1590646772.8572726-227851-130308323280102/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output_ops\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: rsyslog-elasticsearch-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "md5sum": "872491adffd8cca2dc93eaaadb775c78", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "src": "/root/.ansible/tmp/ansible-tmp-1590646778.0243993-227917-130117731593155/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "md5sum": "04fe8e184f83e874dcf6455511af6626", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "src": "/root/.ansible/tmp/ansible-tmp-1590646778.5938647-227917-28574358353336/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "63006f3a58ddbbedb8fedae62782052d631c3aa2", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "b383f72ede121bf0e29deefb1879416f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1884, "src": "/root/.ansible/tmp/ansible-tmp-1590646782.8846495-227990-216004471140315/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "viaq") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c058075fe875343bc7db966bbeba04be7f18cfed", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"viaq\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "bef2f29b2ba8b731b125769594489ae2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1903, "src": "/root/.ansible/tmp/ansible-tmp-1590646786.9733238-228036-177803670097246/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "viaq") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"viaq\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'viaq', 'retryfailures': False, 'use_cert': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": ".operations.", "input_type": "viaq", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "63006f3a58ddbbedb8fedae62782052d631c3aa2", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1884, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "viaq") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "c058075fe875343bc7db966bbeba04be7f18cfed", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"viaq\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1903, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "viaq") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"viaq\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590646804.69287-228245-95253487139025/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590646808.9179924-228293-211128790918223/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:41 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646808.7579966, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590646762.0359967, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3298, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646761.6799965, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1674328704", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 11, "files": [{"atime": 1590646808.7589965, "ctime": 1590646803.7789967, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646803.5449965, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646795.3289967, "ctime": 1590646781.9469967, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646781.7179966, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1884, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646808.7589965, "ctime": 1590646807.9859965, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646807.7569966, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646790.4439967, "ctime": 1590646777.0699966, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3267, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646776.8519967, "nlink": 1, "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 74, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646760.8229966, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590646808.7589965, "ctime": 1590646762.6869967, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646762.4539967, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646799.3869965, "ctime": 1590646786.0589967, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646785.8109965, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1903, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646808.7589965, "ctime": 1590646763.2969966, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646763.0669966, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646808.7589965, "ctime": 1590646771.9349966, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646771.6979966, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 380, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646808.7589965, "ctime": 1590646767.6069965, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646767.3709965, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590646790.9979966, "ctime": 1590646777.6639967, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590646777.4209967, "nlink": 1, "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1054, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 11, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:20:08 UTC", "ActiveEnterTimestampMonotonic": "244835471", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:20:08 UTC", "AssertTimestampMonotonic": "244822039", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:20:08 UTC", "ConditionTimestampMonotonic": "244822039", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12184", "ExecMainStartTimestamp": "Thu 2020-05-28 06:20:08 UTC", "ExecMainStartTimestampMonotonic": "244823480", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:20:08 UTC] ; stop_time=[n/a] ; pid=12184 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:20:08 UTC", "InactiveExitTimestampMonotonic": "244823909", "InvocationID": "e0f27e4b88294490ba0d698123a0ff11", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12184", "MemoryAccounting": "yes", "MemoryCurrent": "1740800", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:20:08 UTC", "StateChangeTimestampMonotonic": "244835471", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:48 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:52 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:56 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the output files config stat] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590646799.3869965, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c058075fe875343bc7db966bbeba04be7f18cfed", "ctime": 1590646786.0589967, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590646785.8109965, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1903, "uid": 0, "version": "3791626500", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the output files config exists] ********************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:65 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check ops ruleset exists in /etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf] *** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:69 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "ruleset.name=.elasticsearch_output_ops", "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf"], "delta": "0:00:00.002663", "end": "2020-05-28 06:20:11.117691", "rc": 0, "start": "2020-05-28 06:20:11.115028", "stderr": "", "stderr_lines": [], "stdout": "ruleset(name=\"elasticsearch_output_ops\") {", "stdout_lines": ["ruleset(name=\"elasticsearch_output_ops\") {"]} TASK [Check call point for ops ruleset exists in /etc/rsyslog.d/90-input-files-files_input.conf] *** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch.yml:74 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "call elasticsearch_output_ops", "/etc/rsyslog.d/90-input-files-files_input.conf"], "delta": "0:00:00.003176", "end": "2020-05-28 06:20:11.455401", "rc": 0, "start": "2020-05-28 06:20:11.452225", "stderr": "", "stderr_lines": [], "stdout": " call elasticsearch_output_ops", "stdout_lines": [" call elasticsearch_output_ops"]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=68 changed=14 unreachable=0 failed=0 skipped=37 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_certs_incomplete.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_elasticsearch_certs_incomplete.yml *********************** 1 plays in /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_certs_incomplete.yml PLAY [Error case for Elasticsearch config - cert and ca_cert_src are missing] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_certs_incomplete.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [generate test files] ***************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_certs_incomplete.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-ca.crt) => {"ansible_loop_var": "item", "changed": false, "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "dest": "/tmp/es-ca.crt", "gid": 0, "group": "root", "item": "/tmp/es-ca.crt", "mode": "0644", "owner": "root", "path": "/tmp/es-ca.crt", "size": 30, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-cert.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/tmp/es-cert.pem", "gid": 0, "group": "root", "item": "/tmp/es-cert.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-cert.pem", "size": 32, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-key.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/tmp/es-key.pem", "gid": 0, "group": "root", "item": "/tmp/es-key.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-key.pem", "size": 31, "state": "file", "uid": 0} TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_certs_incomplete.yml:25 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '5482'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "5482"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudk7m5ou1k/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudk7m5ou1k/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '6bac6d2785674118975571f4280c96c5', 'hostnqn': '', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDBTEmcBwcx426Vyd9CI2LN+iSO+qxRRH53Pw8hAKNH1xoGoZAD8uefk81QX356kGXXTzdDE3yVfys1L1AWXIfGFfm8ndDDPYdmpQmPIpL8Ik9cYwlNaURTKyYYfj7rXZkrFu/9KQhFjZAFWEFa1DynGvrMbadLpLj588Gxdy3tx32Pl9RmeAfCJ25uO8lcue07fB5ut5iThEi6iPMZtGSyVHtS0+/bcu/OTsSfeKsBaq6fRK7M8xPMm93CQKn/2si7cUBLJdO7f8bN5d8e/8FIWrUzOJCNg4niz/ZAp+ZmvoCPgi2iUruU+z8lIBGyB4Y+6wSZhRIdAPUcJKbg2lPv', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWspPdOD8XvIWsqhIoqRr52HPu9f0A1gom9zWkc8j5mcr4zuXP1AL4HuHnzXZD4isFK2t/zUlNEGG8xYwCQYJ0=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIBzdK6qLaPTKLtmAqjq71wth1rD9/ef7jpksWk5V4NNF', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'fips': False, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '20', 'second': '27', 'epoch': '1590646827', 'date': '2020-05-28', 'time': '06:20:27', 'iso8601_micro': '2020-05-28T06:20:27.099935Z', 'iso8601': '2020-05-28T06:20:27Z', 'iso8601_basic': '20200528T062027099833', 'iso8601_basic_short': '20200528T062027', 'tz': 'UTC', 'tz_offset': '+0000'}, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 36874 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 36874 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'lsb': {}, 'fibre_channel_wwn': [], 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'ansible_local': {}, 'dns': {'nameservers': ['10.0.2.3']}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1499, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 482, 'free': 1499}, 'nocache': {'free': 1692, 'used': 289}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-20-13-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-20-13-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'apparmor': {'status': 'disabled'}, 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'is_chroot': False, 'iscsi_iqn': '', 'pkg_mgr': 'dnf', 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590646827", "hour": "06", "iso8601": "2020-05-28T06:20:27Z", "iso8601_basic": "20200528T062027099833", "iso8601_basic_short": "20200528T062027", "iso8601_micro": "2020-05-28T06:20:27.099935Z", "minute": "20", "month": "05", "second": "27", "time": "06:20:27", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-20-13-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-20-13-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 36874 22", "SSH_CONNECTION": "10.0.2.2 36874 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "6bac6d2785674118975571f4280c96c5", "memfree_mb": 1499, "memory_mb": {"nocache": {"free": 1692, "used": 289}, "real": {"free": 1499, "total": 1981, "used": 482}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWspPdOD8XvIWsqhIoqRr52HPu9f0A1gom9zWkc8j5mcr4zuXP1AL4HuHnzXZD4isFK2t/zUlNEGG8xYwCQYJ0=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBzdK6qLaPTKLtmAqjq71wth1rD9/ef7jpksWk5V4NNF", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDBTEmcBwcx426Vyd9CI2LN+iSO+qxRRH53Pw8hAKNH1xoGoZAD8uefk81QX356kGXXTzdDE3yVfys1L1AWXIfGFfm8ndDDPYdmpQmPIpL8Ik9cYwlNaURTKyYYfj7rXZkrFu/9KQhFjZAFWEFa1DynGvrMbadLpLj588Gxdy3tx32Pl9RmeAfCJ25uO8lcue07fB5ut5iThEi6iPMZtGSyVHtS0+/bcu/OTsSfeKsBaq6fRK7M8xPMm93CQKn/2si7cUBLJdO7f8bN5d8e/8FIWrUzOJCNg4niz/ZAp+ZmvoCPgi2iUruU+z8lIBGyB4Y+6wSZhRIdAPUcJKbg2lPv", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '6bac6d2785674118975571f4280c96c5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "6bac6d2785674118975571f4280c96c5"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDBTEmcBwcx426Vyd9CI2LN+iSO+qxRRH53Pw8hAKNH1xoGoZAD8uefk81QX356kGXXTzdDE3yVfys1L1AWXIfGFfm8ndDDPYdmpQmPIpL8Ik9cYwlNaURTKyYYfj7rXZkrFu/9KQhFjZAFWEFa1DynGvrMbadLpLj588Gxdy3tx32Pl9RmeAfCJ25uO8lcue07fB5ut5iThEi6iPMZtGSyVHtS0+/bcu/OTsSfeKsBaq6fRK7M8xPMm93CQKn/2si7cUBLJdO7f8bN5d8e/8FIWrUzOJCNg4niz/ZAp+ZmvoCPgi2iUruU+z8lIBGyB4Y+6wSZhRIdAPUcJKbg2lPv'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDBTEmcBwcx426Vyd9CI2LN+iSO+qxRRH53Pw8hAKNH1xoGoZAD8uefk81QX356kGXXTzdDE3yVfys1L1AWXIfGFfm8ndDDPYdmpQmPIpL8Ik9cYwlNaURTKyYYfj7rXZkrFu/9KQhFjZAFWEFa1DynGvrMbadLpLj588Gxdy3tx32Pl9RmeAfCJ25uO8lcue07fB5ut5iThEi6iPMZtGSyVHtS0+/bcu/OTsSfeKsBaq6fRK7M8xPMm93CQKn/2si7cUBLJdO7f8bN5d8e/8FIWrUzOJCNg4niz/ZAp+ZmvoCPgi2iUruU+z8lIBGyB4Y+6wSZhRIdAPUcJKbg2lPv"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWspPdOD8XvIWsqhIoqRr52HPu9f0A1gom9zWkc8j5mcr4zuXP1AL4HuHnzXZD4isFK2t/zUlNEGG8xYwCQYJ0='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWspPdOD8XvIWsqhIoqRr52HPu9f0A1gom9zWkc8j5mcr4zuXP1AL4HuHnzXZD4isFK2t/zUlNEGG8xYwCQYJ0="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIBzdK6qLaPTKLtmAqjq71wth1rD9/ef7jpksWk5V4NNF'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIBzdK6qLaPTKLtmAqjq71wth1rD9/ef7jpksWk5V4NNF"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '20', 'second': '27', 'epoch': '1590646827', 'date': '2020-05-28', 'time': '06:20:27', 'iso8601_micro': '2020-05-28T06:20:27.099935Z', 'iso8601': '2020-05-28T06:20:27Z', 'iso8601_basic': '20200528T062027099833', 'iso8601_basic_short': '20200528T062027', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590646827", "hour": "06", "iso8601": "2020-05-28T06:20:27Z", "iso8601_basic": "20200528T062027099833", "iso8601_basic_short": "20200528T062027", "iso8601_micro": "2020-05-28T06:20:27.099935Z", "minute": "20", "month": "05", "second": "27", "time": "06:20:27", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 36874 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 36874 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 36874 22", "SSH_CONNECTION": "10.0.2.2 36874 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1499}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1499}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 482, 'free': 1499}, 'nocache': {'free': 1692, 'used': 289}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1692, "used": 289}, "real": {"free": 1499, "total": 1981, "used": 482}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-20-13-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-20-13-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-20-13-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-20-13-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__21950558f351786a9127c645f9f5c933ca294e06'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__21950558f351786a9127c645f9f5c933ca294e06"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T062027"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T062027", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T062027/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590646907.4293058-228812-125555763625622/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590646908.2448945-228840-256960949812559/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590646908.8447368-228840-6788681550749/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590646913.2107515-228919-29996669647677/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c7dc85ee23eb9a5f80e0d237be76539531f6aff1", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "md5sum": "7dc938d5a92987ab129fc32684f38890", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 236, "src": "/root/.ansible/tmp/ansible-tmp-1590646917.3317223-228967-235493306002460/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/etc/rsyslog.d/es-cert.pem", "gid": 0, "group": "root", "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "d7053aace7d05881af94097ab7f3cca0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 32, "src": "/root/.ansible/tmp/ansible-tmp-1590646918.1879375-229003-245131285618918/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/etc/rsyslog.d/key.pem", "gid": 0, "group": "root", "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "35477f5fbf583376fd1696317eca941e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 31, "src": "/root/.ansible/tmp/ansible-tmp-1590646919.0326698-229038-247522976094973/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 failed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "msg": "Error: you specified use_cert: true; you must specify all 3 of ca_cert, cert, key, or all 3 of ca_cert_src, cert_src, key_src, or set use_cert: false in the elasticsearch output named elasticsearch_output"} TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_certs_incomplete.yml:55 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Caught an expected error - [{'failed': True, 'msg': 'Error: you specified use_cert: true; you must specify all 3 of ca_cert, cert, key, or all 3 of ca_cert_src, cert_src, key_src, or set use_cert: false in the elasticsearch output named elasticsearch_output', '_ansible_no_log': False, 'changed': False, 'item': {'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}, 'ansible_loop_var': 'item', '_ansible_item_result': True, '_ansible_item_label': {'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'key': '/etc/rsyslog.d/key.pem', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}}]" } TASK [assert...] *************************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_certs_incomplete.yml:57 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=37 changed=9 unreachable=0 failed=0 skipped=14 rescued=1 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_cert_false_with_keys.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_elasticsearch_use_cert_false_with_keys.yml *************** 1 plays in /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_cert_false_with_keys.yml PLAY [Error case for Elasticsearch config - although cert paths are specified, use_cert is false] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_cert_false_with_keys.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [generate test files] ***************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_cert_false_with_keys.yml:11 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-ca.crt) => {"ansible_loop_var": "item", "changed": false, "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "dest": "/tmp/es-ca.crt", "gid": 0, "group": "root", "item": "/tmp/es-ca.crt", "mode": "0644", "owner": "root", "path": "/tmp/es-ca.crt", "size": 30, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-cert.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/tmp/es-cert.pem", "gid": 0, "group": "root", "item": "/tmp/es-cert.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-cert.pem", "size": 32, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-key.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/tmp/es-key.pem", "gid": 0, "group": "root", "item": "/tmp/es-key.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-key.pem", "size": 31, "state": "file", "uid": 0} TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_cert_false_with_keys.yml:23 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4407'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4407"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloududqyc0wq/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloududqyc0wq/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOdOjQ3fByBXDMWHfutSM3ylDOzPvZtW2RU5jDq5X07WwkSc1nUEB72Pqp0auZgdTqrA9UOZHi+vOk9avBFIQMsuOx3klGI4ovFLUuso6F0yAIddv10AJ5eS/sVhl+GPQrs9P7k8pUsvxfGQo0arGAqOYoujCjbDXjUhBslpsjC24+gHoDC7rB6jHfIY9Sw54yn6x/22iGIrBdlD7hvHaRY6Ji3bs25WLLwZ+drHaeZJLulBASgucfKVKD3zgScszfOYqpnxiadAPIBfBeed12BID8Y/XPZdC5JyZfoxqEoAHPqDGvn2+pkQs6kdrOshP4Mn6bckC1AOQXEOBTuMp', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBErAHW5lsRpgKbhiivYMBB/XECipyFzj0Mda33GyfXePreJOg2rpd8GPo1hDRLUBcOXuGStMZwTJMEg/5g8U9FM=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIBVriFo1P2Yol+UNU7/CVldJScLLALEapr8XXaCn82uF', 'is_chroot': False, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'domain': 'virt.pnr.lab.eng.rdu2.redhat.com', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': 'a4541ce7f1264c84a816d6cf02b878c6', 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'apparmor': {'status': 'disabled'}, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'fibre_channel_wwn': [], 'ansible_local': {}, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 39474 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 39474 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'lsb': {}, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '22', 'second': '14', 'epoch': '1590646934', 'date': '2020-05-28', 'time': '06:22:14', 'iso8601_micro': '2020-05-28T06:22:14.398237Z', 'iso8601': '2020-05-28T06:22:14Z', 'iso8601_basic': '20200528T062214398153', 'iso8601_basic_short': '20200528T062214', 'tz': 'UTC', 'tz_offset': '+0000'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1500, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 481, 'free': 1500}, 'nocache': {'free': 1693, 'used': 288}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-22-00-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-22-00-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'dns': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'fips': False, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'hostnqn': '', 'interfaces': ['lo', 'eth0'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'iscsi_iqn': '', 'service_mgr': 'systemd', 'pkg_mgr': 'dnf', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590646934", "hour": "06", "iso8601": "2020-05-28T06:22:14Z", "iso8601_basic": "20200528T062214398153", "iso8601_basic_short": "20200528T062214", "iso8601_micro": "2020-05-28T06:22:14.398237Z", "minute": "22", "month": "05", "second": "14", "time": "06:22:14", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-22-00-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-22-00-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}, "domain": "virt.pnr.lab.eng.rdu2.redhat.com", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 39474 22", "SSH_CONNECTION": "10.0.2.2 39474 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "a4541ce7f1264c84a816d6cf02b878c6", "memfree_mb": 1500, "memory_mb": {"nocache": {"free": 1693, "used": 288}, "real": {"free": 1500, "total": 1981, "used": 481}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBErAHW5lsRpgKbhiivYMBB/XECipyFzj0Mda33GyfXePreJOg2rpd8GPo1hDRLUBcOXuGStMZwTJMEg/5g8U9FM=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBVriFo1P2Yol+UNU7/CVldJScLLALEapr8XXaCn82uF", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOdOjQ3fByBXDMWHfutSM3ylDOzPvZtW2RU5jDq5X07WwkSc1nUEB72Pqp0auZgdTqrA9UOZHi+vOk9avBFIQMsuOx3klGI4ovFLUuso6F0yAIddv10AJ5eS/sVhl+GPQrs9P7k8pUsvxfGQo0arGAqOYoujCjbDXjUhBslpsjC24+gHoDC7rB6jHfIY9Sw54yn6x/22iGIrBdlD7hvHaRY6Ji3bs25WLLwZ+drHaeZJLulBASgucfKVKD3zgScszfOYqpnxiadAPIBfBeed12BID8Y/XPZdC5JyZfoxqEoAHPqDGvn2+pkQs6kdrOshP4Mn6bckC1AOQXEOBTuMp", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOdOjQ3fByBXDMWHfutSM3ylDOzPvZtW2RU5jDq5X07WwkSc1nUEB72Pqp0auZgdTqrA9UOZHi+vOk9avBFIQMsuOx3klGI4ovFLUuso6F0yAIddv10AJ5eS/sVhl+GPQrs9P7k8pUsvxfGQo0arGAqOYoujCjbDXjUhBslpsjC24+gHoDC7rB6jHfIY9Sw54yn6x/22iGIrBdlD7hvHaRY6Ji3bs25WLLwZ+drHaeZJLulBASgucfKVKD3zgScszfOYqpnxiadAPIBfBeed12BID8Y/XPZdC5JyZfoxqEoAHPqDGvn2+pkQs6kdrOshP4Mn6bckC1AOQXEOBTuMp'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOdOjQ3fByBXDMWHfutSM3ylDOzPvZtW2RU5jDq5X07WwkSc1nUEB72Pqp0auZgdTqrA9UOZHi+vOk9avBFIQMsuOx3klGI4ovFLUuso6F0yAIddv10AJ5eS/sVhl+GPQrs9P7k8pUsvxfGQo0arGAqOYoujCjbDXjUhBslpsjC24+gHoDC7rB6jHfIY9Sw54yn6x/22iGIrBdlD7hvHaRY6Ji3bs25WLLwZ+drHaeZJLulBASgucfKVKD3zgScszfOYqpnxiadAPIBfBeed12BID8Y/XPZdC5JyZfoxqEoAHPqDGvn2+pkQs6kdrOshP4Mn6bckC1AOQXEOBTuMp"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBErAHW5lsRpgKbhiivYMBB/XECipyFzj0Mda33GyfXePreJOg2rpd8GPo1hDRLUBcOXuGStMZwTJMEg/5g8U9FM='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBErAHW5lsRpgKbhiivYMBB/XECipyFzj0Mda33GyfXePreJOg2rpd8GPo1hDRLUBcOXuGStMZwTJMEg/5g8U9FM="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIBVriFo1P2Yol+UNU7/CVldJScLLALEapr8XXaCn82uF'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIBVriFo1P2Yol+UNU7/CVldJScLLALEapr8XXaCn82uF"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': 'virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": "virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': 'a4541ce7f1264c84a816d6cf02b878c6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "a4541ce7f1264c84a816d6cf02b878c6"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 39474 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 39474 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 39474 22", "SSH_CONNECTION": "10.0.2.2 39474 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '22', 'second': '14', 'epoch': '1590646934', 'date': '2020-05-28', 'time': '06:22:14', 'iso8601_micro': '2020-05-28T06:22:14.398237Z', 'iso8601': '2020-05-28T06:22:14Z', 'iso8601_basic': '20200528T062214398153', 'iso8601_basic_short': '20200528T062214', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590646934", "hour": "06", "iso8601": "2020-05-28T06:22:14Z", "iso8601_basic": "20200528T062214398153", "iso8601_basic_short": "20200528T062214", "iso8601_micro": "2020-05-28T06:22:14.398237Z", "minute": "22", "month": "05", "second": "14", "time": "06:22:14", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1500}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1500}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 481, 'free': 1500}, 'nocache': {'free': 1693, 'used': 288}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1693, "used": 288}, "real": {"free": 1500, "total": 1981, "used": 481}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-22-00-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-22-00-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-22-00-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-22-00-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__a16f595611a92c8de160d094546248d47e1de2f9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__a16f595611a92c8de160d094546248d47e1de2f9"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T062214"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T062214", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T062214/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590647031.098693-229450-257281474030194/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590647031.8995624-229478-75490657473167/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590647032.5142035-229478-244614174904967/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590647036.853684-229557-171447692238938/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c7dc85ee23eb9a5f80e0d237be76539531f6aff1", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "md5sum": "7dc938d5a92987ab129fc32684f38890", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 236, "src": "/root/.ansible/tmp/ansible-tmp-1590647041.0383399-229605-205691652992837/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "dest": "/etc/rsyslog.d/ca_cert.crt", "gid": 0, "group": "root", "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "md5sum": "604ce87fa0aee53b1a984b91456fbd1d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1590647041.9416144-229639-210654470064879/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/etc/rsyslog.d/cert.pem", "gid": 0, "group": "root", "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "md5sum": "d7053aace7d05881af94097ab7f3cca0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 32, "src": "/root/.ansible/tmp/ansible-tmp-1590647042.5620875-229667-224405389888695/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/etc/rsyslog.d/key.pem", "gid": 0, "group": "root", "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "md5sum": "35477f5fbf583376fd1696317eca941e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 31, "src": "/root/.ansible/tmp/ansible-tmp-1590647043.1840072-229695-60370384585318/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_facts": {"__rsyslog_elasticsearch_temp": [{"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}]}, "ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 failed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/ca_cert.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": false}, "msg": "Error: you specified use_cert: false and also specified one or more cert/key files in the elasticsearch output named elasticsearch_output"} TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_cert_false_with_keys.yml:56 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Caught an expected error - [{'failed': True, 'msg': 'Error: you specified use_cert: false and also specified one or more cert/key files in the elasticsearch output named elasticsearch_output', '_ansible_no_log': False, 'changed': False, 'item': {'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}, 'ansible_loop_var': 'item', '_ansible_item_result': True, '_ansible_item_label': {'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': False, 'ca_cert': '/etc/rsyslog.d/ca_cert.crt', 'cert': '/etc/rsyslog.d/cert.pem', 'key': '/etc/rsyslog.d/key.pem', 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}}]" } TASK [assert...] *************************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_cert_false_with_keys.yml:58 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=39 changed=10 unreachable=0 failed=0 skipped=14 rescued=1 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_elasticsearch_use_local_cert.yml ************************* 1 plays in /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml PLAY [Ensure that the role runs with parameters from imfile to two elasticsearch outputs] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [generate test files] ***************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-ca.crt) => {"ansible_loop_var": "item", "changed": false, "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "dest": "/tmp/es-ca.crt", "gid": 0, "group": "root", "item": "/tmp/es-ca.crt", "mode": "0644", "owner": "root", "path": "/tmp/es-ca.crt", "size": 30, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-cert.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/tmp/es-cert.pem", "gid": 0, "group": "root", "item": "/tmp/es-cert.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-cert.pem", "size": 32, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-key.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/tmp/es-key.pem", "gid": 0, "group": "root", "item": "/tmp/es-key.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-key.pem", "size": 31, "state": "file", "uid": 0} TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:24 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4997'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4997"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudr5r9543h/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudr5r9543h/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCizfS7pEZIbba/J4K7PpN7F7dqutnOgeNaIYDG4fUtMSmzhxdTkbDuqiSteswiv8lkAcfER4qdaYlHy5cV4G2QbB1NbEJ0avIeUxI2DThx4AkIhl75VJiqTDcOIA5d/D9nDA1MFi/Nhjz9t5dSKvWFsF8/v5c0Nf+FXW4hBO/w8LMK/1tj8TFmtuHmyGi1cbbsLrIMfuCr1UtYq1iRJdrshAJf3V8NNjP8HXDJm0I9Ad07vFGv1ATxWYbPAXMV0sajcPClQh9tblL8VOb6CN89+eJFCbeMceWLLpR288Wc+O4p6atJE2oGY9aT0erveoRbQQmH/qARcG9hEgm1ue+3', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGsMRbddXNU91sQRJ13p8LFPHGQmAw1BP6ySndt/ek2SIh/VGhrLq4Qrw/qLS0rjnr1CpFwGsnQcO1jE+eJDcFA=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIPsMqCtWkVAI56ZMuS0lyfCvLRGHx5uSgXRwqtGaWccP', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'hostnqn': '', 'fibre_channel_wwn': [], 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '9d0c4e18491f4049a8c2ee7b3441c017', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '24', 'second': '18', 'epoch': '1590647058', 'date': '2020-05-28', 'time': '06:24:18', 'iso8601_micro': '2020-05-28T06:24:18.463356Z', 'iso8601': '2020-05-28T06:24:18Z', 'iso8601_basic': '20200528T062418463280', 'iso8601_basic_short': '20200528T062418', 'tz': 'UTC', 'tz_offset': '+0000'}, 'apparmor': {'status': 'disabled'}, 'pkg_mgr': 'dnf', 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'dns': {'nameservers': ['10.0.2.3']}, 'lsb': {}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'ansible_local': {}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'is_chroot': False, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 46706 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 46706 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1493, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 488, 'free': 1493}, 'nocache': {'free': 1686, 'used': 295}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-24-05-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-24-05-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'iscsi_iqn': '', 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'fips': False, 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590647058", "hour": "06", "iso8601": "2020-05-28T06:24:18Z", "iso8601_basic": "20200528T062418463280", "iso8601_basic_short": "20200528T062418", "iso8601_micro": "2020-05-28T06:24:18.463356Z", "minute": "24", "month": "05", "second": "18", "time": "06:24:18", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-24-05-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-24-05-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 46706 22", "SSH_CONNECTION": "10.0.2.2 46706 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "9d0c4e18491f4049a8c2ee7b3441c017", "memfree_mb": 1493, "memory_mb": {"nocache": {"free": 1686, "used": 295}, "real": {"free": 1493, "total": 1981, "used": 488}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGsMRbddXNU91sQRJ13p8LFPHGQmAw1BP6ySndt/ek2SIh/VGhrLq4Qrw/qLS0rjnr1CpFwGsnQcO1jE+eJDcFA=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPsMqCtWkVAI56ZMuS0lyfCvLRGHx5uSgXRwqtGaWccP", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCizfS7pEZIbba/J4K7PpN7F7dqutnOgeNaIYDG4fUtMSmzhxdTkbDuqiSteswiv8lkAcfER4qdaYlHy5cV4G2QbB1NbEJ0avIeUxI2DThx4AkIhl75VJiqTDcOIA5d/D9nDA1MFi/Nhjz9t5dSKvWFsF8/v5c0Nf+FXW4hBO/w8LMK/1tj8TFmtuHmyGi1cbbsLrIMfuCr1UtYq1iRJdrshAJf3V8NNjP8HXDJm0I9Ad07vFGv1ATxWYbPAXMV0sajcPClQh9tblL8VOb6CN89+eJFCbeMceWLLpR288Wc+O4p6atJE2oGY9aT0erveoRbQQmH/qARcG9hEgm1ue+3", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCizfS7pEZIbba/J4K7PpN7F7dqutnOgeNaIYDG4fUtMSmzhxdTkbDuqiSteswiv8lkAcfER4qdaYlHy5cV4G2QbB1NbEJ0avIeUxI2DThx4AkIhl75VJiqTDcOIA5d/D9nDA1MFi/Nhjz9t5dSKvWFsF8/v5c0Nf+FXW4hBO/w8LMK/1tj8TFmtuHmyGi1cbbsLrIMfuCr1UtYq1iRJdrshAJf3V8NNjP8HXDJm0I9Ad07vFGv1ATxWYbPAXMV0sajcPClQh9tblL8VOb6CN89+eJFCbeMceWLLpR288Wc+O4p6atJE2oGY9aT0erveoRbQQmH/qARcG9hEgm1ue+3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCizfS7pEZIbba/J4K7PpN7F7dqutnOgeNaIYDG4fUtMSmzhxdTkbDuqiSteswiv8lkAcfER4qdaYlHy5cV4G2QbB1NbEJ0avIeUxI2DThx4AkIhl75VJiqTDcOIA5d/D9nDA1MFi/Nhjz9t5dSKvWFsF8/v5c0Nf+FXW4hBO/w8LMK/1tj8TFmtuHmyGi1cbbsLrIMfuCr1UtYq1iRJdrshAJf3V8NNjP8HXDJm0I9Ad07vFGv1ATxWYbPAXMV0sajcPClQh9tblL8VOb6CN89+eJFCbeMceWLLpR288Wc+O4p6atJE2oGY9aT0erveoRbQQmH/qARcG9hEgm1ue+3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGsMRbddXNU91sQRJ13p8LFPHGQmAw1BP6ySndt/ek2SIh/VGhrLq4Qrw/qLS0rjnr1CpFwGsnQcO1jE+eJDcFA='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGsMRbddXNU91sQRJ13p8LFPHGQmAw1BP6ySndt/ek2SIh/VGhrLq4Qrw/qLS0rjnr1CpFwGsnQcO1jE+eJDcFA="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIPsMqCtWkVAI56ZMuS0lyfCvLRGHx5uSgXRwqtGaWccP'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIPsMqCtWkVAI56ZMuS0lyfCvLRGHx5uSgXRwqtGaWccP"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '9d0c4e18491f4049a8c2ee7b3441c017'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "9d0c4e18491f4049a8c2ee7b3441c017"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '24', 'second': '18', 'epoch': '1590647058', 'date': '2020-05-28', 'time': '06:24:18', 'iso8601_micro': '2020-05-28T06:24:18.463356Z', 'iso8601': '2020-05-28T06:24:18Z', 'iso8601_basic': '20200528T062418463280', 'iso8601_basic_short': '20200528T062418', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590647058", "hour": "06", "iso8601": "2020-05-28T06:24:18Z", "iso8601_basic": "20200528T062418463280", "iso8601_basic_short": "20200528T062418", "iso8601_micro": "2020-05-28T06:24:18.463356Z", "minute": "24", "month": "05", "second": "18", "time": "06:24:18", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 46706 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 46706 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 46706 22", "SSH_CONNECTION": "10.0.2.2 46706 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1493}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1493}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 488, 'free': 1493}, 'nocache': {'free': 1686, 'used': 295}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1686, "used": 295}, "real": {"free": 1493, "total": 1981, "used": 488}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-24-05-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-24-05-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-24-05-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-24-05-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__4e01ad41a244dab2c8afeb316cff438708d40c8a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__4e01ad41a244dab2c8afeb316cff438708d40c8a"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T062418"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T062418", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T062418/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590647205.4398205-230132-269483769298371/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590647206.1940386-230160-61596542591929/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590647206.8147407-230160-145180727180718/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590647211.1753848-230239-179345617859404/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c7dc85ee23eb9a5f80e0d237be76539531f6aff1", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "md5sum": "7dc938d5a92987ab129fc32684f38890", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 236, "src": "/root/.ansible/tmp/ansible-tmp-1590647215.3578384-230287-188361899627739/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "dest": "/etc/rsyslog.d/es-ca.crt", "gid": 0, "group": "root", "item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "604ce87fa0aee53b1a984b91456fbd1d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1590647216.1761653-230321-210964364511709/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/etc/rsyslog.d/es-cert.pem", "gid": 0, "group": "root", "item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "d7053aace7d05881af94097ab7f3cca0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 32, "src": "/root/.ansible/tmp/ansible-tmp-1590647217.0108309-230356-153264122312039/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/etc/rsyslog.d/es-key.pem", "gid": 0, "group": "root", "item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "35477f5fbf583376fd1696317eca941e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 31, "src": "/root/.ansible/tmp/ansible-tmp-1590647217.8446121-230391-261705774948823/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_facts": {"__rsyslog_elasticsearch_temp": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "ansible_loop_var": "item", "changed": false, "item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert_src": "/tmp/es-ca.crt", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: rsyslog-elasticsearch-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "md5sum": "872491adffd8cca2dc93eaaadb775c78", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "src": "/root/.ansible/tmp/ansible-tmp-1590647223.0666358-230452-115559096011234/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "md5sum": "04fe8e184f83e874dcf6455511af6626", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "src": "/root/.ansible/tmp/ansible-tmp-1590647223.6658227-230452-182781191258470/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ad2a77d6fbf0f15bf72d28349a3e708aed266375", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "dff42927b2cdfd2af33423ca3ec0ce43", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2040, "src": "/root/.ansible/tmp/ansible-tmp-1590647227.8720207-230525-192896955533799/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590647232.0950806-230573-138512749865877/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590647236.3102586-230621-102939101298775/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:48 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647236.9655685, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590647205.3855684, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3292, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647205.0615685, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1991454281", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 13, "files": [{"atime": 1590647236.9655685, "ctime": 1590647231.9605684, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647231.6955686, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647236.9655685, "ctime": 1590647227.7135684, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647227.4835684, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2040, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647236.9655685, "ctime": 1590647236.1815684, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647235.9485683, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647236.9655685, "ctime": 1590647222.9025683, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3261, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647222.6695685, "nlink": 1, "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 74, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647204.3155684, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590647236.9655685, "ctime": 1590647206.0415685, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647205.8025684, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647236.9655685, "ctime": 1590647206.6655684, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647206.4265685, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647236.9655685, "ctime": 1590647215.1995685, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647214.9625685, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 236, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647236.9655685, "ctime": 1590647211.0085685, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647210.7775683, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647236.9655685, "ctime": 1590647223.5045683, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647223.2695684, "nlink": 1, "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1054, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 10, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:27:16 UTC", "ActiveEnterTimestampMonotonic": "188999181", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:27:16 UTC", "AssertTimestampMonotonic": "188986288", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:27:16 UTC", "ConditionTimestampMonotonic": "188986287", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11843", "ExecMainStartTimestamp": "Thu 2020-05-28 06:27:16 UTC", "ExecMainStartTimestampMonotonic": "188987661", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:27:16 UTC] ; stop_time=[n/a] ; pid=11843 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:27:16 UTC", "InactiveExitTimestampMonotonic": "188987934", "InvocationID": "f61e496c1f794253b880b71db6857ace", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11843", "MemoryAccounting": "yes", "MemoryCurrent": "1806336", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:27:16 UTC", "StateChangeTimestampMonotonic": "188999181", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:55 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:59 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check if the output files config exists] ********************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:63 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647236.9655685, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ad2a77d6fbf0f15bf72d28349a3e708aed266375", "ctime": 1590647227.7135684, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647227.4835684, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2040, "uid": 0, "version": "2099957159", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the copied ca cert file exists] ********************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:67 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647216.2135684, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "ctime": 1590647216.2175684, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647215.9845684, "nlink": 1, "path": "/etc/rsyslog.d/es-ca.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 30, "uid": 0, "version": "158418329", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the copied cert file exists] ************************************ task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:71 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647217.0485685, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "ctime": 1590647217.0515685, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647216.8185685, "nlink": 1, "path": "/etc/rsyslog.d/es-cert.pem", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 32, "uid": 0, "version": "2580881638", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the copied key file exists] ************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:75 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647217.8775685, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "ctime": 1590647217.8815684, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647217.6525683, "nlink": 1, "path": "/etc/rsyslog.d/es-key.pem", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 31, "uid": 0, "version": "1623440444", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check key/certs in /etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf] *** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert.yml:79 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'cacert', 'value': '/tmp/es-ca.crt'}) => {"ansible_loop_var": "item", "changed": false, "cmd": ["/bin/grep", "tls\\.cacert=.\\/etc\\/rsyslog\\.d\\/es-ca.crt.", "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf"], "delta": "0:00:00.003016", "end": "2020-05-28 06:27:20.197599", "item": {"key": "cacert", "value": "/tmp/es-ca.crt"}, "rc": 0, "start": "2020-05-28 06:27:20.194583", "stderr": "", "stderr_lines": [], "stdout": " tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"", "stdout_lines": [" tls.cacert=\"/etc/rsyslog.d/es-ca.crt\""]} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'mycert', 'value': '/tmp/es-cert.pem'}) => {"ansible_loop_var": "item", "changed": false, "cmd": ["/bin/grep", "tls\\.mycert=.\\/etc\\/rsyslog\\.d\\/es-cert.pem.", "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf"], "delta": "0:00:00.002479", "end": "2020-05-28 06:27:20.498840", "item": {"key": "mycert", "value": "/tmp/es-cert.pem"}, "rc": 0, "start": "2020-05-28 06:27:20.496361", "stderr": "", "stderr_lines": [], "stdout": " tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"", "stdout_lines": [" tls.mycert=\"/etc/rsyslog.d/es-cert.pem\""]} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'myprivkey', 'value': '/tmp/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "cmd": ["/bin/grep", "tls\\.myprivkey=.\\/etc\\/rsyslog\\.d\\/es-key.pem.", "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf"], "delta": "0:00:00.002969", "end": "2020-05-28 06:27:20.801516", "item": {"key": "myprivkey", "value": "/tmp/es-key.pem"}, "rc": 0, "start": "2020-05-28 06:27:20.798547", "stderr": "", "stderr_lines": [], "stdout": " tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"", "stdout_lines": [" tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\""]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=61 changed=16 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_elasticsearch_use_local_cert_all.yml ********************* 1 plays in /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml PLAY [Elasticsearch config - local certs are copied to the target host with the specified path.] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [generate test files] ***************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:16 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-ca.crt) => {"ansible_loop_var": "item", "changed": false, "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "dest": "/tmp/es-ca.crt", "gid": 0, "group": "root", "item": "/tmp/es-ca.crt", "mode": "0644", "owner": "root", "path": "/tmp/es-ca.crt", "size": 30, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-cert.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/tmp/es-cert.pem", "gid": 0, "group": "root", "item": "/tmp/es-cert.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-cert.pem", "size": 32, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 -> localhost] => (item=/tmp/es-key.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/tmp/es-key.pem", "gid": 0, "group": "root", "item": "/tmp/es-key.pem", "mode": "0644", "owner": "root", "path": "/tmp/es-key.pem", "size": 31, "state": "file", "uid": 0} TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:27 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '5046'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "5046"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudl_xvfdij/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudl_xvfdij/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'is_chroot': False, 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'hostnqn': '', 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 58100 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 58100 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'lsb': {}, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': 'a3c69896ad5d4a509e2d1be4d4ed291a', 'apparmor': {'status': 'disabled'}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQC3SSwJCTeRoXgMVpzYzHqCeI+QGdN8L3ozatJwiFImG12BR2BUh0j0UDLhadHXCNZNYQx5mR8NgqGCOapQuJLns6fkxw0Oc4Ki/Tqj652vNfauvWaFbRrqpbAhiBmQXWBXV/nfB6B0TCrIceA8wBafS8SfMGBtDwIDUIHmf+ugVgzEAMqN2etlytcmJiy4F3f4ZdSmuZ2i3xG+t0xXN7JR/1Wr609YS4iNASnrCnLn2G23EPHgbnPDconMGggt9Mk90LJSzo9j4FKExDb4D+5YNyTb92urT+T5kQf9ONMTIzS+YAHeX13Lxees8M/LxOMwR9AtqvGEi6N+k1IV4ouR', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJkyUcS5Pnp4rnTYZ7V97+ndzqgOnvEA4Gj8nEwjCXrvSTT85avmmfzD2UTnp5H2kh79zrCilX6NNZh8n7NdT8=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIPWd4ancKcgQNMphpTRA+nW0UwLilwiXpjudXlQxGSk5', 'pkg_mgr': 'dnf', 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1495, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 486, 'free': 1495}, 'nocache': {'free': 1688, 'used': 293}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-27-21-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-27-21-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'iscsi_iqn': '', 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'fibre_channel_wwn': [], 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '27', 'second': '35', 'epoch': '1590647255', 'date': '2020-05-28', 'time': '06:27:35', 'iso8601_micro': '2020-05-28T06:27:35.840355Z', 'iso8601': '2020-05-28T06:27:35Z', 'iso8601_basic': '20200528T062735840179', 'iso8601_basic_short': '20200528T062735', 'tz': 'UTC', 'tz_offset': '+0000'}, 'dns': {'nameservers': ['10.0.2.3']}, 'fips': False, 'service_mgr': 'systemd', 'ansible_local': {}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590647255", "hour": "06", "iso8601": "2020-05-28T06:27:35Z", "iso8601_basic": "20200528T062735840179", "iso8601_basic_short": "20200528T062735", "iso8601_micro": "2020-05-28T06:27:35.840355Z", "minute": "27", "month": "05", "second": "35", "time": "06:27:35", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-27-21-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-27-21-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 58100 22", "SSH_CONNECTION": "10.0.2.2 58100 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "a3c69896ad5d4a509e2d1be4d4ed291a", "memfree_mb": 1495, "memory_mb": {"nocache": {"free": 1688, "used": 293}, "real": {"free": 1495, "total": 1981, "used": 486}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJkyUcS5Pnp4rnTYZ7V97+ndzqgOnvEA4Gj8nEwjCXrvSTT85avmmfzD2UTnp5H2kh79zrCilX6NNZh8n7NdT8=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPWd4ancKcgQNMphpTRA+nW0UwLilwiXpjudXlQxGSk5", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC3SSwJCTeRoXgMVpzYzHqCeI+QGdN8L3ozatJwiFImG12BR2BUh0j0UDLhadHXCNZNYQx5mR8NgqGCOapQuJLns6fkxw0Oc4Ki/Tqj652vNfauvWaFbRrqpbAhiBmQXWBXV/nfB6B0TCrIceA8wBafS8SfMGBtDwIDUIHmf+ugVgzEAMqN2etlytcmJiy4F3f4ZdSmuZ2i3xG+t0xXN7JR/1Wr609YS4iNASnrCnLn2G23EPHgbnPDconMGggt9Mk90LJSzo9j4FKExDb4D+5YNyTb92urT+T5kQf9ONMTIzS+YAHeX13Lxees8M/LxOMwR9AtqvGEi6N+k1IV4ouR", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 58100 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 58100 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 58100 22", "SSH_CONNECTION": "10.0.2.2 58100 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': 'a3c69896ad5d4a509e2d1be4d4ed291a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "a3c69896ad5d4a509e2d1be4d4ed291a"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQC3SSwJCTeRoXgMVpzYzHqCeI+QGdN8L3ozatJwiFImG12BR2BUh0j0UDLhadHXCNZNYQx5mR8NgqGCOapQuJLns6fkxw0Oc4Ki/Tqj652vNfauvWaFbRrqpbAhiBmQXWBXV/nfB6B0TCrIceA8wBafS8SfMGBtDwIDUIHmf+ugVgzEAMqN2etlytcmJiy4F3f4ZdSmuZ2i3xG+t0xXN7JR/1Wr609YS4iNASnrCnLn2G23EPHgbnPDconMGggt9Mk90LJSzo9j4FKExDb4D+5YNyTb92urT+T5kQf9ONMTIzS+YAHeX13Lxees8M/LxOMwR9AtqvGEi6N+k1IV4ouR'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC3SSwJCTeRoXgMVpzYzHqCeI+QGdN8L3ozatJwiFImG12BR2BUh0j0UDLhadHXCNZNYQx5mR8NgqGCOapQuJLns6fkxw0Oc4Ki/Tqj652vNfauvWaFbRrqpbAhiBmQXWBXV/nfB6B0TCrIceA8wBafS8SfMGBtDwIDUIHmf+ugVgzEAMqN2etlytcmJiy4F3f4ZdSmuZ2i3xG+t0xXN7JR/1Wr609YS4iNASnrCnLn2G23EPHgbnPDconMGggt9Mk90LJSzo9j4FKExDb4D+5YNyTb92urT+T5kQf9ONMTIzS+YAHeX13Lxees8M/LxOMwR9AtqvGEi6N+k1IV4ouR"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJkyUcS5Pnp4rnTYZ7V97+ndzqgOnvEA4Gj8nEwjCXrvSTT85avmmfzD2UTnp5H2kh79zrCilX6NNZh8n7NdT8='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJkyUcS5Pnp4rnTYZ7V97+ndzqgOnvEA4Gj8nEwjCXrvSTT85avmmfzD2UTnp5H2kh79zrCilX6NNZh8n7NdT8="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIPWd4ancKcgQNMphpTRA+nW0UwLilwiXpjudXlQxGSk5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIPWd4ancKcgQNMphpTRA+nW0UwLilwiXpjudXlQxGSk5"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1495}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1495}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 486, 'free': 1495}, 'nocache': {'free': 1688, 'used': 293}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1688, "used": 293}, "real": {"free": 1495, "total": 1981, "used": 486}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-27-21-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-27-21-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-27-21-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-27-21-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '27', 'second': '35', 'epoch': '1590647255', 'date': '2020-05-28', 'time': '06:27:35', 'iso8601_micro': '2020-05-28T06:27:35.840355Z', 'iso8601': '2020-05-28T06:27:35Z', 'iso8601_basic': '20200528T062735840179', 'iso8601_basic_short': '20200528T062735', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590647255", "hour": "06", "iso8601": "2020-05-28T06:27:35Z", "iso8601_basic": "20200528T062735840179", "iso8601_basic_short": "20200528T062735", "iso8601_micro": "2020-05-28T06:27:35.840355Z", "minute": "27", "month": "05", "second": "35", "time": "06:27:35", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__389d4106f7ef7a59411bc9a80287736ccd984f01'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__389d4106f7ef7a59411bc9a80287736ccd984f01"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T062735"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T062735", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T062735/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590647383.019876-231233-236665891242062/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590647383.7630754-231261-87939102177111/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590647384.3491483-231261-272998378822648/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590647388.6552985-231340-64584253468557/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c7dc85ee23eb9a5f80e0d237be76539531f6aff1", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "md5sum": "7dc938d5a92987ab129fc32684f38890", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 236, "src": "/root/.ansible/tmp/ansible-tmp-1590647392.8057082-231388-30646344094915/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "dest": "/tmp/es-ca-target.crt", "gid": 0, "group": "root", "item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "604ce87fa0aee53b1a984b91456fbd1d", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1590647393.5801516-231422-76826990049028/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "dest": "/tmp/es-cert-target.pem", "gid": 0, "group": "root", "item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "d7053aace7d05881af94097ab7f3cca0", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 32, "src": "/root/.ansible/tmp/ansible-tmp-1590647394.1644008-231450-119421019331331/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "dest": "/tmp/es-key-target.pem", "gid": 0, "group": "root", "item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "md5sum": "35477f5fbf583376fd1696317eca941e", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 31, "src": "/root/.ansible/tmp/ansible-tmp-1590647394.747272-231478-124152321935937/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_facts": {"__rsyslog_elasticsearch_temp": [{"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert_src': '/tmp/es-ca.crt', 'cert_src': '/tmp/es-cert.pem', 'key_src': '/tmp/es-key.pem', 'ca_cert': '/tmp/es-ca-target.crt', 'cert': '/tmp/es-cert-target.pem', 'key': '/tmp/es-key-target.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert": "/tmp/es-ca-target.crt", "ca_cert_src": "/tmp/es-ca.crt", "cert": "/tmp/es-cert-target.pem", "cert_src": "/tmp/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/tmp/es-key-target.pem", "key_src": "/tmp/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}]}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: rsyslog-elasticsearch-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "md5sum": "872491adffd8cca2dc93eaaadb775c78", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "src": "/root/.ansible/tmp/ansible-tmp-1590647399.3782215-231532-49097694388205/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "md5sum": "04fe8e184f83e874dcf6455511af6626", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "src": "/root/.ansible/tmp/ansible-tmp-1590647399.9607747-231532-128791635174505/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/tmp/es-ca-target.crt"\n tls.mycert="/tmp/es-cert-target.pem"\n tls.myprivkey="/tmp/es-key-target.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "e2bb68f92d122a33c8b97b4299bc1bcc89baa55a", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/tmp/es-ca-target.crt\"\n tls.mycert=\"/tmp/es-cert-target.pem\"\n tls.myprivkey=\"/tmp/es-key-target.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "5648506eb8060d4c867bbcfe53e094ce", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2031, "src": "/root/.ansible/tmp/ansible-tmp-1590647404.1890075-231605-13115360393967/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/tmp/es-ca-target.crt"\n tls.mycert="/tmp/es-cert-target.pem"\n tls.myprivkey="/tmp/es-key-target.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/tmp/es-ca-target.crt\"\n tls.mycert=\"/tmp/es-cert-target.pem\"\n tls.myprivkey=\"/tmp/es-key-target.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590647408.448483-231653-74627881861646/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590647412.6470513-231701-258819047208805/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:54 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647413.342623, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590647383.073623, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3268, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647382.749623, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "884737126", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 10, "files": [{"atime": 1590647413.342623, "ctime": 1590647408.395623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647408.167623, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647413.342623, "ctime": 1590647404.149623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647403.917623, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2031, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647413.342623, "ctime": 1590647412.593623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647412.365623, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647413.342623, "ctime": 1590647399.313623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647399.080623, "nlink": 1, "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 74, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647382.0126228, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590647413.342623, "ctime": 1590647383.695623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3293, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647383.4726229, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647413.342623, "ctime": 1590647384.290623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647384.065623, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647413.342623, "ctime": 1590647392.725623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647392.508623, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 236, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647413.342623, "ctime": 1590647388.595623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3301, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647388.369623, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647413.342623, "ctime": 1590647399.894623, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647399.668623, "nlink": 1, "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1054, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 10, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:30:13 UTC", "ActiveEnterTimestampMonotonic": "168394669", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:30:13 UTC", "AssertTimestampMonotonic": "168382218", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:30:13 UTC", "ConditionTimestampMonotonic": "168382218", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11715", "ExecMainStartTimestamp": "Thu 2020-05-28 06:30:13 UTC", "ExecMainStartTimestampMonotonic": "168383478", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:30:13 UTC] ; stop_time=[n/a] ; pid=11715 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:30:13 UTC", "InactiveExitTimestampMonotonic": "168383741", "InvocationID": "f719b0230f4c4f86a1f1880b8d9cde16", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11715", "MemoryAccounting": "yes", "MemoryCurrent": "1785856", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:30:13 UTC", "StateChangeTimestampMonotonic": "168394669", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:61 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:65 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check if the output files config exists] ********************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:69 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647413.342623, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e2bb68f92d122a33c8b97b4299bc1bcc89baa55a", "ctime": 1590647404.149623, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647403.917623, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2031, "uid": 0, "version": "922625218", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the copied ca cert file exists] ********************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:73 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647393.490623, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e3973c6c4df9286ca689927d61c5dca3f046b651", "ctime": 1590647393.4926229, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647393.270623, "nlink": 1, "path": "/tmp/es-ca-target.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 30, "uid": 0, "version": "766638599", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the copied cert file exists] ************************************ task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:77 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647394.075623, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "20e967fdb67207b459285c7c7d1254809ed288b1", "ctime": 1590647394.077623, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647393.8546228, "nlink": 1, "path": "/tmp/es-cert-target.pem", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 32, "uid": 0, "version": "4044991842", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the copied key file exists] ************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:81 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647394.661623, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d3877fa1c0c8f88f219e9378fb78bffa494a79cb", "ctime": 1590647394.6636229, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647394.441623, "nlink": 1, "path": "/tmp/es-key-target.pem", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 31, "uid": 0, "version": "1130729453", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check key/certs in /etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf] *** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_all.yml:85 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'cacert', 'value': '/tmp/es-ca-target.crt'}) => {"ansible_loop_var": "item", "changed": false, "cmd": ["/bin/grep", "tls\\.cacert=\"/tmp/es-ca-target.crt\"", "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf"], "delta": "0:00:00.002868", "end": "2020-05-28 06:30:16.608854", "item": {"key": "cacert", "value": "/tmp/es-ca-target.crt"}, "rc": 0, "start": "2020-05-28 06:30:16.605986", "stderr": "", "stderr_lines": [], "stdout": " tls.cacert=\"/tmp/es-ca-target.crt\"", "stdout_lines": [" tls.cacert=\"/tmp/es-ca-target.crt\""]} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'mycert', 'value': '/tmp/es-cert-target.pem'}) => {"ansible_loop_var": "item", "changed": false, "cmd": ["/bin/grep", "tls\\.mycert=\"/tmp/es-cert-target.pem\"", "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf"], "delta": "0:00:00.002559", "end": "2020-05-28 06:30:16.905790", "item": {"key": "mycert", "value": "/tmp/es-cert-target.pem"}, "rc": 0, "start": "2020-05-28 06:30:16.903231", "stderr": "", "stderr_lines": [], "stdout": " tls.mycert=\"/tmp/es-cert-target.pem\"", "stdout_lines": [" tls.mycert=\"/tmp/es-cert-target.pem\""]} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'myprivkey', 'value': '/tmp/es-key-target.pem'}) => {"ansible_loop_var": "item", "changed": false, "cmd": ["/bin/grep", "tls\\.myprivkey=\"/tmp/es-key-target.pem\"", "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf"], "delta": "0:00:00.002904", "end": "2020-05-28 06:30:17.211591", "item": {"key": "myprivkey", "value": "/tmp/es-key-target.pem"}, "rc": 0, "start": "2020-05-28 06:30:17.208687", "stderr": "", "stderr_lines": [], "stdout": " tls.myprivkey=\"/tmp/es-key-target.pem\"", "stdout_lines": [" tls.myprivkey=\"/tmp/es-key-target.pem\""]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=61 changed=16 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_nokeys.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_elasticsearch_use_local_cert_nokeys.yml ****************** 1 plays in /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_nokeys.yml PLAY [Error case for Elasticsearch config - although use_cert is true, no cert data are given.] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_nokeys.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_nokeys.yml:9 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '2238'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "2238"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudai1gylou/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudai1gylou/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDjBUIDNsNXiGGRXctO/HD7xnbWisT8anpJaqZp4oOwJGfLiLlh9k7alqvBAaxEcnun26Ah0r1cJbjjch2/zMKwocuQN6FFwlz1PGC96Gc/b8pgrRJeHsw3VEpdy5T6piMA/C2SdXvF1QGGZXvaigApcP5SPcP0FDhqAd6u2WDu5UY2MAY6imdupp+DWhF/zk5nj2oD3nl9ijwcBPdPUULpYbSfeBcEKlXQTLWYjOMAUvjaWZYR/aDc84q2jkSZBoqOIheo99yTYTrY8KS1+qaJl5wMHm4+f1IGG9jSm/2hjwlhmbe5O7IGN3IJXSM7+LLBk2kKlFS49esdDr8jD+35', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhsAwFwSw0HGj9bKAvSvSfScy/JikdsAY6eATjzr5kZfCxMDOUKpM/mk9Pve15vno8yR+HKCKHa1TPfsp0YvKQ=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAICoZGfvNMDGeVg/nEeMY2W4IGfpgOrRhBtgPaDiZQ83s', 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '694be484502146418a93ba954d5d07f7', 'fips': False, 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'is_chroot': False, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 33982 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 33982 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'iscsi_iqn': '', 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'fibre_channel_wwn': [], 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '30', 'second': '31', 'epoch': '1590647431', 'date': '2020-05-28', 'time': '06:30:31', 'iso8601_micro': '2020-05-28T06:30:31.979875Z', 'iso8601': '2020-05-28T06:30:31Z', 'iso8601_basic': '20200528T063031979733', 'iso8601_basic_short': '20200528T063031', 'tz': 'UTC', 'tz_offset': '+0000'}, 'pkg_mgr': 'dnf', 'dns': {'nameservers': ['10.0.2.3']}, 'hostnqn': '', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'lsb': {}, 'apparmor': {'status': 'disabled'}, 'ansible_local': {}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1498, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 483, 'free': 1498}, 'nocache': {'free': 1691, 'used': 290}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-30-18-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-30-18-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'interfaces': ['lo', 'eth0'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590647431", "hour": "06", "iso8601": "2020-05-28T06:30:31Z", "iso8601_basic": "20200528T063031979733", "iso8601_basic_short": "20200528T063031", "iso8601_micro": "2020-05-28T06:30:31.979875Z", "minute": "30", "month": "05", "second": "31", "time": "06:30:31", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-30-18-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-30-18-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 33982 22", "SSH_CONNECTION": "10.0.2.2 33982 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "694be484502146418a93ba954d5d07f7", "memfree_mb": 1498, "memory_mb": {"nocache": {"free": 1691, "used": 290}, "real": {"free": 1498, "total": 1981, "used": 483}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhsAwFwSw0HGj9bKAvSvSfScy/JikdsAY6eATjzr5kZfCxMDOUKpM/mk9Pve15vno8yR+HKCKHa1TPfsp0YvKQ=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICoZGfvNMDGeVg/nEeMY2W4IGfpgOrRhBtgPaDiZQ83s", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDjBUIDNsNXiGGRXctO/HD7xnbWisT8anpJaqZp4oOwJGfLiLlh9k7alqvBAaxEcnun26Ah0r1cJbjjch2/zMKwocuQN6FFwlz1PGC96Gc/b8pgrRJeHsw3VEpdy5T6piMA/C2SdXvF1QGGZXvaigApcP5SPcP0FDhqAd6u2WDu5UY2MAY6imdupp+DWhF/zk5nj2oD3nl9ijwcBPdPUULpYbSfeBcEKlXQTLWYjOMAUvjaWZYR/aDc84q2jkSZBoqOIheo99yTYTrY8KS1+qaJl5wMHm4+f1IGG9jSm/2hjwlhmbe5O7IGN3IJXSM7+LLBk2kKlFS49esdDr8jD+35", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDjBUIDNsNXiGGRXctO/HD7xnbWisT8anpJaqZp4oOwJGfLiLlh9k7alqvBAaxEcnun26Ah0r1cJbjjch2/zMKwocuQN6FFwlz1PGC96Gc/b8pgrRJeHsw3VEpdy5T6piMA/C2SdXvF1QGGZXvaigApcP5SPcP0FDhqAd6u2WDu5UY2MAY6imdupp+DWhF/zk5nj2oD3nl9ijwcBPdPUULpYbSfeBcEKlXQTLWYjOMAUvjaWZYR/aDc84q2jkSZBoqOIheo99yTYTrY8KS1+qaJl5wMHm4+f1IGG9jSm/2hjwlhmbe5O7IGN3IJXSM7+LLBk2kKlFS49esdDr8jD+35'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDjBUIDNsNXiGGRXctO/HD7xnbWisT8anpJaqZp4oOwJGfLiLlh9k7alqvBAaxEcnun26Ah0r1cJbjjch2/zMKwocuQN6FFwlz1PGC96Gc/b8pgrRJeHsw3VEpdy5T6piMA/C2SdXvF1QGGZXvaigApcP5SPcP0FDhqAd6u2WDu5UY2MAY6imdupp+DWhF/zk5nj2oD3nl9ijwcBPdPUULpYbSfeBcEKlXQTLWYjOMAUvjaWZYR/aDc84q2jkSZBoqOIheo99yTYTrY8KS1+qaJl5wMHm4+f1IGG9jSm/2hjwlhmbe5O7IGN3IJXSM7+LLBk2kKlFS49esdDr8jD+35"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhsAwFwSw0HGj9bKAvSvSfScy/JikdsAY6eATjzr5kZfCxMDOUKpM/mk9Pve15vno8yR+HKCKHa1TPfsp0YvKQ='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhsAwFwSw0HGj9bKAvSvSfScy/JikdsAY6eATjzr5kZfCxMDOUKpM/mk9Pve15vno8yR+HKCKHa1TPfsp0YvKQ="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAICoZGfvNMDGeVg/nEeMY2W4IGfpgOrRhBtgPaDiZQ83s'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAICoZGfvNMDGeVg/nEeMY2W4IGfpgOrRhBtgPaDiZQ83s"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '694be484502146418a93ba954d5d07f7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "694be484502146418a93ba954d5d07f7"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 33982 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 33982 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 33982 22", "SSH_CONNECTION": "10.0.2.2 33982 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '30', 'second': '31', 'epoch': '1590647431', 'date': '2020-05-28', 'time': '06:30:31', 'iso8601_micro': '2020-05-28T06:30:31.979875Z', 'iso8601': '2020-05-28T06:30:31Z', 'iso8601_basic': '20200528T063031979733', 'iso8601_basic_short': '20200528T063031', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590647431", "hour": "06", "iso8601": "2020-05-28T06:30:31Z", "iso8601_basic": "20200528T063031979733", "iso8601_basic_short": "20200528T063031", "iso8601_micro": "2020-05-28T06:30:31.979875Z", "minute": "30", "month": "05", "second": "31", "time": "06:30:31", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1498}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1498}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 483, 'free': 1498}, 'nocache': {'free': 1691, 'used': 290}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1691, "used": 290}, "real": {"free": 1498, "total": 1981, "used": 483}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-30-18-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-30-18-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-30-18-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-30-18-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__0dccfabf1d8ecbbc945b1085b7f01f89ea02abb4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__0dccfabf1d8ecbbc945b1085b7f01f89ea02abb4"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T063031"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T063031", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T063031/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590647482.0722706-232248-49237016734943/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590647482.9626768-232276-105518461967712/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590647483.5786426-232276-12647494609694/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input", "rsyslog_input_log_path": "/var/log/inputdirectory/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590647487.9297523-232355-152411870998942/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c7dc85ee23eb9a5f80e0d237be76539531f6aff1", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "md5sum": "7dc938d5a92987ab129fc32684f38890", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 236, "src": "/root/.ansible/tmp/ansible-tmp-1590647492.0660338-232403-8518940847877/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory/*.log" tag="files_input")\nif\n ($syslogtag == "files_input" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input")))\n then {\n call elasticsearch_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory/*.log\" tag=\"files_input\")\nif\n ($syslogtag == \"files_input\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input\")))\n then {\n call elasticsearch_output\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 failed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"index_prefix": "project.", "input_type": "ovirt", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch", "use_cert": true}, "msg": "Error: you specified use_cert: true; you must specify all 3 of ca_cert, cert, key, or all 3 of ca_cert_src, cert_src, key_src, or set use_cert: false in the elasticsearch output named elasticsearch_output"} TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_nokeys.yml:36 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Caught an expected error - [{'failed': True, 'msg': 'Error: you specified use_cert: true; you must specify all 3 of ca_cert, cert, key, or all 3 of ca_cert_src, cert_src, key_src, or set use_cert: false in the elasticsearch output named elasticsearch_output', '_ansible_no_log': False, 'changed': False, 'item': {'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}, 'ansible_loop_var': 'item', '_ansible_item_result': True, '_ansible_item_label': {'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'use_cert': True}}]" } TASK [assert...] *************************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_elasticsearch_use_local_cert_nokeys.yml:38 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=34 changed=7 unreachable=0 failed=0 skipped=16 rescued=1 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_files.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_files.yml ************************************************ 1 plays in /tmp/tmp669uc2bh/tests/tests_files_files.yml PLAY [Ensure that the role runs with parameters from two imfile inputs to two files outputs] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:13 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_loop_var": "item", "changed": false, "item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4178'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4178"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud37nrmv80/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud37nrmv80/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'fibre_channel_wwn': [], 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': 'de3723819fde4c3483af8fe98f1b87c5', 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDzR8gKX6Bw5aIRFHqa4wALdyYWf7l1x+oyVhvrN4to8p5E9b1W+bAOWjNZjpvY2aU9UJ0HlY5N0pbVN3dn0vciCpcK/Za4I2Nd+qJSVsfr/LeFxUXhmdmzw38ZpZfwhjvC2lpRsJBQz9lnpxi573w2fEw0AYl1a6GIRhbBk5kuimqmvTTssk5QQPIqx1oR4mSDsCpBfQVgqm5OjJ6+Wq/rAiuzgKAcACnKpVWqL5WsWHnBS9Zvuq8zdjEV1evxFTxHhHspluAhZHVIsjPc43mEWVh3x5DUpcB5U1PHkO6cbxNzuqpucufaKA6XoQU2xIc1mnIGzlRWI/gaGDnmcxWT', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFeoo2aRF/UdJLJeWr5FZO9l9k1Z8aJuWCNsgWiekJ+91nCYaV/zJggl+6HqGjFeoM68GG06oIxyXr+GqsaSxU=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIDVWMWLVbOJscVI9MZryiFi0fsepfcnm6sU2MBy2dWkO', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1497, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-31-34-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-31-34-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'apparmor': {'status': 'disabled'}, 'iscsi_iqn': '', 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'pkg_mgr': 'dnf', 'ansible_local': {}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'lsb': {}, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '31', 'second': '48', 'epoch': '1590647508', 'date': '2020-05-28', 'time': '06:31:48', 'iso8601_micro': '2020-05-28T06:31:48.502827Z', 'iso8601': '2020-05-28T06:31:48Z', 'iso8601_basic': '20200528T063148502711', 'iso8601_basic_short': '20200528T063148', 'tz': 'UTC', 'tz_offset': '+0000'}, 'fips': False, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 41746 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 41746 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'service_mgr': 'systemd', 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'is_chroot': False, 'hostnqn': '', 'dns': {'nameservers': ['10.0.2.3']}, 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590647508", "hour": "06", "iso8601": "2020-05-28T06:31:48Z", "iso8601_basic": "20200528T063148502711", "iso8601_basic_short": "20200528T063148", "iso8601_micro": "2020-05-28T06:31:48.502827Z", "minute": "31", "month": "05", "second": "48", "time": "06:31:48", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-31-34-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-31-34-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 41746 22", "SSH_CONNECTION": "10.0.2.2 41746 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "de3723819fde4c3483af8fe98f1b87c5", "memfree_mb": 1497, "memory_mb": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFeoo2aRF/UdJLJeWr5FZO9l9k1Z8aJuWCNsgWiekJ+91nCYaV/zJggl+6HqGjFeoM68GG06oIxyXr+GqsaSxU=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDVWMWLVbOJscVI9MZryiFi0fsepfcnm6sU2MBy2dWkO", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDzR8gKX6Bw5aIRFHqa4wALdyYWf7l1x+oyVhvrN4to8p5E9b1W+bAOWjNZjpvY2aU9UJ0HlY5N0pbVN3dn0vciCpcK/Za4I2Nd+qJSVsfr/LeFxUXhmdmzw38ZpZfwhjvC2lpRsJBQz9lnpxi573w2fEw0AYl1a6GIRhbBk5kuimqmvTTssk5QQPIqx1oR4mSDsCpBfQVgqm5OjJ6+Wq/rAiuzgKAcACnKpVWqL5WsWHnBS9Zvuq8zdjEV1evxFTxHhHspluAhZHVIsjPc43mEWVh3x5DUpcB5U1PHkO6cbxNzuqpucufaKA6XoQU2xIc1mnIGzlRWI/gaGDnmcxWT", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': 'de3723819fde4c3483af8fe98f1b87c5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "de3723819fde4c3483af8fe98f1b87c5"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDzR8gKX6Bw5aIRFHqa4wALdyYWf7l1x+oyVhvrN4to8p5E9b1W+bAOWjNZjpvY2aU9UJ0HlY5N0pbVN3dn0vciCpcK/Za4I2Nd+qJSVsfr/LeFxUXhmdmzw38ZpZfwhjvC2lpRsJBQz9lnpxi573w2fEw0AYl1a6GIRhbBk5kuimqmvTTssk5QQPIqx1oR4mSDsCpBfQVgqm5OjJ6+Wq/rAiuzgKAcACnKpVWqL5WsWHnBS9Zvuq8zdjEV1evxFTxHhHspluAhZHVIsjPc43mEWVh3x5DUpcB5U1PHkO6cbxNzuqpucufaKA6XoQU2xIc1mnIGzlRWI/gaGDnmcxWT'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDzR8gKX6Bw5aIRFHqa4wALdyYWf7l1x+oyVhvrN4to8p5E9b1W+bAOWjNZjpvY2aU9UJ0HlY5N0pbVN3dn0vciCpcK/Za4I2Nd+qJSVsfr/LeFxUXhmdmzw38ZpZfwhjvC2lpRsJBQz9lnpxi573w2fEw0AYl1a6GIRhbBk5kuimqmvTTssk5QQPIqx1oR4mSDsCpBfQVgqm5OjJ6+Wq/rAiuzgKAcACnKpVWqL5WsWHnBS9Zvuq8zdjEV1evxFTxHhHspluAhZHVIsjPc43mEWVh3x5DUpcB5U1PHkO6cbxNzuqpucufaKA6XoQU2xIc1mnIGzlRWI/gaGDnmcxWT"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFeoo2aRF/UdJLJeWr5FZO9l9k1Z8aJuWCNsgWiekJ+91nCYaV/zJggl+6HqGjFeoM68GG06oIxyXr+GqsaSxU='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFeoo2aRF/UdJLJeWr5FZO9l9k1Z8aJuWCNsgWiekJ+91nCYaV/zJggl+6HqGjFeoM68GG06oIxyXr+GqsaSxU="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIDVWMWLVbOJscVI9MZryiFi0fsepfcnm6sU2MBy2dWkO'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIDVWMWLVbOJscVI9MZryiFi0fsepfcnm6sU2MBy2dWkO"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1497}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1497}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 484, 'free': 1497}, 'nocache': {'free': 1690, 'used': 291}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1690, "used": 291}, "real": {"free": 1497, "total": 1981, "used": 484}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-31-34-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-31-34-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-31-34-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-31-34-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '31', 'second': '48', 'epoch': '1590647508', 'date': '2020-05-28', 'time': '06:31:48', 'iso8601_micro': '2020-05-28T06:31:48.502827Z', 'iso8601': '2020-05-28T06:31:48Z', 'iso8601_basic': '20200528T063148502711', 'iso8601_basic_short': '20200528T063148', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590647508", "hour": "06", "iso8601": "2020-05-28T06:31:48Z", "iso8601_basic": "20200528T063148502711", "iso8601_basic_short": "20200528T063148", "iso8601_micro": "2020-05-28T06:31:48.502827Z", "minute": "31", "month": "05", "second": "48", "time": "06:31:48", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 41746 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 41746 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 41746 22", "SSH_CONNECTION": "10.0.2.2 41746 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files_output0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_output1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files_output0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_output1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__ea3da36841187195e6e05dffd55f66498bdde61b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__ea3da36841187195e6e05dffd55f66498bdde61b"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T063148"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T063148", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T063148/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590647576.20478-232768-100588728196698/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590647577.0708685-232796-179054784334866/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590647577.6711543-232796-20083266930923/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input0', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory0/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input0", "rsyslog_input_log_path": "/var/log/inputdirectory0/*.log", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_input1', 'type': 'files', 'rsyslog_input_log_path': '/var/log/inputdirectory1/*.log'}) => {"ansible_facts": {"__rsyslog_conf_imfile_modules": [{"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": ["{{ __rsyslog_conf_imfile_modules }}"], "rsyslog_capabilities": [], "rsyslog_input_log_path": "/var/log/containers/*.log"}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/files/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "files_input1", "rsyslog_input_log_path": "/var/log/inputdirectory1/*.log", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "md5sum": "2590f7a290dc6d73d7d2312406df3368", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "src": "/root/.ansible/tmp/ansible-tmp-1590647582.1470284-232875-122884189623811/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input0', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory0/*.log" tag="files_input0")\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "75ab65d5169a4245e5697560b32688511ba37e1a", "dest": "/etc/rsyslog.d/90-input-files-files_input0.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input0", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory0/*.log\" tag=\"files_input0\")\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "md5sum": "b3460f3e57bada724ef67c0b04d96d91", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 368, "src": "/root/.ansible/tmp/ansible-tmp-1590647586.3827436-232923-54759973330320/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input0', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory0/*.log" tag="files_input0")\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input0", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory0/*.log\" tag=\"files_input0\")\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input1', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory1/*.log" tag="files_input1")\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c69e2a80ed6683d350e33242a8fcd157c46f6270", "dest": "/etc/rsyslog.d/90-input-files-files_input1.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input1", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory1/*.log\" tag=\"files_input1\")\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "md5sum": "552b1b4ec16d8fb1721de0b05c9722f1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 368, "src": "/root/.ansible/tmp/ansible-tmp-1590647590.5486748-232981-93783376583381/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input1', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory1/*.log" tag="files_input1")\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input1", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory1/*.log\" tag=\"files_input1\")\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "ebfad8aa66fdd22580236b4f37626b777b20d81c", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 91, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-modules", "sections": [{"comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input0', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory0/*.log" tag="files_input0")\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "75ab65d5169a4245e5697560b32688511ba37e1a", "dest": "/etc/rsyslog.d/90-input-files-files_input0.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input0", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory0/*.log\" tag=\"files_input0\")\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-files-files_input0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 368, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input0', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory0/*.log" tag="files_input0")\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input0" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input0")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input0", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory0/*.log\" tag=\"files_input0\")\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input0\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input0\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input1', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory1/*.log" tag="files_input1")\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "c69e2a80ed6683d350e33242a8fcd157c46f6270", "dest": "/etc/rsyslog.d/90-input-files-files_input1.conf", "gid": 0, "group": "root", "item": {"name": "input-files-files_input1", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory1/*.log\" tag=\"files_input1\")\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-files-files_input1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 368, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-files-files_input1', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(type="imfile" file="/var/log/inputdirectory1/*.log" tag="files_input1")\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output0\n}\nif\n ($syslogtag == "files_input1" or (strlen($.syslogtag) > 0 and ($.syslogtag == "files_input1")))\n then {\n call files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-files-files_input1", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/inputdirectory1/*.log\" tag=\"files_input1\")\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output0\n}\nif\n ($syslogtag == \"files_input1\" or (strlen($.syslogtag) > 0 and ($.syslogtag == \"files_input1\")))\n then {\n call files_output1\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_output1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590647607.3918748-233160-129907998750665/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "226ac73d604133da40f872ffc4ad7b98d2f39afa", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "md5sum": "7deef90ec3fcfeae0217662da26c8581", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 127, "src": "/root/.ansible/tmp/ansible-tmp-1590647611.5846028-233208-129241527089258/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "d617d49a205951e1d7d8b0816009800ecedf66b8", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "md5sum": "36193b434f10a9553b007d80380c4e33", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1590647615.6890152-233254-156403148930214/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "226ac73d604133da40f872ffc4ad7b98d2f39afa", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 127, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output0", "sections": [{"options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d617d49a205951e1d7d8b0816009800ecedf66b8", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_output1", "sections": [{"options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:43 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647629.6344082, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590647577.1144083, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3276, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647576.764408, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3549206316", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 9, "files": [{"atime": 1590647620.2374082, "ctime": 1590647608.0874083, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647607.853408, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647575.919408, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590647629.6344082, "ctime": 1590647577.7424083, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647577.5104082, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647629.6344082, "ctime": 1590647578.3594081, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647578.1374083, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647603.478408, "ctime": 1590647591.248408, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647591.0134082, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 368, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647599.3874083, "ctime": 1590647587.0794082, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647586.8384082, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 368, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647595.1614082, "ctime": 1590647582.8284082, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647582.6004083, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 91, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647628.649408, "ctime": 1590647616.366408, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647616.1384082, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output1.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": 1590647624.4334083, "ctime": 1590647612.2664082, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647612.0384083, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 9, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:33:49 UTC", "ActiveEnterTimestampMonotonic": "131737322", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:33:49 UTC", "AssertTimestampMonotonic": "131729492", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:33:49 UTC", "ConditionTimestampMonotonic": "131729492", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12286", "ExecMainStartTimestamp": "Thu 2020-05-28 06:33:49 UTC", "ExecMainStartTimestampMonotonic": "131731023", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:33:49 UTC] ; stop_time=[n/a] ; pid=12286 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:33:49 UTC", "InactiveExitTimestampMonotonic": "131731303", "InvocationID": "4e3f8b9d5e6b4ecc8d3278d87c06e917", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12286", "MemoryAccounting": "yes", "MemoryCurrent": "831488", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:33:49 UTC", "StateChangeTimestampMonotonic": "131737322", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:50 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:54 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:58 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:64 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010166", "end": "2020-05-28 06:33:51.524153", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:33:51.513987", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:33:50 UTC; 552ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 12514 (rsyslogd)\n Tasks: 2 (limit: 2343)\n Memory: 788.0K\n CGroup: /system.slice/rsyslog.service\n └─12514 /usr/sbin/rsyslogd -n\n\nMay 28 06:33:50 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 06:33:50 ibm-p8-kvm-03-guest-02 rsyslogd[12514]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12514\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:33:50 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:33:50 UTC; 552ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 12514 (rsyslogd)", " Tasks: 2 (limit: 2343)", " Memory: 788.0K", " CGroup: /system.slice/rsyslog.service", " └─12514 /usr/sbin/rsyslogd -n", "", "May 28 06:33:50 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 06:33:50 ibm-p8-kvm-03-guest-02 rsyslogd[12514]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12514\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:33:50 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service."]} TASK [Get the output files config stat] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:69 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647624.4334083, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "226ac73d604133da40f872ffc4ad7b98d2f39afa", "ctime": 1590647612.2664082, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647612.0384083, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "version": "2370846522", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the output files config exists] ********************************* task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:74 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:78 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", ".var.log.messages", "/etc/rsyslog.d/30-output-files-files_output0.conf"], "delta": "0:00:00.002518", "end": "2020-05-28 06:33:52.221865", "rc": 0, "start": "2020-05-28 06:33:52.219347", "stderr": "", "stderr_lines": [], "stdout": " *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages", "stdout_lines": [" *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages"]} TASK [Get the files config stat 0] ********************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:83 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647599.3874083, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "75ab65d5169a4245e5697560b32688511ba37e1a", "ctime": 1590647587.0794082, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647586.8384082, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 368, "uid": 0, "version": "3931692214", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the input files config exists 0] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:88 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the files config stat 1] ********************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:92 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647603.478408, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c69e2a80ed6683d350e33242a8fcd157c46f6270", "ctime": 1590647591.248408, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647591.0134082, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input1.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 368, "uid": 0, "version": "519563351", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the input files config exists 1] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:97 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep input file 0] ******************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:101 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "inputdirectory0", "/etc/rsyslog.d/90-input-files-files_input0.conf"], "delta": "0:00:00.002600", "end": "2020-05-28 06:33:53.316660", "rc": 0, "start": "2020-05-28 06:33:53.314060", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/inputdirectory0/*.log\" tag=\"files_input0\")", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/inputdirectory0/*.log\" tag=\"files_input0\")"]} TASK [Check the filter 0] ****************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:106 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep input file 1] ******************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:110 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "inputdirectory1", "/etc/rsyslog.d/90-input-files-files_input1.conf"], "delta": "0:00:00.002849", "end": "2020-05-28 06:33:53.665368", "rc": 0, "start": "2020-05-28 06:33:53.662519", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/inputdirectory1/*.log\" tag=\"files_input1\")", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/inputdirectory1/*.log\" tag=\"files_input1\")"]} TASK [Check the filter 1] ****************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_files.yml:115 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=81 changed=13 unreachable=0 failed=0 skipped=26 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_forwards.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_forwards.yml ********************************************* 1 plays in /tmp/tmp669uc2bh/tests/tests_files_forwards.yml PLAY [Ensure that the role runs with parameters from imjournal input to two omfiles and two omfwd outputs] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:10 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_loop_var": "item", "changed": false, "item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '5311'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "5311"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloud6_cu220c/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloud6_cu220c/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': 'ee688e482cde4cc0af3171856a3bf3a3', 'is_chroot': False, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDGIPfFVP3Uwp39TwOpqYVs45X6azf/VEVeH4Qhbvi1x/4qIoI3itK+TUMERua/35gHlaSI+/5/WqdHyDszU+NYdzLfZxPLXWQp9eacbpfN8NXEPUvL2tk5LMp6haMU+N6nRJ5NvmY/2SLbOMdVx3Rl20LWEgJR7LPDxJ3OKxUYNYm+1daNHA5wbinIivF7xm6pvZLEVP0ZH0IYJQNtBGEu3EUGVmIgToMVuYkNUGI13Eug6tw/C1Psd6y7YmDmDlb4v2/Y2M7PudpDdBZB3/zsA1FqTr0YObdlcQ//23EaGLpudYMK8bsUrA+qxaSNS0PeEijPIZdgQ7ER4TuVEhq/', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM31Dw0wDZBiBBrnNnywE3X6gSttri2lLYGZrETEi130N18P2QKiougY0ShKx40PdaOnaIBUtQtL4UJJcgeqRRk=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIFDlysL4c9tLa9H6jaqxtJGzo3/ZBGbyHqzw1jTuBsmX', 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 53754 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 53754 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'apparmor': {'status': 'disabled'}, 'ansible_local': {}, 'fibre_channel_wwn': [], 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1504, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 477, 'free': 1504}, 'nocache': {'free': 1697, 'used': 284}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-33-53-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-33-53-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'dns': {'nameservers': ['10.0.2.3']}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '34', 'second': '08', 'epoch': '1590647648', 'date': '2020-05-28', 'time': '06:34:08', 'iso8601_micro': '2020-05-28T06:34:08.084539Z', 'iso8601': '2020-05-28T06:34:08Z', 'iso8601_basic': '20200528T063408084448', 'iso8601_basic_short': '20200528T063408', 'tz': 'UTC', 'tz_offset': '+0000'}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'hostnqn': '', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'iscsi_iqn': '', 'interfaces': ['eth0', 'lo'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'lsb': {}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'service_mgr': 'systemd', 'fips': False, 'pkg_mgr': 'dnf', 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590647648", "hour": "06", "iso8601": "2020-05-28T06:34:08Z", "iso8601_basic": "20200528T063408084448", "iso8601_basic_short": "20200528T063408", "iso8601_micro": "2020-05-28T06:34:08.084539Z", "minute": "34", "month": "05", "second": "08", "time": "06:34:08", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-33-53-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-33-53-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 53754 22", "SSH_CONNECTION": "10.0.2.2 53754 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["eth0", "lo"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "ee688e482cde4cc0af3171856a3bf3a3", "memfree_mb": 1504, "memory_mb": {"nocache": {"free": 1697, "used": 284}, "real": {"free": 1504, "total": 1981, "used": 477}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM31Dw0wDZBiBBrnNnywE3X6gSttri2lLYGZrETEi130N18P2QKiougY0ShKx40PdaOnaIBUtQtL4UJJcgeqRRk=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFDlysL4c9tLa9H6jaqxtJGzo3/ZBGbyHqzw1jTuBsmX", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDGIPfFVP3Uwp39TwOpqYVs45X6azf/VEVeH4Qhbvi1x/4qIoI3itK+TUMERua/35gHlaSI+/5/WqdHyDszU+NYdzLfZxPLXWQp9eacbpfN8NXEPUvL2tk5LMp6haMU+N6nRJ5NvmY/2SLbOMdVx3Rl20LWEgJR7LPDxJ3OKxUYNYm+1daNHA5wbinIivF7xm6pvZLEVP0ZH0IYJQNtBGEu3EUGVmIgToMVuYkNUGI13Eug6tw/C1Psd6y7YmDmDlb4v2/Y2M7PudpDdBZB3/zsA1FqTr0YObdlcQ//23EaGLpudYMK8bsUrA+qxaSNS0PeEijPIZdgQ7ER4TuVEhq/", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': 'ee688e482cde4cc0af3171856a3bf3a3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "ee688e482cde4cc0af3171856a3bf3a3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDGIPfFVP3Uwp39TwOpqYVs45X6azf/VEVeH4Qhbvi1x/4qIoI3itK+TUMERua/35gHlaSI+/5/WqdHyDszU+NYdzLfZxPLXWQp9eacbpfN8NXEPUvL2tk5LMp6haMU+N6nRJ5NvmY/2SLbOMdVx3Rl20LWEgJR7LPDxJ3OKxUYNYm+1daNHA5wbinIivF7xm6pvZLEVP0ZH0IYJQNtBGEu3EUGVmIgToMVuYkNUGI13Eug6tw/C1Psd6y7YmDmDlb4v2/Y2M7PudpDdBZB3/zsA1FqTr0YObdlcQ//23EaGLpudYMK8bsUrA+qxaSNS0PeEijPIZdgQ7ER4TuVEhq/'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDGIPfFVP3Uwp39TwOpqYVs45X6azf/VEVeH4Qhbvi1x/4qIoI3itK+TUMERua/35gHlaSI+/5/WqdHyDszU+NYdzLfZxPLXWQp9eacbpfN8NXEPUvL2tk5LMp6haMU+N6nRJ5NvmY/2SLbOMdVx3Rl20LWEgJR7LPDxJ3OKxUYNYm+1daNHA5wbinIivF7xm6pvZLEVP0ZH0IYJQNtBGEu3EUGVmIgToMVuYkNUGI13Eug6tw/C1Psd6y7YmDmDlb4v2/Y2M7PudpDdBZB3/zsA1FqTr0YObdlcQ//23EaGLpudYMK8bsUrA+qxaSNS0PeEijPIZdgQ7ER4TuVEhq/"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM31Dw0wDZBiBBrnNnywE3X6gSttri2lLYGZrETEi130N18P2QKiougY0ShKx40PdaOnaIBUtQtL4UJJcgeqRRk='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM31Dw0wDZBiBBrnNnywE3X6gSttri2lLYGZrETEi130N18P2QKiougY0ShKx40PdaOnaIBUtQtL4UJJcgeqRRk="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIFDlysL4c9tLa9H6jaqxtJGzo3/ZBGbyHqzw1jTuBsmX'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIFDlysL4c9tLa9H6jaqxtJGzo3/ZBGbyHqzw1jTuBsmX"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 53754 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 53754 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 53754 22", "SSH_CONNECTION": "10.0.2.2 53754 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1504}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1504}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 477, 'free': 1504}, 'nocache': {'free': 1697, 'used': 284}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1697, "used": 284}, "real": {"free": 1504, "total": 1981, "used": 477}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-33-53-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-33-53-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-33-53-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-33-53-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '34', 'second': '08', 'epoch': '1590647648', 'date': '2020-05-28', 'time': '06:34:08', 'iso8601_micro': '2020-05-28T06:34:08.084539Z', 'iso8601': '2020-05-28T06:34:08Z', 'iso8601_basic': '20200528T063408084448', 'iso8601_basic_short': '20200528T063408', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590647648", "hour": "06", "iso8601": "2020-05-28T06:34:08Z", "iso8601_basic": "20200528T063408084448", "iso8601_basic_short": "20200528T063408", "iso8601_micro": "2020-05-28T06:34:08.084539Z", "minute": "34", "month": "05", "second": "08", "time": "06:34:08", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['eth0', 'lo']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["eth0", "lo"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': [{'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}, {'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}, {'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}, {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__4e5e064641359e2eafcca6f52d2a17e9ba9d694c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__4e5e064641359e2eafcca6f52d2a17e9ba9d694c"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T063408"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T063408", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T063408/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590647771.2693021-233933-160103096533438/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590647772.2214777-233961-278091223983147/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590647772.8367763-233961-54605555311265/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input0', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input0", "type": "basics"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590647777.2887082-234040-218105342594668/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "681de0f7b7eaf9276f7bdac676673154230ce7fe", "dest": "/etc/rsyslog.d/11-input-basics-basic_input0.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input0", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "9ca6f8e52b8bcca5b593b7f28cbdcd3c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 310, "src": "/root/.ansible/tmp/ansible-tmp-1590647781.8942697-234102-61417601626659/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call files_test0\n}\nif\n ($inputname == "imjournal")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input0", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call files_test0\n}\nif\n ($inputname == \"imjournal\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"exclude": ["authpriv.none", "auth.none", "cron.none", "mail.none"], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590647786.2481263-234154-35120970082899/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "md5sum": "b0ab58ced7d24adb5c768e25b861eab2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "src": "/root/.ansible/tmp/ansible-tmp-1590647790.4743888-234206-180802848454681/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "md5sum": "a2e0b8b19e459460c23f0f4ead00337a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "src": "/root/.ansible/tmp/ansible-tmp-1590647794.8412986-234252-279687171566815/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": 173, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 125, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test0", "sections": [{"options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "982fd08c83affcc43415f20a1444b2bf16416a97", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 88, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-files_test1", "sections": [{"options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "6719c40859e8faf12c0a79f69b045a0a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "src": "/root/.ansible/tmp/ansible-tmp-1590647815.5799017-234463-251080969207253/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "c28520b9fdb77456e7a530b54a8403e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "src": "/root/.ansible/tmp/ansible-tmp-1590647819.775404-234518-120613791296836/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:49 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647833.6308937, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590647772.2518938, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647771.8458936, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1957041753", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 10, "files": [{"atime": 1590647799.5058937, "ctime": 1590647786.9198937, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647786.6898937, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647803.6878936, "ctime": 1590647791.1998937, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647790.9508936, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647770.9448936, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590647833.6308937, "ctime": 1590647772.9018936, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647772.6688936, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647833.6308937, "ctime": 1590647773.5278935, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647773.2878938, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647833.6308937, "ctime": 1590647777.9848936, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647777.7448936, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647828.5288937, "ctime": 1590647816.2598937, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647816.0258937, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647833.6308937, "ctime": 1590647782.5708938, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647782.3378937, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647807.8338938, "ctime": 1590647795.5288937, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647795.2878938, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 88, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647832.6388936, "ctime": 1590647820.4628937, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647820.2298937, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 10, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:37:13 UTC", "ActiveEnterTimestampMonotonic": "195786259", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:37:13 UTC", "AssertTimestampMonotonic": "195777817", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:37:13 UTC", "ConditionTimestampMonotonic": "195777817", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12672", "ExecMainStartTimestamp": "Thu 2020-05-28 06:37:13 UTC", "ExecMainStartTimestampMonotonic": "195779481", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:37:13 UTC] ; stop_time=[n/a] ; pid=12672 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:37:13 UTC", "InactiveExitTimestampMonotonic": "195779789", "InvocationID": "02c6fa9a783e47188b10313bf3cfe9bd", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12672", "MemoryAccounting": "yes", "MemoryCurrent": "2306048", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:37:13 UTC", "StateChangeTimestampMonotonic": "195786259", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:56 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:64 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:70 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010958", "end": "2020-05-28 06:37:15.858984", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:37:15.848026", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:37:15 UTC; 563ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 12902 (rsyslogd)\n Tasks: 3 (limit: 2343)\n Memory: 1.3M\n CGroup: /system.slice/rsyslog.service\n └─12902 /usr/sbin/rsyslogd -n\n\nMay 28 06:37:15 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 06:37:15 ibm-p8-kvm-03-guest-02 rsyslogd[12902]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12902\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:37:15 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.\nMay 28 06:37:15 ibm-p8-kvm-03-guest-02 rsyslogd[12902]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:37:15 UTC; 563ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 12902 (rsyslogd)", " Tasks: 3 (limit: 2343)", " Memory: 1.3M", " CGroup: /system.slice/rsyslog.service", " └─12902 /usr/sbin/rsyslogd -n", "", "May 28 06:37:15 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 06:37:15 ibm-p8-kvm-03-guest-02 rsyslogd[12902]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12902\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:37:15 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "May 28 06:37:15 ibm-p8-kvm-03-guest-02 rsyslogd[12902]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:75 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647803.6878936, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "985f715e5edc64f813d23d8bace32d73035dd8e2", "ctime": 1590647791.1998937, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647790.9508936, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 125, "uid": 0, "version": "1205343980", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the files config exists] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:80 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:84 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", ".var.log.messages", "/etc/rsyslog.d/30-output-files-files_test0.conf"], "delta": "0:00:00.003210", "end": "2020-05-28 06:37:16.585479", "rc": 0, "start": "2020-05-28 06:37:16.582269", "stderr": "", "stderr_lines": [], "stdout": " *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages", "stdout_lines": [" *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:89 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Run logger to generate a test log message] ******************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:93 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0000"], "delta": "0:00:00.003503", "end": "2020-05-28 06:37:16.960350", "rc": 0, "start": "2020-05-28 06:37:16.956847", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:97 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "testMessage0000", "/var/log/messages"], "delta": "0:00:00.003204", "end": "2020-05-28 06:37:17.290354", "rc": 0, "start": "2020-05-28 06:37:17.287150", "stderr": "", "stderr_lines": [], "stdout": "May 28 06:37:16 ibm-p8-kvm-03-guest-02 ansible-command[13201]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 28 06:37:16 ibm-p8-kvm-03-guest-02 testTag0[13202]: testMessage0000", "stdout_lines": ["May 28 06:37:16 ibm-p8-kvm-03-guest-02 ansible-command[13201]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "May 28 06:37:16 ibm-p8-kvm-03-guest-02 testTag0[13202]: testMessage0000"]} TASK [Check if the test message is in /var/log/messages] *********************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:102 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the forwarding config stat] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:106 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647828.5288937, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "ctime": 1590647816.2598937, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647816.0258937, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "version": "2052663850", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the forwarding config exists] *********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:111 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep severity_and_facility] ********************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:115 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "action.*forwards_severity_and_facility\\>", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf"], "delta": "0:00:00.002835", "end": "2020-05-28 06:37:18.037288", "rc": 0, "start": "2020-05-28 06:37:18.034453", "stderr": "", "stderr_lines": [], "stdout": " local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")", "stdout_lines": [" local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")"]} TASK [Check severity_and_facility] ********************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards.yml:120 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=89 changed=14 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_files_forwards_implicit.yml ************************************ 1 plays in /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml PLAY [Ensure that the role runs with parameters from imjournal to two omfwd outputs and implicit omfile output] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to output into local files] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:10 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"name": "default_files", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '2870'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "2870"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudj0nnpvh2/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudj0nnpvh2/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDI4xQkXXo1FPEBESJFZg7xMdHygEOirmPrWx/s1+ywNPzX37okm3MZlVa9fBvX9RAI/6TrRSCXUyJLPNz71iekWO1FUEEfbxuly6FL0M4LzbfhYJJJiF8md+Z5ixBOxY9cTMequYyP36512b1B19d6I+Wx9UT6b90wbzYJY/6G0kBWG3G6UlBfnCeAjbKrzdAinsaKRnHi5qladZG9BZsj+pgpz3y49iji3vOUdagjvNaSEE1m/AjFgDAlNa4Is48uCzBlpJ6PT1tlxePUs/s5G4JYw9DJrMmlurpjaEjmKKZ6iyNAnVu21MxsIIvo2SZxBvkn5AAUEHam9NJeNQMV', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPOHmZY94HcnsPFSrEn0sRZXkKCTjr5Wopd6ZbpAAYFy+AH0jcR+3dprZ/+NE3g8Fz7TIVAV32Q3tpHCMd+T14E=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAICOuvTFGOe1YLygMeeUs33QBJL1M1cNTF/y1f8yuNGbh', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'is_chroot': False, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 58492 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 58492 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'domain': 'virt.pnr.lab.eng.rdu2.redhat.com', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '3238dd9fbf6d435faf890474321d10a2', 'fips': False, 'ansible_local': {}, 'lsb': {}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '37', 'second': '32', 'epoch': '1590647852', 'date': '2020-05-28', 'time': '06:37:32', 'iso8601_micro': '2020-05-28T06:37:32.103616Z', 'iso8601': '2020-05-28T06:37:32Z', 'iso8601_basic': '20200528T063732103530', 'iso8601_basic_short': '20200528T063732', 'tz': 'UTC', 'tz_offset': '+0000'}, 'hostnqn': '', 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'dns': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}, 'iscsi_iqn': '', 'apparmor': {'status': 'disabled'}, 'fibre_channel_wwn': [], 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1500, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 481, 'free': 1500}, 'nocache': {'free': 1693, 'used': 288}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-37-18-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-37-18-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'interfaces': ['eth0', 'lo'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'pkg_mgr': 'dnf', 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590647852", "hour": "06", "iso8601": "2020-05-28T06:37:32Z", "iso8601_basic": "20200528T063732103530", "iso8601_basic_short": "20200528T063732", "iso8601_micro": "2020-05-28T06:37:32.103616Z", "minute": "37", "month": "05", "second": "32", "time": "06:37:32", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-37-18-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-37-18-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}, "domain": "virt.pnr.lab.eng.rdu2.redhat.com", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 58492 22", "SSH_CONNECTION": "10.0.2.2 58492 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["eth0", "lo"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "3238dd9fbf6d435faf890474321d10a2", "memfree_mb": 1500, "memory_mb": {"nocache": {"free": 1693, "used": 288}, "real": {"free": 1500, "total": 1981, "used": 481}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPOHmZY94HcnsPFSrEn0sRZXkKCTjr5Wopd6ZbpAAYFy+AH0jcR+3dprZ/+NE3g8Fz7TIVAV32Q3tpHCMd+T14E=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICOuvTFGOe1YLygMeeUs33QBJL1M1cNTF/y1f8yuNGbh", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDI4xQkXXo1FPEBESJFZg7xMdHygEOirmPrWx/s1+ywNPzX37okm3MZlVa9fBvX9RAI/6TrRSCXUyJLPNz71iekWO1FUEEfbxuly6FL0M4LzbfhYJJJiF8md+Z5ixBOxY9cTMequYyP36512b1B19d6I+Wx9UT6b90wbzYJY/6G0kBWG3G6UlBfnCeAjbKrzdAinsaKRnHi5qladZG9BZsj+pgpz3y49iji3vOUdagjvNaSEE1m/AjFgDAlNa4Is48uCzBlpJ6PT1tlxePUs/s5G4JYw9DJrMmlurpjaEjmKKZ6iyNAnVu21MxsIIvo2SZxBvkn5AAUEHam9NJeNQMV", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDI4xQkXXo1FPEBESJFZg7xMdHygEOirmPrWx/s1+ywNPzX37okm3MZlVa9fBvX9RAI/6TrRSCXUyJLPNz71iekWO1FUEEfbxuly6FL0M4LzbfhYJJJiF8md+Z5ixBOxY9cTMequYyP36512b1B19d6I+Wx9UT6b90wbzYJY/6G0kBWG3G6UlBfnCeAjbKrzdAinsaKRnHi5qladZG9BZsj+pgpz3y49iji3vOUdagjvNaSEE1m/AjFgDAlNa4Is48uCzBlpJ6PT1tlxePUs/s5G4JYw9DJrMmlurpjaEjmKKZ6iyNAnVu21MxsIIvo2SZxBvkn5AAUEHam9NJeNQMV'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDI4xQkXXo1FPEBESJFZg7xMdHygEOirmPrWx/s1+ywNPzX37okm3MZlVa9fBvX9RAI/6TrRSCXUyJLPNz71iekWO1FUEEfbxuly6FL0M4LzbfhYJJJiF8md+Z5ixBOxY9cTMequYyP36512b1B19d6I+Wx9UT6b90wbzYJY/6G0kBWG3G6UlBfnCeAjbKrzdAinsaKRnHi5qladZG9BZsj+pgpz3y49iji3vOUdagjvNaSEE1m/AjFgDAlNa4Is48uCzBlpJ6PT1tlxePUs/s5G4JYw9DJrMmlurpjaEjmKKZ6iyNAnVu21MxsIIvo2SZxBvkn5AAUEHam9NJeNQMV"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPOHmZY94HcnsPFSrEn0sRZXkKCTjr5Wopd6ZbpAAYFy+AH0jcR+3dprZ/+NE3g8Fz7TIVAV32Q3tpHCMd+T14E='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPOHmZY94HcnsPFSrEn0sRZXkKCTjr5Wopd6ZbpAAYFy+AH0jcR+3dprZ/+NE3g8Fz7TIVAV32Q3tpHCMd+T14E="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAICOuvTFGOe1YLygMeeUs33QBJL1M1cNTF/y1f8yuNGbh'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAICOuvTFGOe1YLygMeeUs33QBJL1M1cNTF/y1f8yuNGbh"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 58492 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 58492 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 58492 22", "SSH_CONNECTION": "10.0.2.2 58492 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': 'virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": "virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '3238dd9fbf6d435faf890474321d10a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "3238dd9fbf6d435faf890474321d10a2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '37', 'second': '32', 'epoch': '1590647852', 'date': '2020-05-28', 'time': '06:37:32', 'iso8601_micro': '2020-05-28T06:37:32.103616Z', 'iso8601': '2020-05-28T06:37:32Z', 'iso8601_basic': '20200528T063732103530', 'iso8601_basic_short': '20200528T063732', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590647852", "hour": "06", "iso8601": "2020-05-28T06:37:32Z", "iso8601_basic": "20200528T063732103530", "iso8601_basic_short": "20200528T063732", "iso8601_micro": "2020-05-28T06:37:32.103616Z", "minute": "37", "month": "05", "second": "32", "time": "06:37:32", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1500}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1500}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 481, 'free': 1500}, 'nocache': {'free': 1693, 'used': 288}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1693, "used": 288}, "real": {"free": 1500, "total": 1981, "used": 481}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-37-18-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-37-18-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-37-18-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-37-18-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['eth0', 'lo']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["eth0", "lo"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': [{'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": [{"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'default_files', 'type': 'files'}, {'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"name": "default_files", "type": "files"}, {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__d1a08b5110beb49d2ce568e172575aa2238f468d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__d1a08b5110beb49d2ce568e172575aa2238f468d"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T063732"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T063732", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T063732/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590647932.4082687-235154-232339868508853/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590647933.291043-235182-251186061792192/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590647933.901134-235182-56730343967929/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input0', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input0", "type": "basics"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590647938.24256-235261-13843086117910/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "de09ac822511e29c4da7b531244acbf4b46cb9c4", "dest": "/etc/rsyslog.d/11-input-basics-basic_input0.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input0", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "c34e081903980ea30fc5829b0a1c7111", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 247, "src": "/root/.ansible/tmp/ansible-tmp-1590647942.7350829-235323-212673817682962/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards_facility_only\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input0", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards_facility_only\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local1", "name": "forwards_severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local2", "name": "forwards_facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590647947.0384727-235375-212653991738213/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590647951.2016575-235429-69551034732447/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "6719c40859e8faf12c0a79f69b045a0a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "src": "/root/.ansible/tmp/ansible-tmp-1590647959.2607152-235513-140163430846413/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "c28520b9fdb77456e7a530b54a8403e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "src": "/root/.ansible/tmp/ansible-tmp-1590647963.3647332-235559-10385991333465/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.virt.pnr.lab.eng.rdu2.redhat.com\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3b5a7e7336429fa88b8b0cfe31df1493adb74c49", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards_facility_only", "sections": [{"options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:36 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647976.8178518, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590647933.091852, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647932.772852, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1049576669", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 9, "files": [{"atime": 1590647976.8178518, "ctime": 1590647947.4958518, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647947.2488518, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647976.8178518, "ctime": 1590647951.6458519, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647951.4128518, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647931.8768518, "ctime": 1556244221.276564, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 154908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1548949719.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": 1590647976.8178518, "ctime": 1590647933.739852, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647933.513852, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647976.8178518, "ctime": 1590647934.3408518, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647934.105852, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647976.8178518, "ctime": 1590647938.6968517, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647938.4618518, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647971.558852, "ctime": 1590647959.693852, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647959.4698517, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647976.8178518, "ctime": 1590647943.1858518, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647942.950852, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 247, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590647975.8208518, "ctime": 1590647963.8018517, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590647963.5718517, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 9, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:39:36 UTC", "ActiveEnterTimestampMonotonic": "134941423", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:39:36 UTC", "AssertTimestampMonotonic": "134934580", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:39:36 UTC", "ConditionTimestampMonotonic": "134934580", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11899", "ExecMainStartTimestamp": "Thu 2020-05-28 06:39:36 UTC", "ExecMainStartTimestampMonotonic": "134936140", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:39:36 UTC] ; stop_time=[n/a] ; pid=11899 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:39:36 UTC", "InactiveExitTimestampMonotonic": "134936390", "InvocationID": "29028327b74a4bc886899764a77733d1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11899", "MemoryAccounting": "yes", "MemoryCurrent": "21819392", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:39:36 UTC", "StateChangeTimestampMonotonic": "134941423", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:43 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:57 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010900", "end": "2020-05-28 06:39:39.052676", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:39:39.041776", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:39:38 UTC; 518ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 12130 (rsyslogd)\n Tasks: 3 (limit: 2343)\n Memory: 1.3M\n CGroup: /system.slice/rsyslog.service\n └─12130 /usr/sbin/rsyslogd -n\n\nMay 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...\nMay 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.\nMay 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[12130]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12130\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[12130]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:39:38 UTC; 518ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 12130 (rsyslogd)", " Tasks: 3 (limit: 2343)", " Memory: 1.3M", " CGroup: /system.slice/rsyslog.service", " └─12130 /usr/sbin/rsyslogd -n", "", "May 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Starting System Logging Service...", "May 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com systemd[1]: Started System Logging Service.", "May 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[12130]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12130\" x-info=\"https://www.rsyslog.com\"] start", "May 28 06:39:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com rsyslogd[12130]: imjournal: journal files changed, reloading... [v8.2002.0 try https://www.rsyslog.com/e/0 ]"]} TASK [Get the files config stat] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:62 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647976.8178518, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "ctime": 1590647951.6458519, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647951.4128518, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "version": "3149215786", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the files config exists] **************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:67 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep output to messages line] ******************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:71 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", ".var.log.messages", "/etc/rsyslog.d/30-output-files-default_files.conf"], "delta": "0:00:00.002804", "end": "2020-05-28 06:39:39.747285", "rc": 0, "start": "2020-05-28 06:39:39.744481", "stderr": "", "stderr_lines": [], "stdout": " *.info;mail.none;authpriv.none;cron.none /var/log/messages", "stdout_lines": [" *.info;mail.none;authpriv.none;cron.none /var/log/messages"]} TASK [Check the filter] ******************************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:76 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Run logger to generate a test log message] ******************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:80 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0000"], "delta": "0:00:00.003330", "end": "2020-05-28 06:39:40.125606", "rc": 0, "start": "2020-05-28 06:39:40.122276", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:84 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "testMessage0000", "/var/log/messages"], "delta": "0:00:00.003626", "end": "2020-05-28 06:39:40.447781", "rc": 0, "start": "2020-05-28 06:39:40.444155", "stderr": "", "stderr_lines": [], "stdout": "May 28 06:39:40 ibm-p8-kvm-03-guest-02 ansible-command[12429]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 28 06:39:40 ibm-p8-kvm-03-guest-02 testTag0[12430]: testMessage0000", "stdout_lines": ["May 28 06:39:40 ibm-p8-kvm-03-guest-02 ansible-command[12429]: Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0000 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "May 28 06:39:40 ibm-p8-kvm-03-guest-02 testTag0[12430]: testMessage0000"]} TASK [Check if the test message is in /var/log/messages] *********************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:89 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get the forwarding config stat] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:93 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590647971.558852, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6077823dea3dcb4d6f4f1699d3dba5f56f3f387c", "ctime": 1590647959.693852, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590647959.4698517, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "version": "2386813247", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the forwarding config exists] *********************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:98 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep severity_and_facility] ********************************************** task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:102 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf"], "delta": "0:00:00.002593", "end": "2020-05-28 06:39:41.197993", "rc": 0, "start": "2020-05-28 06:39:41.195400", "stderr": "", "stderr_lines": [], "stdout": " local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")", "stdout_lines": [" local1.info action(name=\"forwards_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")"]} TASK [Check severity_and_facility] ********************************************* task path: /tmp/tmp669uc2bh/tests/tests_files_forwards_implicit.yml:107 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=77 changed=13 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_forwards.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_forwards.yml *************************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_forwards.yml PLAY [Ensure that the role runs from imjournal inputs to the multiple omfwd output with noop configs] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [Deploy rsyslog config on the target host] ******************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:16 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": [{"facility": "local1", "name": "forwards-severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards-facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-severity_only", "port": 3514, "protocol": "tcp", "severity": "err", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility", "port": 4514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol", "port": 5514, "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_udp", "port": 6514, "protocol": "udp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol_port", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"name": "default_files", "type": "files"}, {"facility": "local1", "name": "forwards-severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards-facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-severity_only", "port": 3514, "protocol": "tcp", "severity": "err", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility", "port": 4514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol", "port": 5514, "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_udp", "port": 6514, "protocol": "udp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol_port", "target": "host.domain", "type": "forwards"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local1", "name": "forwards-severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "local2", "name": "forwards-facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-severity_only', 'type': 'forwards', 'severity': 'err', 'protocol': 'tcp', 'target': 'host.domain', 'port': 3514}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "forwards-severity_only", "port": 3514, "protocol": "tcp", "severity": "err", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility', 'type': 'forwards', 'protocol': 'tcp', 'target': 'host.domain', 'port': 4514}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "forwards-no_severity_and_facility", "port": 4514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility_protocol', 'type': 'forwards', 'target': 'host.domain', 'port': 5514}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "forwards-no_severity_and_facility_protocol", "port": 5514, "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility_udp', 'type': 'forwards', 'protocol': 'udp', 'target': 'host.domain', 'port': 6514}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "forwards-no_severity_and_facility_udp", "port": 6514, "protocol": "udp", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility_protocol_port', 'type': 'forwards', 'target': 'host.domain'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "forwards-no_severity_and_facility_protocol_port", "target": "host.domain", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility_protocol_port_target', 'type': 'forwards'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "forwards-no_severity_and_facility_protocol_port_target", "type": "forwards"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'target': 'no_name.localdomain', 'type': 'forwards'}) => {"ansible_loop_var": "item", "changed": false, "item": {"target": "no_name.localdomain", "type": "forwards"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '2475'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "2475"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudb1my_0oj/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudb1my_0oj/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCbPiEmOyu9iGmP2ouUDKw8IshLZJiOBt2WfyS8tENiJzi8bPVT/YHJb/gWM3Aw4S31ckDvGtUV5N+P36yTu6/eWJlB1C13uKfvu9ySyOQU7SDXbYPnd6afWc4c95owO1qWQFCJ6HnKG0hYIDiOCuW4npfAQS7SVD60QtbOZkydw3jVIPYrHdwX4Z9QNx+sBAA8oQyaw728Z8EYyeY+DvZGNOUGA7jY9xGy5nPF0STgbNIV0h4nPY8wb1BCXdArgLSJXgFAbRJmkcy+btJcMVRyI0xsBzUUl4Fk/y44pEdzaPk1ZyUZWDyUFxckMMDv46GnWKoiIbN39l/C9I8XbyE5', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM0mjsZnBR9sDdkZLP4/icfTC3wOM9DAKEJ5v6h98txXPjNVLMZOXXG48w5xRxAaCNA8vHvA8BngB7yheHkNOTg=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIP39uJtT5n8qn7PYxbXjTpYuOG4lgyLOXVoqInj6CS/s', 'ansible_local': {}, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': 'f3d5e819332b49b1af8461322887a1d1', 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'fibre_channel_wwn': [], 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'lsb': {}, 'is_chroot': False, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'apparmor': {'status': 'disabled'}, 'dns': {'nameservers': ['10.0.2.3']}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '39', 'second': '55', 'epoch': '1590647995', 'date': '2020-05-28', 'time': '06:39:55', 'iso8601_micro': '2020-05-28T06:39:55.403291Z', 'iso8601': '2020-05-28T06:39:55Z', 'iso8601_basic': '20200528T063955403222', 'iso8601_basic_short': '20200528T063955', 'tz': 'UTC', 'tz_offset': '+0000'}, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34026 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34026 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'pkg_mgr': 'dnf', 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1502, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 479, 'free': 1502}, 'nocache': {'free': 1695, 'used': 286}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-39-41-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-39-41-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'fips': False, 'iscsi_iqn': '', 'hostnqn': '', 'interfaces': ['lo', 'eth0'], 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590647995", "hour": "06", "iso8601": "2020-05-28T06:39:55Z", "iso8601_basic": "20200528T063955403222", "iso8601_basic_short": "20200528T063955", "iso8601_micro": "2020-05-28T06:39:55.403291Z", "minute": "39", "month": "05", "second": "55", "time": "06:39:55", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-39-41-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-39-41-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34026 22", "SSH_CONNECTION": "10.0.2.2 34026 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["lo", "eth0"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "f3d5e819332b49b1af8461322887a1d1", "memfree_mb": 1502, "memory_mb": {"nocache": {"free": 1695, "used": 286}, "real": {"free": 1502, "total": 1981, "used": 479}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM0mjsZnBR9sDdkZLP4/icfTC3wOM9DAKEJ5v6h98txXPjNVLMZOXXG48w5xRxAaCNA8vHvA8BngB7yheHkNOTg=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIP39uJtT5n8qn7PYxbXjTpYuOG4lgyLOXVoqInj6CS/s", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCbPiEmOyu9iGmP2ouUDKw8IshLZJiOBt2WfyS8tENiJzi8bPVT/YHJb/gWM3Aw4S31ckDvGtUV5N+P36yTu6/eWJlB1C13uKfvu9ySyOQU7SDXbYPnd6afWc4c95owO1qWQFCJ6HnKG0hYIDiOCuW4npfAQS7SVD60QtbOZkydw3jVIPYrHdwX4Z9QNx+sBAA8oQyaw728Z8EYyeY+DvZGNOUGA7jY9xGy5nPF0STgbNIV0h4nPY8wb1BCXdArgLSJXgFAbRJmkcy+btJcMVRyI0xsBzUUl4Fk/y44pEdzaPk1ZyUZWDyUFxckMMDv46GnWKoiIbN39l/C9I8XbyE5", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCbPiEmOyu9iGmP2ouUDKw8IshLZJiOBt2WfyS8tENiJzi8bPVT/YHJb/gWM3Aw4S31ckDvGtUV5N+P36yTu6/eWJlB1C13uKfvu9ySyOQU7SDXbYPnd6afWc4c95owO1qWQFCJ6HnKG0hYIDiOCuW4npfAQS7SVD60QtbOZkydw3jVIPYrHdwX4Z9QNx+sBAA8oQyaw728Z8EYyeY+DvZGNOUGA7jY9xGy5nPF0STgbNIV0h4nPY8wb1BCXdArgLSJXgFAbRJmkcy+btJcMVRyI0xsBzUUl4Fk/y44pEdzaPk1ZyUZWDyUFxckMMDv46GnWKoiIbN39l/C9I8XbyE5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCbPiEmOyu9iGmP2ouUDKw8IshLZJiOBt2WfyS8tENiJzi8bPVT/YHJb/gWM3Aw4S31ckDvGtUV5N+P36yTu6/eWJlB1C13uKfvu9ySyOQU7SDXbYPnd6afWc4c95owO1qWQFCJ6HnKG0hYIDiOCuW4npfAQS7SVD60QtbOZkydw3jVIPYrHdwX4Z9QNx+sBAA8oQyaw728Z8EYyeY+DvZGNOUGA7jY9xGy5nPF0STgbNIV0h4nPY8wb1BCXdArgLSJXgFAbRJmkcy+btJcMVRyI0xsBzUUl4Fk/y44pEdzaPk1ZyUZWDyUFxckMMDv46GnWKoiIbN39l/C9I8XbyE5"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM0mjsZnBR9sDdkZLP4/icfTC3wOM9DAKEJ5v6h98txXPjNVLMZOXXG48w5xRxAaCNA8vHvA8BngB7yheHkNOTg='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM0mjsZnBR9sDdkZLP4/icfTC3wOM9DAKEJ5v6h98txXPjNVLMZOXXG48w5xRxAaCNA8vHvA8BngB7yheHkNOTg="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIP39uJtT5n8qn7PYxbXjTpYuOG4lgyLOXVoqInj6CS/s'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIP39uJtT5n8qn7PYxbXjTpYuOG4lgyLOXVoqInj6CS/s"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': 'f3d5e819332b49b1af8461322887a1d1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "f3d5e819332b49b1af8461322887a1d1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '39', 'second': '55', 'epoch': '1590647995', 'date': '2020-05-28', 'time': '06:39:55', 'iso8601_micro': '2020-05-28T06:39:55.403291Z', 'iso8601': '2020-05-28T06:39:55Z', 'iso8601_basic': '20200528T063955403222', 'iso8601_basic_short': '20200528T063955', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590647995", "hour": "06", "iso8601": "2020-05-28T06:39:55Z", "iso8601_basic": "20200528T063955403222", "iso8601_basic_short": "20200528T063955", "iso8601_micro": "2020-05-28T06:39:55.403291Z", "minute": "39", "month": "05", "second": "55", "time": "06:39:55", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34026 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34026 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34026 22", "SSH_CONNECTION": "10.0.2.2 34026 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1502}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1502}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 479, 'free': 1502}, 'nocache': {'free': 1695, 'used': 286}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1695, "used": 286}, "real": {"free": 1502, "total": 1981, "used": 479}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-39-41-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-39-41-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-39-41-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-39-41-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['lo', 'eth0']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["lo", "eth0"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': [{'name': 'forwards-severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards-facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}, {'name': 'forwards-severity_only', 'type': 'forwards', 'severity': 'err', 'protocol': 'tcp', 'target': 'host.domain', 'port': 3514}, {'name': 'forwards-no_severity_and_facility', 'type': 'forwards', 'protocol': 'tcp', 'target': 'host.domain', 'port': 4514}, {'name': 'forwards-no_severity_and_facility_protocol', 'type': 'forwards', 'target': 'host.domain', 'port': 5514}, {'name': 'forwards-no_severity_and_facility_udp', 'type': 'forwards', 'protocol': 'udp', 'target': 'host.domain', 'port': 6514}, {'name': 'forwards-no_severity_and_facility_protocol_port', 'type': 'forwards', 'target': 'host.domain'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": [{"facility": "local1", "name": "forwards-severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards-facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-severity_only", "port": 3514, "protocol": "tcp", "severity": "err", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility", "port": 4514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol", "port": 5514, "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_udp", "port": 6514, "protocol": "udp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol_port", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'default_files', 'type': 'files'}, {'name': 'forwards-severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}, {'name': 'forwards-facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}, {'name': 'forwards-severity_only', 'type': 'forwards', 'severity': 'err', 'protocol': 'tcp', 'target': 'host.domain', 'port': 3514}, {'name': 'forwards-no_severity_and_facility', 'type': 'forwards', 'protocol': 'tcp', 'target': 'host.domain', 'port': 4514}, {'name': 'forwards-no_severity_and_facility_protocol', 'type': 'forwards', 'target': 'host.domain', 'port': 5514}, {'name': 'forwards-no_severity_and_facility_udp', 'type': 'forwards', 'protocol': 'udp', 'target': 'host.domain', 'port': 6514}, {'name': 'forwards-no_severity_and_facility_protocol_port', 'type': 'forwards', 'target': 'host.domain'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"name": "default_files", "type": "files"}, {"facility": "local1", "name": "forwards-severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}, {"facility": "local2", "name": "forwards-facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-severity_only", "port": 3514, "protocol": "tcp", "severity": "err", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility", "port": 4514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol", "port": 5514, "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_udp", "port": 6514, "protocol": "udp", "target": "host.domain", "type": "forwards"}, {"name": "forwards-no_severity_and_facility_protocol_port", "target": "host.domain", "type": "forwards"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__61d008cbe0302193f6d9e1cb2d7c9aee398dbbbb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__61d008cbe0302193f6d9e1cb2d7c9aee398dbbbb"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T063955"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T063955", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T063955/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590648234.715406-236250-260308252666108/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590648235.578548-236278-266871684184159/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590648236.1843197-236278-92275948673335/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "type": "basics"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590648240.4439573-236357-215050863507010/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call forwards-severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-facility_only\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-severity_only\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility_protocol\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility_udp\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility_protocol_port\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "c59fd4a6c216eafce2379948bc34928f1431740e", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call forwards-severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-facility_only\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-severity_only\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility_protocol\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility_udp\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility_protocol_port\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "85b04a94d6039d718e350046923445b7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 631, "src": "/root/.ansible/tmp/ansible-tmp-1590648244.9116933-236419-242819484083493/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call forwards-severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-facility_only\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-severity_only\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility_protocol\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility_udp\n}\nif\n ($inputname == "imjournal")\n then {\n call forwards-no_severity_and_facility_protocol_port\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call forwards-severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-facility_only\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-severity_only\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility_protocol\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility_udp\n}\nif\n ($inputname == \"imjournal\")\n then {\n call forwards-no_severity_and_facility_protocol_port\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'protocol': 'tcp', 'target': 'host.domain', 'port': 1514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local1", "name": "forwards-severity_and_facility", "port": 1514, "protocol": "tcp", "severity": "info", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-facility_only', 'type': 'forwards', 'facility': 'local2', 'protocol': 'tcp', 'target': 'host.domain', 'port': 2514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "local2", "name": "forwards-facility_only", "port": 2514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-severity_only', 'type': 'forwards', 'severity': 'err', 'protocol': 'tcp', 'target': 'host.domain', 'port': 3514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "forwards-severity_only", "port": 3514, "protocol": "tcp", "severity": "err", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility', 'type': 'forwards', 'protocol': 'tcp', 'target': 'host.domain', 'port': 4514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "forwards-no_severity_and_facility", "port": 4514, "protocol": "tcp", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility_protocol', 'type': 'forwards', 'target': 'host.domain', 'port': 5514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "forwards-no_severity_and_facility_protocol", "port": 5514, "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility_udp', 'type': 'forwards', 'protocol': 'udp', 'target': 'host.domain', 'port': 6514}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "forwards-no_severity_and_facility_udp", "port": 6514, "protocol": "udp", "target": "host.domain", "type": "forwards"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'forwards-no_severity_and_facility_protocol_port', 'type': 'forwards', 'target': 'host.domain'}) => {"ansible_facts": {"__rsyslog_conf_forwards_output_tls_rules": [{"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "{{ rsyslog_send_over_tls }}"}], "state": "{{ \"present\" if (rsyslog_output_forwards | d()) and (\"tls\" in rsyslog_capabilities) else \"absent\" }}", "type": "output"}], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": ["{{ __rsyslog_conf_forwards_output_tls_rules }}"]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/forwards/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "forwards-no_severity_and_facility_protocol_port", "target": "host.domain", "type": "forwards"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590648249.2517638-236471-272526588579175/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590648253.388001-236519-161529956903272/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "66563b34e371cd8c4f4da09d1b73e123", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "src": "/root/.ansible/tmp/ansible-tmp-1590648261.4396632-236655-155829616525590/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "07db34c91403909e7cf610fe5d49099b8d8fcb6f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "ba1d122cac5fdc54a934283ecbf1adeb", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "src": "/root/.ansible/tmp/ansible-tmp-1590648265.5979545-236701-82969409351490/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "b7328709abd4014ec9758abf73884833933dc43f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "d1ed1a6cb9794fc4ccd2e72d1402c952", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 172, "src": "/root/.ansible/tmp/ansible-tmp-1590648269.738796-236747-142547616391294/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "1d0f199499dc58afefa255cd9afef7659416c608", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "e9f2e326dd7e5cb360e700cafe2e3834", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 192, "src": "/root/.ansible/tmp/ansible-tmp-1590648273.8592048-236793-97849912046680/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "a1280c9909b5a0ef4ac7c9f6f0f5b7d6f09a65ff", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "e1d9fc99de768ba528cec42ca71a8614", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 210, "src": "/root/.ansible/tmp/ansible-tmp-1590648278.0667095-236839-151391062992573/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "1720c452237765113b5d4be9a3150921f268163d", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "451db351b9ead5d35d013ab09ab367d7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 200, "src": "/root/.ansible/tmp/ansible-tmp-1590648282.2121108-236885-147351169916427/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "d29df957139a3bcae6f650d693afbbb5bf067b2c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "bbc6001568d518ae08c116317954b30f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 219, "src": "/root/.ansible/tmp/ansible-tmp-1590648286.3183982-236931-41486509322518/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "07db34c91403909e7cf610fe5d49099b8d8fcb6f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "b7328709abd4014ec9758abf73884833933dc43f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 172, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1d0f199499dc58afefa255cd9afef7659416c608", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 192, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1280c9909b5a0ef4ac7c9f6f0f5b7d6f09a65ff", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 210, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1720c452237765113b5d4be9a3150921f268163d", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 200, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d29df957139a3bcae6f650d693afbbb5bf067b2c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 219, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "07db34c91403909e7cf610fe5d49099b8d8fcb6f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "b7328709abd4014ec9758abf73884833933dc43f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 172, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1d0f199499dc58afefa255cd9afef7659416c608", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 192, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1280c9909b5a0ef4ac7c9f6f0f5b7d6f09a65ff", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 210, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1720c452237765113b5d4be9a3150921f268163d", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 200, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d29df957139a3bcae6f650d693afbbb5bf067b2c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 219, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "07db34c91403909e7cf610fe5d49099b8d8fcb6f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "b7328709abd4014ec9758abf73884833933dc43f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 172, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1d0f199499dc58afefa255cd9afef7659416c608", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 192, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1280c9909b5a0ef4ac7c9f6f0f5b7d6f09a65ff", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 210, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1720c452237765113b5d4be9a3150921f268163d", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 200, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d29df957139a3bcae6f650d693afbbb5bf067b2c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 219, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "07db34c91403909e7cf610fe5d49099b8d8fcb6f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "b7328709abd4014ec9758abf73884833933dc43f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 172, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1d0f199499dc58afefa255cd9afef7659416c608", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 192, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1280c9909b5a0ef4ac7c9f6f0f5b7d6f09a65ff", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 210, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1720c452237765113b5d4be9a3150921f268163d", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 200, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d29df957139a3bcae6f650d693afbbb5bf067b2c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 219, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "07db34c91403909e7cf610fe5d49099b8d8fcb6f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "b7328709abd4014ec9758abf73884833933dc43f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 172, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1d0f199499dc58afefa255cd9afef7659416c608", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 192, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1280c9909b5a0ef4ac7c9f6f0f5b7d6f09a65ff", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 210, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1720c452237765113b5d4be9a3150921f268163d", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 200, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d29df957139a3bcae6f650d693afbbb5bf067b2c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 219, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-tls', 'type': 'output', 'state': 'absent', 'sections': [{'comment': 'Forward logs over TLS by default', 'options': '$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-tls", "sections": [{"comment": "Forward logs over TLS by default", "options": "$ActionSendStreamDriver ptcp\n$ActionSendStreamDriverAuthMode x509/name\n$ActionSendStreamDriverPermittedPeer *.ibm-p8-kvm-03-guest-02\n$ActionSendStreamDriverMode 1"}], "state": "absent", "type": "output"}, "path": "/etc/rsyslog.d/30-output-forwards-tls.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/forwards/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 194, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_and_facility") {\n local1.info action(name="forwards-severity_and_facility" type="omfwd" Target="host.domain" Port="1514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-severity_and_facility\") {\n local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "07db34c91403909e7cf610fe5d49099b8d8fcb6f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 175, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-facility_only") {\n local2.* action(name="forwards-facility_only" type="omfwd" Target="host.domain" Port="2514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-facility_only", "sections": [{"options": "ruleset(name=\"forwards-facility_only\") {\n local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "b7328709abd4014ec9758abf73884833933dc43f", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 172, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-severity_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-severity_only") {\n *.err action(name="forwards-severity_only" type="omfwd" Target="host.domain" Port="3514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-severity_only", "sections": [{"options": "ruleset(name=\"forwards-severity_only\") {\n *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1d0f199499dc58afefa255cd9afef7659416c608", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 192, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility") {\n *.* action(name="forwards-no_severity_and_facility" type="omfwd" Target="host.domain" Port="4514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility\") {\n *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "a1280c9909b5a0ef4ac7c9f6f0f5b7d6f09a65ff", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 210, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol") {\n *.* action(name="forwards-no_severity_and_facility_protocol" type="omfwd" Target="host.domain" Port="5514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "1720c452237765113b5d4be9a3150921f268163d", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 200, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_udp', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_udp") {\n *.* action(name="forwards-no_severity_and_facility_udp" type="omfwd" Target="host.domain" Port="6514" Protocol="udp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_udp", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_udp\") {\n *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d29df957139a3bcae6f650d693afbbb5bf067b2c", "dest": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "gid": 0, "group": "root", "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 219, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-forwards-forwards-no_severity_and_facility_protocol_port', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards-no_severity_and_facility_protocol_port") {\n *.* action(name="forwards-no_severity_and_facility_protocol_port" type="omfwd" Target="host.domain" Port="514" Protocol="tcp")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-forwards-forwards-no_severity_and_facility_protocol_port", "sections": [{"options": "ruleset(name=\"forwards-no_severity_and_facility_protocol_port\") {\n *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:74 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590648481.6576312, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590648234.924631, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590648234.5646312, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3620640152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 13, "files": [{"atime": 1590648314.4946313, "ctime": 1590648282.1976311, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3324, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648281.9696312, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 200, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648481.6576312, "ctime": 1590648249.2326312, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648249.0086312, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648481.6576312, "ctime": 1590648253.3686311, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648253.1376312, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648481.6576312, "ctime": 1590648235.5706313, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648235.3406312, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648481.6576312, "ctime": 1590648236.151631, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648235.928631, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648481.6576312, "ctime": 1590648240.4376311, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648240.207631, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648481.6576312, "ctime": 1590648244.8876312, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648244.6606312, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 631, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648310.4476311, "ctime": 1590648278.0506313, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648277.8206313, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 210, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648302.2256312, "ctime": 1590648269.7396312, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648269.5066311, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 172, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648298.1626313, "ctime": 1590648265.586631, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648265.3586311, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 175, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648318.592631, "ctime": 1590648286.296631, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3325, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648286.0646312, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 219, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648306.316631, "ctime": 1590648273.8676312, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648273.635631, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 192, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648294.092631, "ctime": 1590648261.4236312, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648261.1956313, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 13, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:48:01 UTC", "ActiveEnterTimestampMonotonic": "496795848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:48:01 UTC", "AssertTimestampMonotonic": "496787530", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:48:01 UTC", "ConditionTimestampMonotonic": "496787529", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "21071", "ExecMainStartTimestamp": "Thu 2020-05-28 06:48:01 UTC", "ExecMainStartTimestampMonotonic": "496789480", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:48:01 UTC] ; stop_time=[n/a] ; pid=21071 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:48:01 UTC", "InactiveExitTimestampMonotonic": "496789827", "InvocationID": "0fb33e3bb3cb4a87a085fe3e0d3917f0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "21071", "MemoryAccounting": "yes", "MemoryCurrent": "5193728", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:48:01 UTC", "StateChangeTimestampMonotonic": "496795848", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:81 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:85 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:89 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:95 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010081", "end": "2020-05-28 06:48:03.884692", "failed_when_result": false, "rc": 0, "start": "2020-05-28 06:48:03.874611", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 06:48:03 UTC; 517ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 21302 (rsyslogd)\n Tasks: 3 (limit: 2343)\n Memory: 2.0M\n CGroup: /system.slice/rsyslog.service\n └─21302 /usr/sbin/rsyslogd -n\n\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: cannot resolve hostname 'host.domain': Invalid argument [v8.2002.0 try https://www.rsyslog.com/e/2027 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: omfwd: could not get addrinfo for hostname 'host.domain':'6514': Name or service not known [v8.2002.0 try https://www.rsyslog.com/e/2007 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-no_severity_and_facility_udp' suspended (module 'builtin:omfwd'), next retry is Thu May 28 06:48:33 2020, retry nbr 0. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: omfwd: could not get addrinfo for hostname 'host.domain':'6514': Name or service not known [v8.2002.0 try https://www.rsyslog.com/e/2007 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-no_severity_and_facility_udp' suspended (module 'builtin:omfwd'), retry 1. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: omfwd: could not get addrinfo for hostname 'host.domain':'6514': Name or service not known [v8.2002.0 try https://www.rsyslog.com/e/2007 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: cannot resolve hostname 'host.domain': Invalid argument [v8.2002.0 try https://www.rsyslog.com/e/2027 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-severity_only' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: cannot resolve hostname 'host.domain': Invalid argument [v8.2002.0 try https://www.rsyslog.com/e/2027 ]\nMay 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-severity_only' suspended (module 'builtin:omfwd'), next retry is Thu May 28 06:48:33 2020, retry nbr 0. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 06:48:03 UTC; 517ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 21302 (rsyslogd)", " Tasks: 3 (limit: 2343)", " Memory: 2.0M", " CGroup: /system.slice/rsyslog.service", " └─21302 /usr/sbin/rsyslogd -n", "", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: cannot resolve hostname 'host.domain': Invalid argument [v8.2002.0 try https://www.rsyslog.com/e/2027 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: omfwd: could not get addrinfo for hostname 'host.domain':'6514': Name or service not known [v8.2002.0 try https://www.rsyslog.com/e/2007 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-no_severity_and_facility_udp' suspended (module 'builtin:omfwd'), next retry is Thu May 28 06:48:33 2020, retry nbr 0. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: omfwd: could not get addrinfo for hostname 'host.domain':'6514': Name or service not known [v8.2002.0 try https://www.rsyslog.com/e/2007 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-no_severity_and_facility_udp' suspended (module 'builtin:omfwd'), retry 1. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: omfwd: could not get addrinfo for hostname 'host.domain':'6514': Name or service not known [v8.2002.0 try https://www.rsyslog.com/e/2007 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: cannot resolve hostname 'host.domain': Invalid argument [v8.2002.0 try https://www.rsyslog.com/e/2027 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-severity_only' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: cannot resolve hostname 'host.domain': Invalid argument [v8.2002.0 try https://www.rsyslog.com/e/2027 ]", "May 28 06:48:03 ibm-p8-kvm-03-guest-02 rsyslogd[21302]: action 'forwards-severity_only' suspended (module 'builtin:omfwd'), next retry is Thu May 28 06:48:33 2020, retry nbr 0. There should be messages before this one giving the reason for suspension. [v8.2002.0 try https://www.rsyslog.com/e/2007 ]"]} TASK [Get the forwarding config stat] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:100 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590648294.092631, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "16e9bfdb30a06dabc345e4dbc29ae9c73ef918e2", "ctime": 1590648261.4236312, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590648261.1956313, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 194, "uid": 0, "version": "3279086831", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check if the forwarding config exists] *********************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:105 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep severity_and_facility] ********************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:109 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards-severity_and_facility.conf"], "delta": "0:00:00.002769", "end": "2020-05-28 06:48:04.588564", "rc": 0, "start": "2020-05-28 06:48:04.585795", "stderr": "", "stderr_lines": [], "stdout": " local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")", "stdout_lines": [" local1.info action(name=\"forwards-severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"1514\" Protocol=\"tcp\")"]} TASK [Check severity_and_facility] ********************************************* task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:114 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep facility_only] ****************************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:118 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards-facility_only.conf"], "delta": "0:00:00.002947", "end": "2020-05-28 06:48:04.946485", "rc": 0, "start": "2020-05-28 06:48:04.943538", "stderr": "", "stderr_lines": [], "stdout": " local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")", "stdout_lines": [" local2.* action(name=\"forwards-facility_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"2514\" Protocol=\"tcp\")"]} TASK [Check facility_only] ***************************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:123 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep severity_only] ****************************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:127 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards-severity_only.conf"], "delta": "0:00:00.003023", "end": "2020-05-28 06:48:05.300180", "rc": 0, "start": "2020-05-28 06:48:05.297157", "stderr": "", "stderr_lines": [], "stdout": " *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")", "stdout_lines": [" *.err action(name=\"forwards-severity_only\" type=\"omfwd\" Target=\"host.domain\" Port=\"3514\" Protocol=\"tcp\")"]} TASK [Check severity_only] ***************************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:132 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep no_severity_and_facility] ******************************************* task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:136 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility.conf"], "delta": "0:00:01.003997", "end": "2020-05-28 06:48:06.663739", "rc": 0, "start": "2020-05-28 06:48:05.659742", "stderr": "", "stderr_lines": [], "stdout": " *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")", "stdout_lines": [" *.* action(name=\"forwards-no_severity_and_facility\" type=\"omfwd\" Target=\"host.domain\" Port=\"4514\" Protocol=\"tcp\")"]} TASK [Check no_severity_and_facility] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:141 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep no_severity_and_facility_protocol] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:145 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol.conf"], "delta": "0:00:00.002927", "end": "2020-05-28 06:48:07.016005", "rc": 0, "start": "2020-05-28 06:48:07.013078", "stderr": "", "stderr_lines": [], "stdout": " *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")", "stdout_lines": [" *.* action(name=\"forwards-no_severity_and_facility_protocol\" type=\"omfwd\" Target=\"host.domain\" Port=\"5514\" Protocol=\"tcp\")"]} TASK [Check no_severity_and_facility_protocol] ********************************* task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:150 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep no_severity_and_facility_udp] *************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:154 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_udp.conf"], "delta": "0:00:00.003282", "end": "2020-05-28 06:48:07.380899", "rc": 0, "start": "2020-05-28 06:48:07.377617", "stderr": "", "stderr_lines": [], "stdout": " *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")", "stdout_lines": [" *.* action(name=\"forwards-no_severity_and_facility_udp\" type=\"omfwd\" Target=\"host.domain\" Port=\"6514\" Protocol=\"udp\")"]} TASK [Check no_severity_and_facility_udp] ************************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:159 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep no_severity_and_facility_protocol_port] ***************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:163 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "\\", "/etc/rsyslog.d/30-output-forwards-forwards-no_severity_and_facility_protocol_port.conf"], "delta": "0:00:00.002778", "end": "2020-05-28 06:48:07.767658", "rc": 0, "start": "2020-05-28 06:48:07.764880", "stderr": "", "stderr_lines": [], "stdout": " *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")", "stdout_lines": [" *.* action(name=\"forwards-no_severity_and_facility_protocol_port\" type=\"omfwd\" Target=\"host.domain\" Port=\"514\" Protocol=\"tcp\")"]} TASK [Check no_severity_and_facility_protocol_port] **************************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:168 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Grep no_severity_and_facility_protocol_port_target] ********************** task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:172 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "/bin/grep \"\\\" /etc/rsyslog.d/30-output-forwards*.conf", "delta": "0:00:01.004598", "end": "2020-05-28 06:48:09.114766", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2020-05-28 06:48:08.110168", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [Grep no_name] ************************************************************ task path: /tmp/tmp669uc2bh/tests/tests_forwards.yml:178 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "/bin/grep \"\\\" /etc/rsyslog.d/30-output-forwards*.conf", "delta": "0:00:00.003852", "end": "2020-05-28 06:48:09.445944", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2020-05-28 06:48:09.442092", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=239 changed=18 unreachable=0 failed=0 skipped=72 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_ovirt_elasticsearch.yml **************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml PLAY [Ensure that the role runs with parameters from ovirt to two elasticsearch outputs and local files output] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:20 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'file'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "default_files", "type": "file"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '3399'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "3399"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudu3aiwgar/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudu3aiwgar/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 45958 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 45958 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'dns': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqD3LNtCPHLfhDdQveDEcmM46fsPCtHMGQDX5X6NiZF+7BumjZjo3eC9BkcslNu8HstslPCAPcg66gh1XRudHLUKxwWQZMoGGZB+UiyYXxsIh6VrduYxdVCXzeFlHdIOt4LTtRpm4RYeEIXJashJg4i98/2Zg9stBdzHYoqOCYCQ1fSWe2ZycptjQAI+kH+z6sN4Y3scnHjy7xS2lyZ0gOgEylS2yRvswBwwvRQvR5iB2YOEYFwi6HcB+mZna1bv8yUFOn8CViM9t8o6faEYzIZBILt2CnIDaDHL/3UMJTa3wOO0seUhvpy+A1J6jG35GP/JMV2OGbjMEpSTDJ7qH', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCuk6YQ8CinspomV31LavlsvUGSJ8kp4gF0cwgH3txxnY2m7VMhjV52qtSpfOuDQMs+2mG6Ku3DAVkpw87xsUtU=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAID7Srg0kXvZUapxkFLGUWv6Z5S2b3h5NsggrHrNZvBUq', 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'ansible_local': {}, 'fips': False, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com', 'domain': 'virt.pnr.lab.eng.rdu2.redhat.com', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '33c6749d9a344116bfe63ec56ac52fb1', 'is_chroot': False, 'iscsi_iqn': '', 'lsb': {}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'pkg_mgr': 'dnf', 'fibre_channel_wwn': [], 'hostnqn': '', 'apparmor': {'status': 'disabled'}, 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '48', 'second': '23', 'epoch': '1590648503', 'date': '2020-05-28', 'time': '06:48:23', 'iso8601_micro': '2020-05-28T06:48:23.686642Z', 'iso8601': '2020-05-28T06:48:23Z', 'iso8601_basic': '20200528T064823686551', 'iso8601_basic_short': '20200528T064823', 'tz': 'UTC', 'tz_offset': '+0000'}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'interfaces': ['eth0', 'lo'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1494, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 487, 'free': 1494}, 'nocache': {'free': 1687, 'used': 294}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-48-10-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-48-10-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590648503", "hour": "06", "iso8601": "2020-05-28T06:48:23Z", "iso8601_basic": "20200528T064823686551", "iso8601_basic_short": "20200528T064823", "iso8601_micro": "2020-05-28T06:48:23.686642Z", "minute": "48", "month": "05", "second": "23", "time": "06:48:23", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-48-10-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-48-10-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}, "domain": "virt.pnr.lab.eng.rdu2.redhat.com", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 45958 22", "SSH_CONNECTION": "10.0.2.2 45958 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["eth0", "lo"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "33c6749d9a344116bfe63ec56ac52fb1", "memfree_mb": 1494, "memory_mb": {"nocache": {"free": 1687, "used": 294}, "real": {"free": 1494, "total": 1981, "used": 487}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCuk6YQ8CinspomV31LavlsvUGSJ8kp4gF0cwgH3txxnY2m7VMhjV52qtSpfOuDQMs+2mG6Ku3DAVkpw87xsUtU=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAID7Srg0kXvZUapxkFLGUWv6Z5S2b3h5NsggrHrNZvBUq", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqD3LNtCPHLfhDdQveDEcmM46fsPCtHMGQDX5X6NiZF+7BumjZjo3eC9BkcslNu8HstslPCAPcg66gh1XRudHLUKxwWQZMoGGZB+UiyYXxsIh6VrduYxdVCXzeFlHdIOt4LTtRpm4RYeEIXJashJg4i98/2Zg9stBdzHYoqOCYCQ1fSWe2ZycptjQAI+kH+z6sN4Y3scnHjy7xS2lyZ0gOgEylS2yRvswBwwvRQvR5iB2YOEYFwi6HcB+mZna1bv8yUFOn8CViM9t8o6faEYzIZBILt2CnIDaDHL/3UMJTa3wOO0seUhvpy+A1J6jG35GP/JMV2OGbjMEpSTDJ7qH", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 45958 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 45958 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 45958 22", "SSH_CONNECTION": "10.0.2.2 45958 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'search': ['virt.pnr.lab.eng.rdu2.redhat.com'], 'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"], "search": ["virt.pnr.lab.eng.rdu2.redhat.com"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqD3LNtCPHLfhDdQveDEcmM46fsPCtHMGQDX5X6NiZF+7BumjZjo3eC9BkcslNu8HstslPCAPcg66gh1XRudHLUKxwWQZMoGGZB+UiyYXxsIh6VrduYxdVCXzeFlHdIOt4LTtRpm4RYeEIXJashJg4i98/2Zg9stBdzHYoqOCYCQ1fSWe2ZycptjQAI+kH+z6sN4Y3scnHjy7xS2lyZ0gOgEylS2yRvswBwwvRQvR5iB2YOEYFwi6HcB+mZna1bv8yUFOn8CViM9t8o6faEYzIZBILt2CnIDaDHL/3UMJTa3wOO0seUhvpy+A1J6jG35GP/JMV2OGbjMEpSTDJ7qH'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqD3LNtCPHLfhDdQveDEcmM46fsPCtHMGQDX5X6NiZF+7BumjZjo3eC9BkcslNu8HstslPCAPcg66gh1XRudHLUKxwWQZMoGGZB+UiyYXxsIh6VrduYxdVCXzeFlHdIOt4LTtRpm4RYeEIXJashJg4i98/2Zg9stBdzHYoqOCYCQ1fSWe2ZycptjQAI+kH+z6sN4Y3scnHjy7xS2lyZ0gOgEylS2yRvswBwwvRQvR5iB2YOEYFwi6HcB+mZna1bv8yUFOn8CViM9t8o6faEYzIZBILt2CnIDaDHL/3UMJTa3wOO0seUhvpy+A1J6jG35GP/JMV2OGbjMEpSTDJ7qH"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCuk6YQ8CinspomV31LavlsvUGSJ8kp4gF0cwgH3txxnY2m7VMhjV52qtSpfOuDQMs+2mG6Ku3DAVkpw87xsUtU='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCuk6YQ8CinspomV31LavlsvUGSJ8kp4gF0cwgH3txxnY2m7VMhjV52qtSpfOuDQMs+2mG6Ku3DAVkpw87xsUtU="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAID7Srg0kXvZUapxkFLGUWv6Z5S2b3h5NsggrHrNZvBUq'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAID7Srg0kXvZUapxkFLGUWv6Z5S2b3h5NsggrHrNZvBUq"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': 'virt.pnr.lab.eng.rdu2.redhat.com'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": "virt.pnr.lab.eng.rdu2.redhat.com"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '33c6749d9a344116bfe63ec56ac52fb1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "33c6749d9a344116bfe63ec56ac52fb1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '48', 'second': '23', 'epoch': '1590648503', 'date': '2020-05-28', 'time': '06:48:23', 'iso8601_micro': '2020-05-28T06:48:23.686642Z', 'iso8601': '2020-05-28T06:48:23Z', 'iso8601_basic': '20200528T064823686551', 'iso8601_basic_short': '20200528T064823', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590648503", "hour": "06", "iso8601": "2020-05-28T06:48:23Z", "iso8601_basic": "20200528T064823686551", "iso8601_basic_short": "20200528T064823", "iso8601_micro": "2020-05-28T06:48:23.686642Z", "minute": "48", "month": "05", "second": "23", "time": "06:48:23", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['eth0', 'lo']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["eth0", "lo"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1494}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1494}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 487, 'free': 1494}, 'nocache': {'free': 1687, 'used': 294}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1687, "used": 294}, "real": {"free": 1494, "total": 1981, "used": 487}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-48-10-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-48-10-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-48-10-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-48-10-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}, {'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}, {'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__6efbf03519d4ae57b010c6e2bd2187f78e6421e8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__6efbf03519d4ae57b010c6e2bd2187f78e6421e8"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T064823"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T064823", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T064823/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590648838.6201222-239498-107668887517885/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590648839.474882-239526-117752256123223/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590648840.0851848-239526-117047978083420/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "type": "basics"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_collectd_input", "subtype": "collectd", "type": "ovirt"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_engine_input", "subtype": "engine", "type": "ovirt"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_vdsm_input", "subtype": "vdsm", "type": "ovirt"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590648844.6594064-239605-122014647368633/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_collectd_input", "subtype": "collectd", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_engine_input", "subtype": "engine", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_vdsm_input", "subtype": "vdsm", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "825f3adf92e2599ae0d41c5230c91f3d7f639d7d", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "9d139f0644107010492934baee495bf4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 87, "src": "/root/.ansible/tmp/ansible-tmp-1590648849.2362883-239667-95086114963414/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: liblognorm-2.0.3-7.fc30.x86_64", "Installed: rsyslog-mmjsonparse-8.2002.0-1.fc30.x86_64", "Installed: rsyslog-mmnormalize-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "md5sum": "fd471c610a5a8f6b70103c0035716261", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "src": "/root/.ansible/tmp/ansible-tmp-1590648854.1086235-239715-326053927923/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "md5sum": "6b37b2b890c8a474762074b08c307dbf", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "src": "/root/.ansible/tmp/ansible-tmp-1590648854.6982815-239715-130281484530865/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "md5sum": "1a029c4432a64552ec6c31122d7c78c4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "src": "/root/.ansible/tmp/ansible-tmp-1590648855.2841089-239715-123804013759103/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "md5sum": "23c35538369a351f5dd7a3fab36c9ac4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "src": "/root/.ansible/tmp/ansible-tmp-1590648855.8710263-239715-211846452420271/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "md5sum": "9fb3b66cb2071559dc9113b20cf2c36b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "src": "/root/.ansible/tmp/ansible-tmp-1590648856.4587586-239715-205943179111926/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "bcd6c2257acb437d953fc4dc5264d0ec12fb01fc", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "md5sum": "acd1dea22e5d5337760549a9fafd52bd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 777, "src": "/root/.ansible/tmp/ansible-tmp-1590648860.7590919-239863-212861664990278/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "45f27f36481353f350ed95a06612631d5bac1374", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "md5sum": "37acae14edaf37075f6b5cd8d8a4dc76", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1305, "src": "/root/.ansible/tmp/ansible-tmp-1590648864.9099605-239909-789711062645/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "bb6a67470848bac23d97329906d2bb8152f7bb76", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "md5sum": "38b3ee66a8da206058bb307f4782f097", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1281, "src": "/root/.ansible/tmp/ansible-tmp-1590648869.1091666-239962-138103734355514/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd'}) => {"ansible_loop_var": "ovirt_item", "changed": true, "ovirt_item": {"name": "ovirt_collectd_input", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/parse_json.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "bcd6c2257acb437d953fc4dc5264d0ec12fb01fc", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 777, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "45f27f36481353f350ed95a06612631d5bac1374", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1305, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "bb6a67470848bac23d97329906d2bb8152f7bb76", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1281, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_collectd_input", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/parse_json.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "bcd6c2257acb437d953fc4dc5264d0ec12fb01fc", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 777, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "45f27f36481353f350ed95a06612631d5bac1374", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1305, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "bb6a67470848bac23d97329906d2bb8152f7bb76", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1281, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_collectd_input", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/parse_json.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "bcd6c2257acb437d953fc4dc5264d0ec12fb01fc", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 777, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="44514")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics" & "-" & "engine" & "." & "" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "45f27f36481353f350ed95a06612631d5bac1374", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1305, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "bb6a67470848bac23d97329906d2bb8152f7bb76", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1281, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs" & "-" & "engine" & "." & "" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com\';\n set $!ovirt!cluster_name = \'\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com';\n set $!ovirt!cluster_name = '';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = '';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_collectd_input", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: rsyslog-elasticsearch-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "md5sum": "872491adffd8cca2dc93eaaadb775c78", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "src": "/root/.ansible/tmp/ansible-tmp-1590648948.6038592-241022-140377459095568/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "md5sum": "04fe8e184f83e874dcf6455511af6626", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "src": "/root/.ansible/tmp/ansible-tmp-1590648949.203309-241022-261943557056727/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ad2a77d6fbf0f15bf72d28349a3e708aed266375", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "dff42927b2cdfd2af33423ca3ec0ce43", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2040, "src": "/root/.ansible/tmp/ansible-tmp-1590648953.41155-241095-177782519137031/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "37c02a5d425e03ced81161a40b9f6858dcce6a38", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "2e779f7ab1afdf5ffde396fc6634c9e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2060, "src": "/root/.ansible/tmp/ansible-tmp-1590648957.5748806-241141-104728152689163/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "ad2a77d6fbf0f15bf72d28349a3e708aed266375", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2040, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "37c02a5d425e03ced81161a40b9f6858dcce6a38", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2060, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590648975.0359344-241350-222707758635333/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590648979.275587-241398-202303171072028/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:71 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590648980.3201284, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590648839.1121283, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590648838.7871284, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "2222365326", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 18, "files": [{"atime": 1590648886.1261284, "ctime": 1590648861.0281284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648860.8011284, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 777, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648980.3201284, "ctime": 1590648975.3171284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 66, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648975.0781283, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648966.7961283, "ctime": 1590648953.6901283, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 63, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648953.4571283, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2040, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648890.2351284, "ctime": 1590648865.1981285, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3325, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648864.9651284, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1305, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648980.3201284, "ctime": 1590648979.5501285, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 67, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648979.3221283, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648962.0681283, "ctime": 1590648948.8791285, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 61, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648948.6421285, "nlink": 1, "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 74, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648894.3621283, "ctime": 1590648869.3801284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648869.1521285, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1281, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648980.3201284, "ctime": 1590648839.7521284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648839.5231283, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648970.9141283, "ctime": 1590648957.8401284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 64, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648957.6151283, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2060, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648980.3201284, "ctime": 1590648840.4011283, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648840.1511283, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648880.7901285, "ctime": 1590648855.5571284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648855.3271284, "nlink": 1, "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 315, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648980.3201284, "ctime": 1590648844.9361284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648844.7081285, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648980.3201284, "ctime": 1590648849.5031283, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648849.2791283, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 87, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648962.5991282, "ctime": 1590648949.4651284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 62, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648949.2371283, "nlink": 1, "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1054, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648881.3271284, "ctime": 1590648856.1351283, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648855.9051285, "nlink": 1, "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 243, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648881.8681283, "ctime": 1590648856.7421284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648856.5161283, "nlink": 1, "path": "/etc/rsyslog.d/parse_json.rulebase", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 26, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648879.6971283, "ctime": 1590648854.3811283, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3291, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648854.1481283, "nlink": 1, "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 19, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590648880.2561283, "ctime": 1590648854.9651284, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590648854.7371283, "nlink": 1, "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 352, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 18, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 06:56:20 UTC", "ActiveEnterTimestampMonotonic": "486498869", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 06:56:20 UTC", "AssertTimestampMonotonic": "486482918", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 06:56:20 UTC", "ConditionTimestampMonotonic": "486482918", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "18366", "ExecMainStartTimestamp": "Thu 2020-05-28 06:56:20 UTC", "ExecMainStartTimestampMonotonic": "486484676", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 06:56:20 UTC] ; stop_time=[n/a] ; pid=18366 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 06:56:20 UTC", "InactiveExitTimestampMonotonic": "486484976", "InvocationID": "96d9b3cbc2b6483fafd1e55702c9dd6a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "18366", "MemoryAccounting": "yes", "MemoryCurrent": "50204672", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 06:56:20 UTC", "StateChangeTimestampMonotonic": "486498869", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "9", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:78 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:82 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:86 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf, /etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf, /etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:90 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item=/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf) => {"ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "stat": {"atime": 1590648886.1261284, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcd6c2257acb437d953fc4dc5264d0ec12fb01fc", "ctime": 1590648861.0281284, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590648860.8011284, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 777, "uid": 0, "version": "3181069358", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item=/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf) => {"ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "stat": {"atime": 1590648890.2351284, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "45f27f36481353f350ed95a06612631d5bac1374", "ctime": 1590648865.1981285, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3325, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590648864.9651284, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1305, "uid": 0, "version": "2180333920", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item=/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf) => {"ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "stat": {"atime": 1590648894.3621283, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bb6a67470848bac23d97329906d2bb8152f7bb76", "ctime": 1590648869.3801284, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590648869.1521285, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1281, "uid": 0, "version": "4051521125", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check "/etc/rsyslog.d/90-input-ovirt-ovirt_bogus_input.conf does not exist"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:100 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "failed_when_result": false, "stat": {"exists": false}} TASK [Check ovirt_collectd_port is "44514"] ************************************ task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:106 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "input .name=\"ovirt_collectd_input\".*port=\"44514\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf"], "delta": "0:00:00.003123", "end": "2020-05-28 06:56:24.746980", "rc": 0, "start": "2020-05-28 06:56:24.743857", "stderr": "", "stderr_lines": [], "stdout": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")", "stdout_lines": ["input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"44514\")"]} TASK [Check index_prefix is "project.ovirt-metrics" in "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:110 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "set $\\.index_prefix = \"project.ovirt-metrics\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf"], "delta": "0:00:00.003264", "end": "2020-05-28 06:56:25.088966", "rc": 0, "start": "2020-05-28 06:56:25.085702", "stderr": "", "stderr_lines": [], "stdout": " set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";", "stdout_lines": [" set $.index_prefix = \"project.ovirt-metrics\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";"]} TASK [Check input file is "/var/log/ovirt-engine/engine.log" in "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:114 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"], "delta": "0:00:00.002554", "end": "2020-05-28 06:56:25.410346", "rc": 0, "start": "2020-05-28 06:56:25.407792", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\"", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/ovirt-engine/engine.log\" tag=\"ovirt_engine_input\""]} TASK [Check index_prefix is "project.ovirt-logs" in "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:118 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "set $\\.index_prefix = \"project.ovirt-logs\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"], "delta": "0:00:00.002955", "end": "2020-05-28 06:56:25.742954", "rc": 0, "start": "2020-05-28 06:56:25.739999", "stderr": "", "stderr_lines": [], "stdout": " set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";", "stdout_lines": [" set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";"]} TASK [Check input file is "/var/log/vdsm/vdsm.log" in "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:122 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"], "delta": "0:00:00.003082", "end": "2020-05-28 06:56:26.070103", "rc": 0, "start": "2020-05-28 06:56:26.067021", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\"", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/vdsm/vdsm.log\" tag=\"ovirt_vdsm_input\""]} TASK [Check index_prefix is "project.ovirt-logs" in "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch.yml:126 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "set $\\.index_prefix = \"project.ovirt-logs\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"], "delta": "0:00:00.003257", "end": "2020-05-28 06:56:26.403317", "rc": 0, "start": "2020-05-28 06:56:26.400060", "stderr": "", "stderr_lines": [], "stdout": " set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";", "stdout_lines": [" set $.index_prefix = \"project.ovirt-logs\" & \"-\" & \"engine\" & \".\" & \"\" & \".\";"]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=129 changed=20 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_ovirt_elasticsearch_params.yml ********************************* 1 plays in /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml PLAY [Ensure that the role runs with parameters from ovirt to two elasticsearch outputs and local files output] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config to send to elasticsearch] ********************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:20 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'file'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "default_files", "type": "file"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4488'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4488"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudamuf9k1d/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudamuf9k1d/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': 'b2a81d451f2e47138a787c7d133e8d4b', 'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDOpZCBiDAxukVbl6b8zEk3FiswZiD+x6QhQ/aiv31EM6op/qnCluMas/+lRoZ0S8CKLsg91mKFavu9blcm5aG5BaaH+uKIW8it9/u1+kRfZPW+bfqkCNq1nc6OyDXwVklpNBmmBkrQkavraaX+j6LyaPQaJBtX1eM2LX6m8rrsLxVY6GS7Vkz/T9Xa+yysW9C4KiR39XhxM9yXioDJIHd9/sd5YtAWavQKbVQ4/mdeGuKJEf8VrmX5CwllZhnrJWojw0TCjDpyU4PbBbYP97HWW3FF2V/4Vf4MWIIgVf1iKXraZtLHW2fTk2EPr/OV6iHFWQAjzu0o7kKR7XokJa2H', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKXnrRcsZxvSG9us9878h+mDipJfJNP0PTup5RSAvdm7/FvilsCvWUzNasNDj8jHmy8A5pKDEKv8OFnI8ZokaNo=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIDfXdrQQ09accZGnk8wbiuXGKlTfB+aln2MIeFJADNjB', 'fips': False, 'lsb': {}, 'pkg_mgr': 'dnf', 'is_chroot': False, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'apparmor': {'status': 'disabled'}, 'hostnqn': '', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '56', 'second': '41', 'epoch': '1590649001', 'date': '2020-05-28', 'time': '06:56:41', 'iso8601_micro': '2020-05-28T06:56:41.023336Z', 'iso8601': '2020-05-28T06:56:41Z', 'iso8601_basic': '20200528T065641023240', 'iso8601_basic_short': '20200528T065641', 'tz': 'UTC', 'tz_offset': '+0000'}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 36912 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 36912 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'ansible_local': {}, 'fibre_channel_wwn': [], 'dns': {'nameservers': ['10.0.2.3']}, 'iscsi_iqn': '', 'interfaces': ['eth0', 'lo'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1496, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 485, 'free': 1496}, 'nocache': {'free': 1689, 'used': 292}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-56-27-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-56-27-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 10, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'service_mgr': 'systemd', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590649001", "hour": "06", "iso8601": "2020-05-28T06:56:41Z", "iso8601_basic": "20200528T065641023240", "iso8601_basic_short": "20200528T065641", "iso8601_micro": "2020-05-28T06:56:41.023336Z", "minute": "56", "month": "05", "second": "41", "time": "06:56:41", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-56-27-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-56-27-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 36912 22", "SSH_CONNECTION": "10.0.2.2 36912 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["eth0", "lo"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "b2a81d451f2e47138a787c7d133e8d4b", "memfree_mb": 1496, "memory_mb": {"nocache": {"free": 1689, "used": 292}, "real": {"free": 1496, "total": 1981, "used": 485}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKXnrRcsZxvSG9us9878h+mDipJfJNP0PTup5RSAvdm7/FvilsCvWUzNasNDj8jHmy8A5pKDEKv8OFnI8ZokaNo=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDfXdrQQ09accZGnk8wbiuXGKlTfB+aln2MIeFJADNjB", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDOpZCBiDAxukVbl6b8zEk3FiswZiD+x6QhQ/aiv31EM6op/qnCluMas/+lRoZ0S8CKLsg91mKFavu9blcm5aG5BaaH+uKIW8it9/u1+kRfZPW+bfqkCNq1nc6OyDXwVklpNBmmBkrQkavraaX+j6LyaPQaJBtX1eM2LX6m8rrsLxVY6GS7Vkz/T9Xa+yysW9C4KiR39XhxM9yXioDJIHd9/sd5YtAWavQKbVQ4/mdeGuKJEf8VrmX5CwllZhnrJWojw0TCjDpyU4PbBbYP97HWW3FF2V/4Vf4MWIIgVf1iKXraZtLHW2fTk2EPr/OV6iHFWQAjzu0o7kKR7XokJa2H", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 10, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': 'b2a81d451f2e47138a787c7d133e8d4b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "b2a81d451f2e47138a787c7d133e8d4b"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDOpZCBiDAxukVbl6b8zEk3FiswZiD+x6QhQ/aiv31EM6op/qnCluMas/+lRoZ0S8CKLsg91mKFavu9blcm5aG5BaaH+uKIW8it9/u1+kRfZPW+bfqkCNq1nc6OyDXwVklpNBmmBkrQkavraaX+j6LyaPQaJBtX1eM2LX6m8rrsLxVY6GS7Vkz/T9Xa+yysW9C4KiR39XhxM9yXioDJIHd9/sd5YtAWavQKbVQ4/mdeGuKJEf8VrmX5CwllZhnrJWojw0TCjDpyU4PbBbYP97HWW3FF2V/4Vf4MWIIgVf1iKXraZtLHW2fTk2EPr/OV6iHFWQAjzu0o7kKR7XokJa2H'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDOpZCBiDAxukVbl6b8zEk3FiswZiD+x6QhQ/aiv31EM6op/qnCluMas/+lRoZ0S8CKLsg91mKFavu9blcm5aG5BaaH+uKIW8it9/u1+kRfZPW+bfqkCNq1nc6OyDXwVklpNBmmBkrQkavraaX+j6LyaPQaJBtX1eM2LX6m8rrsLxVY6GS7Vkz/T9Xa+yysW9C4KiR39XhxM9yXioDJIHd9/sd5YtAWavQKbVQ4/mdeGuKJEf8VrmX5CwllZhnrJWojw0TCjDpyU4PbBbYP97HWW3FF2V/4Vf4MWIIgVf1iKXraZtLHW2fTk2EPr/OV6iHFWQAjzu0o7kKR7XokJa2H"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKXnrRcsZxvSG9us9878h+mDipJfJNP0PTup5RSAvdm7/FvilsCvWUzNasNDj8jHmy8A5pKDEKv8OFnI8ZokaNo='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKXnrRcsZxvSG9us9878h+mDipJfJNP0PTup5RSAvdm7/FvilsCvWUzNasNDj8jHmy8A5pKDEKv8OFnI8ZokaNo="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIDfXdrQQ09accZGnk8wbiuXGKlTfB+aln2MIeFJADNjB'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIDfXdrQQ09accZGnk8wbiuXGKlTfB+aln2MIeFJADNjB"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '06', 'minute': '56', 'second': '41', 'epoch': '1590649001', 'date': '2020-05-28', 'time': '06:56:41', 'iso8601_micro': '2020-05-28T06:56:41.023336Z', 'iso8601': '2020-05-28T06:56:41Z', 'iso8601_basic': '20200528T065641023240', 'iso8601_basic_short': '20200528T065641', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590649001", "hour": "06", "iso8601": "2020-05-28T06:56:41Z", "iso8601_basic": "20200528T065641023240", "iso8601_basic_short": "20200528T065641", "iso8601_micro": "2020-05-28T06:56:41.023336Z", "minute": "56", "month": "05", "second": "41", "time": "06:56:41", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 36912 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 36912 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 36912 22", "SSH_CONNECTION": "10.0.2.2 36912 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['eth0', 'lo']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["eth0", "lo"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1496}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1496}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 485, 'free': 1496}, 'nocache': {'free': 1689, 'used': 292}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1689, "used": 292}, "real": {"free": 1496, "total": 1981, "used": 485}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-06-56-27-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-06-56-27-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-06-56-27-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-06-56-27-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 10}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 10}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}, {'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}, {'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}, {'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, {"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__b63eeabdbbf836b25f6c6ba15598bd6d62e92be9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__b63eeabdbbf836b25f6c6ba15598bd6d62e92be9"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T065641"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T065641", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T065641/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590649099.8345947-241952-210115032564900/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590649100.68882-241980-184382211644399/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590649101.3003545-241980-156560946169191/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_facts": {"__rsyslog_basics_packages": [], "__rsyslog_basics_rules": ["{{ __rsyslog_conf_local_basics_modules }}", "{{ __rsyslog_conf_system_input }}"], "__rsyslog_conf_local_basics_modules": [{"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "{{ \"present\" if (\"kernel-message\" in rsyslog_capabilities) else \"absent\" }}"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n{% if rsyslog_use_imuxsock %}\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\n{% else %}\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n{% endif %}\n# Read from journald\n{% for input in logging_inputs %}\n{% if loop.first and input.type == \"basics\" %}\nmodule(load=\"imjournal\"\n StateFile=\"{{ rsyslog_work_dir }}/imjournal.state\"\n RateLimit.Burst=\"{{ input.rsyslog_imjournal_ratelimit_burst | d(20000) }}\"\n RateLimit.Interval=\"{{ input.rsyslog_imjournal_ratelimit_interval | d(600) }}\"\n PersistStateInterval=\"{{ input.rsyslog_imjournal_persist_state_interval | d(10) }}\")\n{% endif %}\n{% endfor %}"}], "type": "modules"}], "__rsyslog_conf_system_input": [{"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "{{ \"present\" if rsyslog_use_imuxsock | d(false) | bool else \"absent\" }}", "type": "input"}], "rsyslog_capabilities": [], "rsyslog_pki": true, "rsyslog_use_imuxsock": false}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/basics/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "basic_input", "type": "basics"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd', 'ovirt_collectd_port': 55555, 'ovirt_elasticsearch_index_prefix': 'project.ovirt-metrics-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '111-222-333'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_collectd_input", "ovirt_collectd_port": 55555, "ovirt_elasticsearch_index_prefix": "project.ovirt-metrics-test", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "111-222-333", "subtype": "collectd", "type": "ovirt"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '444-555-666', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/ovirt-engine/test-engine.log'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_engine_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "444-555-666", "ovirt_input_file": "/var/log/ovirt-engine/test-engine.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "engine", "type": "ovirt"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '777-888-999', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/vdsm/test-vdsm.log'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_vdsm_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "777-888-999", "ovirt_input_file": "/var/log/vdsm/test-vdsm.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "vdsm", "type": "ovirt"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_facts": {"__rsyslog_ovirt_packages": ["rsyslog-mmnormalize", "rsyslog-mmjsonparse", "libfastjson", "liblognorm", "libestr"], "__rsyslog_ovirt_prereq_packages": [], "__rsyslog_ovirt_rules": ["{{ rsyslog_conf_ovirt_local_modules }}", "{{ rsyslog_conf_ovirt_main_modules }}", "{{ rsyslog_rulebase_ovirt_engine }}", "{{ rsyslog_rulebase_ovirt_vdsm }}", "{{ rsyslog_rulebase_ovirt_parse_json }}"], "rsyslog_conf_ovirt_local_modules": [{"name": "input-ovirt-local_modules", "sections": [{"options": "{% if logging_inputs | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', '==', 'basics') | list | length == 0 %}\n# Log messages sent to local UNIX socket with use=off'\nmodule(load=\"imuxsock\" SysSock.Use=\"off\")\n{% endif %}"}], "type": "modules"}], "rsyslog_conf_ovirt_main_modules": [{"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}], "rsyslog_rulebase_ovirt_engine": [{"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}], "rsyslog_rulebase_ovirt_parse_json": [{"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}], "rsyslog_rulebase_ovirt_vdsm": [{"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}]}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/ovirt/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "6933f4afb1a5c0fbdaee21f39fa1129bf4252175", "dest": "/etc/rsyslog.d/10-input-basics-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "md5sum": "3da7d8af2894c7b67f88217974ff2417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 454, "src": "/root/.ansible/tmp/ansible-tmp-1590649105.804843-242059-259566223892615/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-modules', 'type': 'modules', 'sections': [{'comment': 'Reads kernel messages (the same are read from journald)', 'options': 'module(load="imklog" permitnonkernelfacility="on")', 'state': 'absent'}, {'comment': 'System log messages', 'options': '# Log messages sent to local UNIX socket\nmodule(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-modules", "sections": [{"comment": "Reads kernel messages (the same are read from journald)", "options": "module(load=\"imklog\" permitnonkernelfacility=\"on\")", "state": "absent"}, {"comment": "System log messages", "options": "# Log messages sent to local UNIX socket\nmodule(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\n# Read from journald\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-imuxsock', 'type': 'input', 'state': 'absent', 'sections': [{'comment': 'Log messages from imuxsock', 'options': 'input(name="basics_imuxsock" type="imuxsock" socket="/dev/log")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-imuxsock", "sections": [{"comment": "Log messages from imuxsock", "options": "input(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")"}], "state": "absent", "type": "input"}, "path": "/etc/rsyslog.d/90-input-imuxsock.conf", "state": "absent"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/basics/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd', 'ovirt_collectd_port': 55555, 'ovirt_elasticsearch_index_prefix': 'project.ovirt-metrics-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '111-222-333'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_collectd_input", "ovirt_collectd_port": 55555, "ovirt_elasticsearch_index_prefix": "project.ovirt-metrics-test", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "111-222-333", "subtype": "collectd", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '444-555-666', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/ovirt-engine/test-engine.log'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_engine_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "444-555-666", "ovirt_input_file": "/var/log/ovirt-engine/test-engine.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "engine", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '777-888-999', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/vdsm/test-vdsm.log'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_vdsm_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "777-888-999", "ovirt_input_file": "/var/log/vdsm/test-vdsm.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "vdsm", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "basics_item", "basics_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "changed": false, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "825f3adf92e2599ae0d41c5230c91f3d7f639d7d", "dest": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "gid": 0, "group": "root", "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "9d139f0644107010492934baee495bf4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 87, "src": "/root/.ansible/tmp/ansible-tmp-1590649110.4696028-242121-112131377416813/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'if\n ($inputname == "imjournal")\n then {\n call default_files\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-basics-basic_input", "sections": [{"options": "if\n ($inputname == \"imjournal\")\n then {\n call default_files\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: liblognorm-2.0.3-7.fc30.x86_64", "Installed: rsyslog-mmjsonparse-8.2002.0-1.fc30.x86_64", "Installed: rsyslog-mmnormalize-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "md5sum": "fd471c610a5a8f6b70103c0035716261", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "src": "/root/.ansible/tmp/ansible-tmp-1590649115.9365602-242169-213745434721992/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "md5sum": "6b37b2b890c8a474762074b08c307dbf", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "src": "/root/.ansible/tmp/ansible-tmp-1590649116.5335534-242169-128250660283866/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "md5sum": "1a029c4432a64552ec6c31122d7c78c4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "src": "/root/.ansible/tmp/ansible-tmp-1590649117.1671774-242169-140390827359271/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "md5sum": "23c35538369a351f5dd7a3fab36c9ac4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "src": "/root/.ansible/tmp/ansible-tmp-1590649117.7828884-242169-258097229879511/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "md5sum": "9fb3b66cb2071559dc9113b20cf2c36b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "src": "/root/.ansible/tmp/ansible-tmp-1590649118.3834546-242169-94285494698613/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "17a86362472e4f9ff3feb60e07c6927fddcab5fa", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "md5sum": "df6c55c6a936c68460119fec0c5d9a01", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 798, "src": "/root/.ansible/tmp/ansible-tmp-1590649122.7227867-242369-140492620970448/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "3164077bb0259e38b0e5764471fec7f78f73970e", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "md5sum": "5260e54fa5e0ec900b62298a6b4f3ba7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1338, "src": "/root/.ansible/tmp/ansible-tmp-1590649126.9278688-242415-152373070201249/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "afca8f809429735e2f52c05a6dd05e265117bd87", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "md5sum": "3b637864daefaa74eca9e6a668942416", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1314, "src": "/root/.ansible/tmp/ansible-tmp-1590649131.216021-242461-239033470376763/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd', 'ovirt_collectd_port': 55555, 'ovirt_elasticsearch_index_prefix': 'project.ovirt-metrics-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '111-222-333'}) => {"ansible_loop_var": "ovirt_item", "changed": true, "ovirt_item": {"name": "ovirt_collectd_input", "ovirt_collectd_port": 55555, "ovirt_elasticsearch_index_prefix": "project.ovirt-metrics-test", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "111-222-333", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '444-555-666', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/ovirt-engine/test-engine.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "444-555-666", "ovirt_input_file": "/var/log/ovirt-engine/test-engine.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '777-888-999', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/vdsm/test-vdsm.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "777-888-999", "ovirt_input_file": "/var/log/vdsm/test-vdsm.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/parse_json.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "17a86362472e4f9ff3feb60e07c6927fddcab5fa", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 798, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3164077bb0259e38b0e5764471fec7f78f73970e", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1338, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "afca8f809429735e2f52c05a6dd05e265117bd87", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1314, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd', 'ovirt_collectd_port': 55555, 'ovirt_elasticsearch_index_prefix': 'project.ovirt-metrics-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '111-222-333'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_collectd_input", "ovirt_collectd_port": 55555, "ovirt_elasticsearch_index_prefix": "project.ovirt-metrics-test", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "111-222-333", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '444-555-666', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/ovirt-engine/test-engine.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "444-555-666", "ovirt_input_file": "/var/log/ovirt-engine/test-engine.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '777-888-999', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/vdsm/test-vdsm.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "777-888-999", "ovirt_input_file": "/var/log/vdsm/test-vdsm.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/parse_json.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "17a86362472e4f9ff3feb60e07c6927fddcab5fa", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 798, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3164077bb0259e38b0e5764471fec7f78f73970e", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1338, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "afca8f809429735e2f52c05a6dd05e265117bd87", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1314, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd', 'ovirt_collectd_port': 55555, 'ovirt_elasticsearch_index_prefix': 'project.ovirt-metrics-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '111-222-333'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_collectd_input", "ovirt_collectd_port": 55555, "ovirt_elasticsearch_index_prefix": "project.ovirt-metrics-test", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "111-222-333", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '444-555-666', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/ovirt-engine/test-engine.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "444-555-666", "ovirt_input_file": "/var/log/ovirt-engine/test-engine.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '777-888-999', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/vdsm/test-vdsm.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "777-888-999", "ovirt_input_file": "/var/log/vdsm/test-vdsm.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update oVirt input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "9efbd6da0685b613caaf1ff3d5d1b19d98f94587", "dest": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 19, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f80b3358da16bc999118c8df766be00ecd64e797", "dest": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "fef8ceda44e3f789ff71cfe6aaef2bd42984b6aa", "dest": "/etc/rsyslog.d/ovirt_engine.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 315, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "f1a497b894e82036082606ea1d1190251ddd56da", "dest": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "gid": 0, "group": "root", "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 243, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "7ffe9915baace6fd657ed85bad783314c8c77902", "dest": "/etc/rsyslog.d/parse_json.rulebase", "gid": 0, "group": "root", "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/parse_json.rulebase", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 26, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-local_modules', 'type': 'modules', 'sections': [{'options': ''}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-local_modules", "sections": [{"options": ""}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-main-modules', 'type': 'modules', 'sections': [{'options': '# Read from file with inotify enabled\nmodule(load="imfile" mode="inotify")'}, {'options': '# Read from tcp collectd metrics\nmodule(load="imtcp")'}, {'options': '# Normalize logs\nmodule(load="mmnormalize")'}, {'options': '# Parse logs to JSON\nmodule(load="mmjsonparse")'}, {'options': 'template(name="cnvt_to_viaq_timestamp" type="list") {\n property(name="TIMESTAMP" dateFormat="rfc3339")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-main-modules", "sections": [{"options": "# Read from file with inotify enabled\nmodule(load=\"imfile\" mode=\"inotify\")"}, {"options": "# Read from tcp collectd metrics\nmodule(load=\"imtcp\")"}, {"options": "# Normalize logs\nmodule(load=\"mmnormalize\")"}, {"options": "# Parse logs to JSON\nmodule(load=\"mmjsonparse\")"}, {"options": "template(name=\"cnvt_to_viaq_timestamp\" type=\"list\") {\n property(name=\"TIMESTAMP\" dateFormat=\"rfc3339\")\n}"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine', 'filename': 'ovirt_engine.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %thread:string{"quoting.char.begin":"(","quoting.char.end":")"}% %correlationid:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_engine.rulebase", "name": "ovirt_engine", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %thread:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %correlationid:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm', 'filename': 'ovirt_vdsm.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{"quoting.char.begin":"(","quoting.char.end":")"}% %thread:string{"quoting.char.begin":"[","quoting.char.end":"]"}% %message:rest%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "ovirt_vdsm.rulebase", "name": "ovirt_vdsm", "nocomment": true, "sections": [{"options": "version=2\nrule=:%date:date-iso% %time:time-24hr%,%msec:number%%tz:word% %level:word%%-:whitespace%%class:string{\"quoting.char.begin\":\"(\",\"quoting.char.end\":\")\"}% %thread:string{\"quoting.char.begin\":\"[\",\"quoting.char.end\":\"]\"}% %message:rest%"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'parse_json', 'filename': 'parse_json.rulebase', 'nocomment': True, 'sections': [{'options': 'version=2\nrule=:%.:json%'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"filename": "parse_json.rulebase", "name": "parse_json", "nocomment": true, "sections": [{"options": "version=2\nrule=:%.:json%"}]}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create oVirt input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:10 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "skip_reason": "Conditional result was False"} included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "17a86362472e4f9ff3feb60e07c6927fddcab5fa", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 798, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_collectd_input', 'type': 'input', 'sections': [{'options': 'input (name="ovirt_collectd_input" type="imtcp" port="55555")\nif $inputname == "ovirt_collectd_input" then {\n set $!original_raw_message = $msg;\n action(name="collectd_mmjsonparse" type="mmjsonparse" cookie="") # parse entire message as json\n set $!@timestamp = exec_template(\'cnvt_to_viaq_timestamp\');\n unset $!time;\n if $!collectd!plugin == \'virt\' then {\n set $!ovirt!entity = \'vms\';\n } else {\n set $!ovirt!entity = \'hosts\';\n }\n set $.index_prefix = "project.ovirt-metrics-test" & "-" & "test-engine" & "." & "111-222-333" & ".";\n set $.input_type = "ovirt";\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == "ovirt_collectd_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_collectd_input", "sections": [{"options": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")\nif $inputname == \"ovirt_collectd_input\" then {\n set $!original_raw_message = $msg;\n action(name=\"collectd_mmjsonparse\" type=\"mmjsonparse\" cookie=\"\") # parse entire message as json\n set $!@timestamp = exec_template('cnvt_to_viaq_timestamp');\n unset $!time;\n if $!collectd!plugin == 'virt' then {\n set $!ovirt!entity = 'vms';\n } else {\n set $!ovirt!entity = 'hosts';\n }\n set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";\n set $.input_type = \"ovirt\";\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output\n}\nif\n ($inputname == \"ovirt_collectd_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "3164077bb0259e38b0e5764471fec7f78f73970e", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1338, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_engine_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/ovirt-engine/test-engine.log" tag="ovirt_engine_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_engine_input" then {\n action(name="ovirt-engine_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_engine.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_engine_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "444-555-666" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_engine_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_engine_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_engine_input\" then {\n action(name=\"ovirt-engine_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_engine.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_engine_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_engine_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "afca8f809429735e2f52c05a6dd05e265117bd87", "dest": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "gid": 0, "group": "root", "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1314, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-ovirt-ovirt_vdsm_input', 'type': 'input', 'sections': [{'options': 'input(type="imfile" file="/var/log/vdsm/test-vdsm.log" tag="ovirt_vdsm_input"\n reopenOnTruncate="on" startmsg.regex="^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}")\nif $syslogtag == "ovirt_vdsm_input" then {\n action(name="ovirt-vdsm_mmnormalize" type="mmnormalize"\n rulebase="/etc/rsyslog.d/ovirt_vdsm.rulebase" path="$.ovirt")\n}\nif $syslogtag == "ovirt_vdsm_input" then {\n set $.index_prefix = "project.ovirt-logs-test" & "-" & "test-engine" & "." & "777-888-999" & ".";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & "T" & $.ovirt!time & "." & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = \'ibm-p8-kvm-03-guest-02\';\n set $!ovirt!cluster_name = \'test_vds_cluster\';\n set $!ipaddr4 = \'10.0.2.15\';\n set $!ovirt!engine_fqdn = \'engine.ovirt.example.com\';\n set $.input_type = "ovirt";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == "ovirt_vdsm_input")\n then {\n call elasticsearch_output_ops\n}\n'}], 'state': 'present'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-ovirt-ovirt_vdsm_input", "sections": [{"options": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"\n reopenOnTruncate=\"on\" startmsg.regex=\"^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}\")\nif $syslogtag == \"ovirt_vdsm_input\" then {\n action(name=\"ovirt-vdsm_mmnormalize\" type=\"mmnormalize\"\n rulebase=\"/etc/rsyslog.d/ovirt_vdsm.rulebase\" path=\"$.ovirt\")\n}\nif $syslogtag == \"ovirt_vdsm_input\" then {\n set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";\n # Add ovirt logs specific metadata\n set $!@timestamp = $.ovirt!date & \"T\" & $.ovirt!time & \".\" & $.ovirt!msec & $.ovirt!tz;\n set $!service = $syslogtag;\n set $!message = $.ovirt!message;\n set $!level = $.ovirt!level;\n set $!hostname = 'ibm-p8-kvm-03-guest-02';\n set $!ovirt!cluster_name = 'test_vds_cluster';\n set $!ipaddr4 = '10.0.2.15';\n set $!ovirt!engine_fqdn = 'engine.ovirt.example.com';\n set $.input_type = \"ovirt\";\n set $!ovirt!class = $.ovirt!class;\n set $!ovirt!thread = $.ovirt!thread;\n\n unset $!metadata;\n\n if strlen($.ovirt!correlationid) > 0 then {\n set $!ovirt!correlationid = $.ovirt!correlationid;\n }\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output\n}\nif\n ($syslogtag == \"ovirt_vdsm_input\")\n then {\n call elasticsearch_output_ops\n}\n"}], "state": "present", "type": "input"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Allow rsyslog to listen on collectd port] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/ovirt/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'basic_input', 'type': 'basics'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "basic_input", "type": "basics"}, "skip_reason": "Conditional result was False"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_collectd_input', 'type': 'ovirt', 'subtype': 'collectd', 'ovirt_collectd_port': 55555, 'ovirt_elasticsearch_index_prefix': 'project.ovirt-metrics-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '111-222-333'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_collectd_input", "ovirt_collectd_port": 55555, "ovirt_elasticsearch_index_prefix": "project.ovirt-metrics-test", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "111-222-333", "subtype": "collectd", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_engine_input', 'type': 'ovirt', 'subtype': 'engine', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '444-555-666', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/ovirt-engine/test-engine.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_engine_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "444-555-666", "ovirt_input_file": "/var/log/ovirt-engine/test-engine.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "engine", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_vdsm_input', 'type': 'ovirt', 'subtype': 'vdsm', 'ovirt_elasticsearch_index_prefix': 'project.ovirt-logs-test', 'ovirt_env_name': 'test-engine', 'ovirt_env_uuid': '777-888-999', 'ovirt_vds_cluster_name': 'test_vds_cluster', 'ovirt_engine_fqdn': 'engine.ovirt.example.com', 'ovirt_input_file': '/var/log/vdsm/test-vdsm.log'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_vdsm_input", "ovirt_elasticsearch_index_prefix": "project.ovirt-logs-test", "ovirt_engine_fqdn": "engine.ovirt.example.com", "ovirt_env_name": "test-engine", "ovirt_env_uuid": "777-888-999", "ovirt_input_file": "/var/log/vdsm/test-vdsm.log", "ovirt_vds_cluster_name": "test_vds_cluster", "subtype": "vdsm", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'ovirt_bogus_input', 'type': 'ovirt', 'subtype': 'bogus'}) => {"ansible_loop_var": "ovirt_item", "changed": false, "ovirt_item": {"name": "ovirt_bogus_input", "subtype": "bogus", "type": "ovirt"}, "ports": ["44514"], "proto": "tcp", "setype": "syslogd_port_t", "state": "present"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_facts": {"__rsyslog_conf_es_elasticsearch": [{"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"{{ rsyslog_work_dir }}/es-bulk-errors.log\")\n}"}], "type": "output"}], "__rsyslog_conf_es_main_modules": [{"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}], "__rsyslog_elasticsearch_packages": ["rsyslog-elasticsearch"], "__rsyslog_elasticsearch_rules": ["{{ __rsyslog_conf_es_main_modules }}", "{{ __rsyslog_conf_es_elasticsearch }}"], "rsyslog_output_elasticsearch": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/elasticsearch/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: rsyslog-elasticsearch-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "md5sum": "872491adffd8cca2dc93eaaadb775c78", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "src": "/root/.ansible/tmp/ansible-tmp-1590649211.5421977-243491-243975753305029/source", "state": "file", "uid": 0} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "md5sum": "04fe8e184f83e874dcf6455511af6626", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "src": "/root/.ansible/tmp/ansible-tmp-1590649212.166005-243491-22053000250423/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "ad2a77d6fbf0f15bf72d28349a3e708aed266375", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "dff42927b2cdfd2af33423ca3ec0ce43", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2040, "src": "/root/.ansible/tmp/ansible-tmp-1590649216.4223862-243564-96032413222689/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "37c02a5d425e03ced81161a40b9f6858dcce6a38", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "md5sum": "2e779f7ab1afdf5ffde396fc6634c9e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2060, "src": "/root/.ansible/tmp/ansible-tmp-1590649220.8042402-243610-216975376858535/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch ca_certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:4 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch certs to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:12 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local Elasticsearch keys to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:20 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - use_cert is true, but triplets are not given] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Update ca_cert path to /etc/rsyslog.d directory in Rsyslog] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:38 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check certs - key/certs data are provided, but use_cert is false] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:51 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output', 'type': 'elasticsearch', 'server_host': 'logging-es', 'server_port': 9200, 'index_prefix': 'project.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": "project.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output", "retryfailures": false, "server_host": "logging-es", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'elasticsearch_output_ops', 'type': 'elasticsearch', 'server_host': 'logging-es-ops', 'server_port': 9200, 'index_prefix': '.operations.', 'input_type': 'ovirt', 'retryfailures': False, 'ca_cert': '/etc/rsyslog.d/es-ca.crt', 'cert': '/etc/rsyslog.d/es-cert.pem', 'key': '/etc/rsyslog.d/es-key.pem'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ca_cert": "/etc/rsyslog.d/es-ca.crt", "cert": "/etc/rsyslog.d/es-cert.pem", "index_prefix": ".operations.", "input_type": "ovirt", "key": "/etc/rsyslog.d/es-key.pem", "name": "elasticsearch_output_ops", "retryfailures": false, "server_host": "logging-es-ops", "server_port": 9200, "type": "elasticsearch"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set updated rsyslog_output_elasticsearch] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:61 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update elasticsearch logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:70 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "ed6efda5dd92d68f372ec8010b489ac47aa4bf01", "dest": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 74, "state": "file", "uid": 0} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "8bdd3515e5e5377b98a002015f89978aed09e245", "dest": "/etc/rsyslog.d/30-output-elasticsearch.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1054, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-module', 'type': 'modules', 'sections': [{'options': '# Send to Elasticsearch\nmodule(load="omelasticsearch")'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-module", "sections": [{"options": "# Send to Elasticsearch\nmodule(load=\"omelasticsearch\")"}], "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch', 'type': 'output', 'sections': [{'options': '# omelasticsearch\ntemplate(name="es_template" type="list") {\n property(name="$!all-json-plain")\n}\ntemplate(name="es_template_nl" type="list") {\n property(name="$!all-json-plain")\n constant(value="\\n")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets "index_name"\ntemplate(name="prefix_index_template" type="list") {\n property(name="$.index_prefix")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="1" position.to="4")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="6" position.to="7")\n constant(value=".")\n property(name="$!@timestamp" dateFormat="rfc3339" position.from="9" position.to="10")\n}\n\ntemplate(name="index_template" type="string" string="%$.index_name%")\ntemplate(name="id_template" type="string" string="%$.es_msg_id%")\n\nruleset(name="error_es") {\n action(name="es_bulk_errors" type="omfile" template="es_template_nl" file="/var/lib/rsyslog/es-bulk-errors.log")\n}'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch", "sections": [{"options": "# omelasticsearch\ntemplate(name=\"es_template\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n}\ntemplate(name=\"es_template_nl\" type=\"list\") {\n property(name=\"$!all-json-plain\")\n constant(value=\"\\n\")\n}\n\n# Add date to the end of the index name - index_prefix.yyyy-mm-dd,\n# based on the log timestamp.\n# This template sets \"index_name\"\ntemplate(name=\"prefix_index_template\" type=\"list\") {\n property(name=\"$.index_prefix\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"1\" position.to=\"4\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"6\" position.to=\"7\")\n constant(value=\".\")\n property(name=\"$!@timestamp\" dateFormat=\"rfc3339\" position.from=\"9\" position.to=\"10\")\n}\n\ntemplate(name=\"index_template\" type=\"string\" string=\"%$.index_name%\")\ntemplate(name=\"id_template\" type=\"string\" string=\"%$.es_msg_id%\")\n\nruleset(name=\"error_es\") {\n action(name=\"es_bulk_errors\" type=\"omfile\" template=\"es_template_nl\" file=\"/var/lib/rsyslog/es-bulk-errors.log\")\n}"}], "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create elasticsearch output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/elasticsearch/main.yml:77 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "ad2a77d6fbf0f15bf72d28349a3e708aed266375", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2040, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith "project.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output"\n server="logging-es"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output", "sections": [{"options": "ruleset(name=\"elasticsearch_output\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \"project.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output\"\n server=\"logging-es\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "37c02a5d425e03ced81161a40b9f6858dcce6a38", "dest": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "gid": 0, "group": "root", "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 2060, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-elasticsearch-elasticsearch_output_ops', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="elasticsearch_output_ops") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == "create")) then {\n stop # successful\n }\n if ($.omes!writeoperation == "unknown") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template("prefix_index_template");\n }\n if ($.input_type == "ovirt") and ($.index_prefix startswith ".operations.") then {\n action(\n type="omelasticsearch"\n name="elasticsearch_output_ops"\n server="logging-es-ops"\n serverport="9200"\n template="es_template"\n searchIndex="index_template"\n dynSearchIndex="on"\n searchType="com.redhat.viaq.common"\n bulkmode="on"\n writeoperation="create"\n bulkid="id_template"\n dynbulkid="on"\n allowUnsignedCerts="off"\n retryfailures="on"\n retryruleset="elasticsearch_output_ops"\n usehttps="on"\n tls.cacert="/etc/rsyslog.d/es-ca.crt"\n tls.mycert="/etc/rsyslog.d/es-cert.pem"\n tls.myprivkey="/etc/rsyslog.d/es-key.pem"\n )\n }\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-elasticsearch-elasticsearch_output_ops", "sections": [{"options": "ruleset(name=\"elasticsearch_output_ops\") {\n if (strlen($.omes) > 0) and (strlen($.omes!status) > 0) then {\n # retry case\n if ($.omes!status == 200) or ($.omes!status == 201) or (($.omes!status == 409) and ($.omes!writeoperation == \"create\")) then {\n stop # successful\n }\n if ($.omes!writeoperation == \"unknown\") or (strlen($.omes!error!type) == 0) or (strlen($.omes!error!reason) == 0) then {\n call error_es\n stop\n }\n if ($.omes!status == 400) or ($.omes!status < 200) then {\n call error_es\n stop\n }\n # else fall through to retry operation\n }\n if strlen($!es_msg_id) > 0 then {\n set $.es_msg_id = $!es_msg_id;\n } else if (strlen($.omes) > 0) and (strlen($.omes!_id) > 0) then {\n # retry\n set $.es_msg_id = $.omes!_id;\n } else {\n # NOTE: depends on rsyslog being compiled with --enable-uuid\n set $.es_msg_id = $uuid;\n }\n if (strlen($.omes) > 0) and (strlen($.omes!_index) > 0) then {\n # retry\n set $.index_name = $.omes!_index;\n } else {\n set $.index_name = exec_template(\"prefix_index_template\");\n }\n if ($.input_type == \"ovirt\") and ($.index_prefix startswith \".operations.\") then {\n action(\n type=\"omelasticsearch\"\n name=\"elasticsearch_output_ops\"\n server=\"logging-es-ops\"\n serverport=\"9200\"\n template=\"es_template\"\n searchIndex=\"index_template\"\n dynSearchIndex=\"on\"\n searchType=\"com.redhat.viaq.common\"\n bulkmode=\"on\"\n writeoperation=\"create\"\n bulkid=\"id_template\"\n dynbulkid=\"on\"\n allowUnsignedCerts=\"off\"\n retryfailures=\"on\"\n retryruleset=\"elasticsearch_output_ops\"\n usehttps=\"on\"\n tls.cacert=\"/etc/rsyslog.d/es-ca.crt\"\n tls.mycert=\"/etc/rsyslog.d/es-cert.pem\"\n tls.myprivkey=\"/etc/rsyslog.d/es-key.pem\"\n )\n }\n}\n"}], "state": "present", "type": "output", "weight": "31"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590649238.229057-243819-146179128997432/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590649242.5254247-243867-125641347930450/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:87 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590649244.0065703, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590649100.7575703, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590649100.4355705, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3996105095", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 18, "files": [{"atime": 1590649148.9045703, "ctime": 1590649123.4365704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649123.2035704, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 798, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649244.0075703, "ctime": 1590649238.9265704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 66, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649238.7055705, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649230.3965704, "ctime": 1590649217.1625705, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 63, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649216.9185703, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2040, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649153.0975704, "ctime": 1590649127.6395705, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3325, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649127.4065704, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1338, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649244.0075703, "ctime": 1590649243.2365704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 67, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649242.9995704, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649225.7165704, "ctime": 1590649212.2715704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 61, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649212.0295703, "nlink": 1, "path": "/etc/rsyslog.d/10-output-elasticsearch-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 74, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649157.2175703, "ctime": 1590649131.9475703, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649131.7055705, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1314, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649244.0075703, "ctime": 1590649101.3965704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649101.1625705, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649234.5345705, "ctime": 1590649221.5035703, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 64, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649221.2765703, "nlink": 1, "path": "/etc/rsyslog.d/31-output-elasticsearch-elasticsearch_output_ops.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2060, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649244.0075703, "ctime": 1590649102.0115705, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649101.7735703, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649143.5545704, "ctime": 1590649117.8925705, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649117.6515703, "nlink": 1, "path": "/etc/rsyslog.d/ovirt_engine.rulebase", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 315, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649244.0075703, "ctime": 1590649106.5345705, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649106.2935703, "nlink": 1, "path": "/etc/rsyslog.d/10-input-basics-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 454, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649244.0075703, "ctime": 1590649111.1935704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649110.9615703, "nlink": 1, "path": "/etc/rsyslog.d/11-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 87, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649226.2565703, "ctime": 1590649212.8765705, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 62, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649212.6485703, "nlink": 1, "path": "/etc/rsyslog.d/30-output-elasticsearch.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1054, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649144.0975704, "ctime": 1590649118.4925704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649118.2585704, "nlink": 1, "path": "/etc/rsyslog.d/ovirt_vdsm.rulebase", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 243, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649144.6505704, "ctime": 1590649119.0915704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649118.8605704, "nlink": 1, "path": "/etc/rsyslog.d/parse_json.rulebase", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 26, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649142.4585705, "ctime": 1590649116.6445704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3311, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649116.4155703, "nlink": 1, "path": "/etc/rsyslog.d/10-input-ovirt-local_modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 19, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649143.0105703, "ctime": 1590649117.2525704, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649117.0135703, "nlink": 1, "path": "/etc/rsyslog.d/10-input-ovirt-main-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 352, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 18, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 07:00:44 UTC", "ActiveEnterTimestampMonotonic": "253107164", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 07:00:44 UTC", "AssertTimestampMonotonic": "253090525", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 07:00:44 UTC", "ConditionTimestampMonotonic": "253090524", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "18357", "ExecMainStartTimestamp": "Thu 2020-05-28 07:00:44 UTC", "ExecMainStartTimestampMonotonic": "253092767", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 07:00:44 UTC] ; stop_time=[n/a] ; pid=18357 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 07:00:44 UTC", "InactiveExitTimestampMonotonic": "253093045", "InvocationID": "aca77563f0fe4d109747a3c8d92ebeb8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "18357", "MemoryAccounting": "yes", "MemoryCurrent": "50040832", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 07:00:44 UTC", "StateChangeTimestampMonotonic": "253107164", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "9", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:94 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:98 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:102 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf, /etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf, /etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:106 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item=/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf) => {"ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "stat": {"atime": 1590649148.9045703, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "17a86362472e4f9ff3feb60e07c6927fddcab5fa", "ctime": 1590649123.4365704, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590649123.2035704, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 798, "uid": 0, "version": "181873776", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item=/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf) => {"ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "stat": {"atime": 1590649153.0975704, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3164077bb0259e38b0e5764471fec7f78f73970e", "ctime": 1590649127.6395705, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3325, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590649127.4065704, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1338, "uid": 0, "version": "2945301723", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item=/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf) => {"ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "stat": {"atime": 1590649157.2175703, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "afca8f809429735e2f52c05a6dd05e265117bd87", "ctime": 1590649131.9475703, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590649131.7055705, "nlink": 1, "path": "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1314, "uid": 0, "version": "1637066640", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check "/etc/rsyslog.d/90-input-ovirt-ovirt_bogus_input.conf does not exist"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:116 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "failed_when_result": false, "stat": {"exists": false}} TASK [Check ovirt_collectd_port is "55555"] ************************************ task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:122 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "input .name=\"ovirt_collectd_input\".*port=\"55555\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf"], "delta": "0:00:00.003012", "end": "2020-05-28 07:00:47.495041", "rc": 0, "start": "2020-05-28 07:00:47.492029", "stderr": "", "stderr_lines": [], "stdout": "input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")", "stdout_lines": ["input (name=\"ovirt_collectd_input\" type=\"imtcp\" port=\"55555\")"]} TASK [Check index_prefix is "project.ovirt-metrics-test" in "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:126 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "set $\\.index_prefix = \"project.ovirt-metrics-test\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_collectd_input.conf"], "delta": "0:00:00.003233", "end": "2020-05-28 07:00:47.824197", "rc": 0, "start": "2020-05-28 07:00:47.820964", "stderr": "", "stderr_lines": [], "stdout": " set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";", "stdout_lines": [" set $.index_prefix = \"project.ovirt-metrics-test\" & \"-\" & \"test-engine\" & \".\" & \"111-222-333\" & \".\";"]} TASK [Check input file is "/var/log/ovirt-engine/test-engine.log" in "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:130 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"], "delta": "0:00:00.002874", "end": "2020-05-28 07:00:48.159200", "rc": 0, "start": "2020-05-28 07:00:48.156326", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\"", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/ovirt-engine/test-engine.log\" tag=\"ovirt_engine_input\""]} TASK [Check index_prefix is "project.ovirt-logs-test" in "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "set $\\.index_prefix = \"project.ovirt-logs-test\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_engine_input.conf"], "delta": "0:00:00.002965", "end": "2020-05-28 07:00:48.481449", "rc": 0, "start": "2020-05-28 07:00:48.478484", "stderr": "", "stderr_lines": [], "stdout": " set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";", "stdout_lines": [" set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"444-555-666\" & \".\";"]} TASK [Check input file is "/var/log/vdsm/test-vdsm.log" in "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:138 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"], "delta": "0:00:00.003275", "end": "2020-05-28 07:00:48.811359", "rc": 0, "start": "2020-05-28 07:00:48.808084", "stderr": "", "stderr_lines": [], "stdout": "input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\"", "stdout_lines": ["input(type=\"imfile\" file=\"/var/log/vdsm/test-vdsm.log\" tag=\"ovirt_vdsm_input\""]} TASK [Check index_prefix is "project.ovirt-logs-test" in "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"] *** task path: /tmp/tmp669uc2bh/tests/tests_ovirt_elasticsearch_params.yml:142 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": ["/bin/grep", "set $\\.index_prefix = \"project.ovirt-logs-test\"", "/etc/rsyslog.d/90-input-ovirt-ovirt_vdsm_input.conf"], "delta": "0:00:00.003322", "end": "2020-05-28 07:00:49.138772", "rc": 0, "start": "2020-05-28 07:00:49.135450", "stderr": "", "stderr_lines": [], "stdout": " set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";", "stdout_lines": [" set $.index_prefix = \"project.ovirt-logs-test\" & \"-\" & \"test-engine\" & \".\" & \"777-888-999\" & \".\";"]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=129 changed=20 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_remote_default_remote.yml ************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml PLAY [Ensure that the role runs from inputs from the remote rsyslog to the default local files outputs.] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config receiving from the remote hosts and writing them to the default local files] *** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:8 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": [{"name": "remote_files_output", "type": "remote_files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"name": "default_files", "type": "files"}, {"name": "remote_files_output", "type": "remote_files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_files_output', 'type': 'remote_files'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "remote_files_output", "type": "remote_files"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '4582'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "4582"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudmqd8ej9g/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudmqd8ej9g/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCv8QSLKuLxHK9Ge/I/jKH0EqWbxiOR7X5ADyxmvuYMKn5fM4jJqMmwF04bCSmz9rC8lCDe6kL/dT0d/3kvvCiCU75wNu+QqVx/CeKKjjcfl3ZRswVfQpFIAaIUbdiNSCUjQflhpRObSVZ17fOyPrv10rYGxpqkkvNHUcS55ojqJb+9WBNIlfa8RZgrf2djswBIiEzXMFFXt/LTgf3ooNAZxtQYhnUJfcTNX6+8r13pvdVbk6EIGR45Wc/CW0toM4TIR8lDg5voN4PgvN4TbMrI2s3CUZkrAT3VU82qvkddSjTccG2WesMPLpYoImdQhb96zuOCUREuqv3NKqlZ6oq1', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCk6mNhmmqcChTVQsj0fFORK5p804priSD8hyY05wSeAJ8Zvxho1k2qV/2WvVMW/xPaVE4SQb0oDrrgN42nQgbU=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIOBAMc06PHrMX8wukkRtclQeK4PQGcgALINZLACH8m9T', 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'is_chroot': False, 'lsb': {}, 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '0fe2e75fcb2044319e34b4302bad3630', 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1501, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 480, 'free': 1501}, 'nocache': {'free': 1694, 'used': 287}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-07-00-49-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-07-00-49-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'pkg_mgr': 'dnf', 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'ansible_local': {}, 'interfaces': ['eth0', 'lo'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'service_mgr': 'systemd', 'hostnqn': '', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '07', 'minute': '01', 'second': '02', 'epoch': '1590649262', 'date': '2020-05-28', 'time': '07:01:02', 'iso8601_micro': '2020-05-28T07:01:02.803829Z', 'iso8601': '2020-05-28T07:01:02Z', 'iso8601_basic': '20200528T070102803733', 'iso8601_basic_short': '20200528T070102', 'tz': 'UTC', 'tz_offset': '+0000'}, 'iscsi_iqn': '', 'fibre_channel_wwn': [], 'apparmor': {'status': 'disabled'}, 'fips': False, 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 36836 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 36836 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'dns': {'nameservers': ['10.0.2.3']}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590649262", "hour": "07", "iso8601": "2020-05-28T07:01:02Z", "iso8601_basic": "20200528T070102803733", "iso8601_basic_short": "20200528T070102", "iso8601_micro": "2020-05-28T07:01:02.803829Z", "minute": "01", "month": "05", "second": "02", "time": "07:01:02", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-07-00-49-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-07-00-49-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 36836 22", "SSH_CONNECTION": "10.0.2.2 36836 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["eth0", "lo"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "0fe2e75fcb2044319e34b4302bad3630", "memfree_mb": 1501, "memory_mb": {"nocache": {"free": 1694, "used": 287}, "real": {"free": 1501, "total": 1981, "used": 480}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCk6mNhmmqcChTVQsj0fFORK5p804priSD8hyY05wSeAJ8Zvxho1k2qV/2WvVMW/xPaVE4SQb0oDrrgN42nQgbU=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOBAMc06PHrMX8wukkRtclQeK4PQGcgALINZLACH8m9T", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCv8QSLKuLxHK9Ge/I/jKH0EqWbxiOR7X5ADyxmvuYMKn5fM4jJqMmwF04bCSmz9rC8lCDe6kL/dT0d/3kvvCiCU75wNu+QqVx/CeKKjjcfl3ZRswVfQpFIAaIUbdiNSCUjQflhpRObSVZ17fOyPrv10rYGxpqkkvNHUcS55ojqJb+9WBNIlfa8RZgrf2djswBIiEzXMFFXt/LTgf3ooNAZxtQYhnUJfcTNX6+8r13pvdVbk6EIGR45Wc/CW0toM4TIR8lDg5voN4PgvN4TbMrI2s3CUZkrAT3VU82qvkddSjTccG2WesMPLpYoImdQhb96zuOCUREuqv3NKqlZ6oq1", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCv8QSLKuLxHK9Ge/I/jKH0EqWbxiOR7X5ADyxmvuYMKn5fM4jJqMmwF04bCSmz9rC8lCDe6kL/dT0d/3kvvCiCU75wNu+QqVx/CeKKjjcfl3ZRswVfQpFIAaIUbdiNSCUjQflhpRObSVZ17fOyPrv10rYGxpqkkvNHUcS55ojqJb+9WBNIlfa8RZgrf2djswBIiEzXMFFXt/LTgf3ooNAZxtQYhnUJfcTNX6+8r13pvdVbk6EIGR45Wc/CW0toM4TIR8lDg5voN4PgvN4TbMrI2s3CUZkrAT3VU82qvkddSjTccG2WesMPLpYoImdQhb96zuOCUREuqv3NKqlZ6oq1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCv8QSLKuLxHK9Ge/I/jKH0EqWbxiOR7X5ADyxmvuYMKn5fM4jJqMmwF04bCSmz9rC8lCDe6kL/dT0d/3kvvCiCU75wNu+QqVx/CeKKjjcfl3ZRswVfQpFIAaIUbdiNSCUjQflhpRObSVZ17fOyPrv10rYGxpqkkvNHUcS55ojqJb+9WBNIlfa8RZgrf2djswBIiEzXMFFXt/LTgf3ooNAZxtQYhnUJfcTNX6+8r13pvdVbk6EIGR45Wc/CW0toM4TIR8lDg5voN4PgvN4TbMrI2s3CUZkrAT3VU82qvkddSjTccG2WesMPLpYoImdQhb96zuOCUREuqv3NKqlZ6oq1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCk6mNhmmqcChTVQsj0fFORK5p804priSD8hyY05wSeAJ8Zvxho1k2qV/2WvVMW/xPaVE4SQb0oDrrgN42nQgbU='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCk6mNhmmqcChTVQsj0fFORK5p804priSD8hyY05wSeAJ8Zvxho1k2qV/2WvVMW/xPaVE4SQb0oDrrgN42nQgbU="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIOBAMc06PHrMX8wukkRtclQeK4PQGcgALINZLACH8m9T'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIOBAMc06PHrMX8wukkRtclQeK4PQGcgALINZLACH8m9T"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '0fe2e75fcb2044319e34b4302bad3630'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "0fe2e75fcb2044319e34b4302bad3630"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1501}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1501}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 480, 'free': 1501}, 'nocache': {'free': 1694, 'used': 287}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1694, "used": 287}, "real": {"free": 1501, "total": 1981, "used": 480}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-07-00-49-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-07-00-49-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-07-00-49-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-07-00-49-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['eth0', 'lo']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["eth0", "lo"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '07', 'minute': '01', 'second': '02', 'epoch': '1590649262', 'date': '2020-05-28', 'time': '07:01:02', 'iso8601_micro': '2020-05-28T07:01:02.803829Z', 'iso8601': '2020-05-28T07:01:02Z', 'iso8601_basic': '20200528T070102803733', 'iso8601_basic_short': '20200528T070102', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590649262", "hour": "07", "iso8601": "2020-05-28T07:01:02Z", "iso8601_basic": "20200528T070102803733", "iso8601_basic_short": "20200528T070102", "iso8601_micro": "2020-05-28T07:01:02.803829Z", "minute": "01", "month": "05", "second": "02", "time": "07:01:02", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 36836 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 36836 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 36836 22", "SSH_CONNECTION": "10.0.2.2 36836 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': [{'name': 'remote_files_output', 'type': 'remote_files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": [{"name": "remote_files_output", "type": "remote_files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'default_files', 'type': 'files'}, {'name': 'remote_files_output', 'type': 'remote_files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"name": "default_files", "type": "files"}, {"name": "remote_files_output", "type": "remote_files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__6c6c848ef1e8b4ed1add45f11532912caedf8bd1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__6c6c848ef1e8b4ed1add45f11532912caedf8bd1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T070102"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T070102", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T070102/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590649326.8000422-244434-280321605609676/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590649327.6962922-244462-58816915212955/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590649328.3022342-244462-277742922802863/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_udp_input', 'type': 'remote', 'udp_port': 514}) => {"ansible_facts": {"rsyslog_capabilities": [], "rsyslog_pki": true}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/remote/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "remote_udp_input", "type": "remote", "udp_port": 514}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_tcp_input', 'type': 'remote', 'tcp_port': 514}) => {"ansible_facts": {"rsyslog_capabilities": [], "rsyslog_pki": true}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/remote/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "remote_tcp_input", "tcp_port": 514, "type": "remote"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "2026dd962c3980c8c9e5f7058c72edb8904fd021", "dest": "/etc/rsyslog.d/10-input-remote-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "md5sum": "50886794b4f1c0487de0c35439f66f4d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 129, "src": "/root/.ansible/tmp/ansible-tmp-1590649333.0024455-244541-11029340157232/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:14 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "335e12b0d58c3f1b90f3e4673706f11d8da0cd74", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "d36b364f8a3a93a4eff559a2a87f7923", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 198, "src": "/root/.ansible/tmp/ansible-tmp-1590649337.271078-244589-205693905060678/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0e2a7ab2ee0e3c95cec7ee29ff99e92a3d8e6111", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "c9ae15edd01f4ad3e1d97ab91baf235c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 205, "src": "/root/.ansible/tmp/ansible-tmp-1590649341.5399368-244635-133133731597766/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2026dd962c3980c8c9e5f7058c72edb8904fd021", "dest": "/etc/rsyslog.d/10-input-remote-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-remote-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 129, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:14 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "335e12b0d58c3f1b90f3e4673706f11d8da0cd74", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 198, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "0e2a7ab2ee0e3c95cec7ee29ff99e92a3d8e6111", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 205, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_files_output', 'type': 'remote_files'}) => {"ansible_facts": {"__rsyslog_remote_files_output_packages": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/remote_files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "remote_files_output", "type": "remote_files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/remote_files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590649358.5846655-244814-4560186851203/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590649362.7741504-244862-22034923505662/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/remote_files/main.yml:2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': '# Per-Host Templates for Remote Systems\ntemplate(\n name="RemoteMessage"\n type="string"\n string="/var/log/remote/msg/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\n# Template for Remote host auth logs\ntemplate(\n name="RemoteHostAuthLog"\n type="string"\n string="/var/log/remote/auth/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\n# Template for Remote host cron logs\ntemplate(\n name="RemoteHostCronLog"\n type="string"\n string="/var/log/remote/cron/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\n# Template for Remote service mail logs\ntemplate(\n name="RemoteHostMailLog"\n type="string"\n string="/var/log/remote/mail/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\nruleset(name="remote_files_output") {\n # Store remote logs in separate logfiles\n authpriv.* action(name="remote_authpriv_host_log" type="omfile" DynaFile="RemoteHostAuthLog")\n *.info;mail.none;authpriv.none;cron.none action(name="remote_message" type="omfile" DynaFile="RemoteMessage")\n cron.* action(name="remote_cron_log" type="omfile" DynaFile="RemoteHostCronLog")\n mail.* action(name="remote_mail_service_log" type="omfile" DynaFile="RemoteHostMailLog")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "8e3d5acb87797134f49143107c625c85f28066f8", "dest": "/etc/rsyslog.d/30-output-files-remote_files_output.conf", "gid": 0, "group": "root", "item": {"name": "output-files-remote_files_output", "sections": [{"options": "# Per-Host Templates for Remote Systems\ntemplate(\n name=\"RemoteMessage\"\n type=\"string\"\n string=\"/var/log/remote/msg/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\n# Template for Remote host auth logs\ntemplate(\n name=\"RemoteHostAuthLog\"\n type=\"string\"\n string=\"/var/log/remote/auth/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\n# Template for Remote host cron logs\ntemplate(\n name=\"RemoteHostCronLog\"\n type=\"string\"\n string=\"/var/log/remote/cron/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\n# Template for Remote service mail logs\ntemplate(\n name=\"RemoteHostMailLog\"\n type=\"string\"\n string=\"/var/log/remote/mail/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\nruleset(name=\"remote_files_output\") {\n # Store remote logs in separate logfiles\n authpriv.* action(name=\"remote_authpriv_host_log\" type=\"omfile\" DynaFile=\"RemoteHostAuthLog\")\n *.info;mail.none;authpriv.none;cron.none action(name=\"remote_message\" type=\"omfile\" DynaFile=\"RemoteMessage\")\n cron.* action(name=\"remote_cron_log\" type=\"omfile\" DynaFile=\"RemoteHostCronLog\")\n mail.* action(name=\"remote_mail_service_log\" type=\"omfile\" DynaFile=\"RemoteHostMailLog\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "403c7c72aa9c09733abaf0a533d9cd6c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1198, "src": "/root/.ansible/tmp/ansible-tmp-1590649366.9511921-244910-133885142585389/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': '# Per-Host Templates for Remote Systems\ntemplate(\n name="RemoteMessage"\n type="string"\n string="/var/log/remote/msg/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\n# Template for Remote host auth logs\ntemplate(\n name="RemoteHostAuthLog"\n type="string"\n string="/var/log/remote/auth/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\n# Template for Remote host cron logs\ntemplate(\n name="RemoteHostCronLog"\n type="string"\n string="/var/log/remote/cron/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\n# Template for Remote service mail logs\ntemplate(\n name="RemoteHostMailLog"\n type="string"\n string="/var/log/remote/mail/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\n\nruleset(name="remote_files_output") {\n # Store remote logs in separate logfiles\n authpriv.* action(name="remote_authpriv_host_log" type="omfile" DynaFile="RemoteHostAuthLog")\n *.info;mail.none;authpriv.none;cron.none action(name="remote_message" type="omfile" DynaFile="RemoteMessage")\n cron.* action(name="remote_cron_log" type="omfile" DynaFile="RemoteHostCronLog")\n mail.* action(name="remote_mail_service_log" type="omfile" DynaFile="RemoteHostMailLog")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-remote_files_output", "sections": [{"options": "# Per-Host Templates for Remote Systems\ntemplate(\n name=\"RemoteMessage\"\n type=\"string\"\n string=\"/var/log/remote/msg/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\n# Template for Remote host auth logs\ntemplate(\n name=\"RemoteHostAuthLog\"\n type=\"string\"\n string=\"/var/log/remote/auth/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\n# Template for Remote host cron logs\ntemplate(\n name=\"RemoteHostCronLog\"\n type=\"string\"\n string=\"/var/log/remote/cron/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\n# Template for Remote service mail logs\ntemplate(\n name=\"RemoteHostMailLog\"\n type=\"string\"\n string=\"/var/log/remote/mail/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\n\nruleset(name=\"remote_files_output\") {\n # Store remote logs in separate logfiles\n authpriv.* action(name=\"remote_authpriv_host_log\" type=\"omfile\" DynaFile=\"RemoteHostAuthLog\")\n *.info;mail.none;authpriv.none;cron.none action(name=\"remote_message\" type=\"omfile\" DynaFile=\"RemoteMessage\")\n cron.* action(name=\"remote_cron_log\" type=\"omfile\" DynaFile=\"RemoteHostCronLog\")\n mail.* action(name=\"remote_mail_service_log\" type=\"omfile\" DynaFile=\"RemoteHostMailLog\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:28 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590649368.1321757, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590649327.3781757, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590649327.0491757, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3903451643", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 8, "files": [{"atime": 1590649368.1321757, "ctime": 1590649358.9001758, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649358.6671758, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649368.1321757, "ctime": 1590649363.0911758, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649362.8651757, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649368.1321757, "ctime": 1590649328.0151758, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649327.7811756, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649368.1321757, "ctime": 1590649328.6061757, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649328.3851757, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649354.2831757, "ctime": 1590649341.8761756, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649341.6371758, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 205, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649350.0731757, "ctime": 1590649337.6231756, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649337.3821757, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 198, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649345.8941758, "ctime": 1590649333.3371756, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649333.0991757, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 129, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649368.1321757, "ctime": 1590649367.2731757, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649367.0321758, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-remote_files_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1198, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 8, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 07:02:48 UTC", "ActiveEnterTimestampMonotonic": "115274708", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 07:02:48 UTC", "AssertTimestampMonotonic": "115264854", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 07:02:48 UTC", "ConditionTimestampMonotonic": "115264854", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11728", "ExecMainStartTimestamp": "Thu 2020-05-28 07:02:48 UTC", "ExecMainStartTimestampMonotonic": "115267456", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 07:02:48 UTC] ; stop_time=[n/a] ; pid=11728 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 07:02:48 UTC", "InactiveExitTimestampMonotonic": "115267708", "InvocationID": "67c4c334213847f59ddccd2007bac515", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11728", "MemoryAccounting": "yes", "MemoryCurrent": "1138688", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 07:02:48 UTC", "StateChangeTimestampMonotonic": "115274708", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog version] *************************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:39 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:43 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:49 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.010136", "end": "2020-05-28 07:02:50.007340", "failed_when_result": false, "rc": 0, "start": "2020-05-28 07:02:49.997204", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 07:02:49 UTC; 527ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 11959 (rsyslogd)\n Tasks: 5 (limit: 2343)\n Memory: 1016.0K\n CGroup: /system.slice/rsyslog.service\n └─11959 /usr/sbin/rsyslogd -n\n\nMay 28 07:02:49 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 07:02:49 ibm-p8-kvm-03-guest-02 rsyslogd[11959]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"11959\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 07:02:49 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 07:02:49 UTC; 527ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 11959 (rsyslogd)", " Tasks: 5 (limit: 2343)", " Memory: 1016.0K", " CGroup: /system.slice/rsyslog.service", " └─11959 /usr/sbin/rsyslogd -n", "", "May 28 07:02:49 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 07:02:49 ibm-p8-kvm-03-guest-02 rsyslogd[11959]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"11959\" x-info=\"https://www.rsyslog.com\"] start", "May 28 07:02:49 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service."]} TASK [Install lsof] ************************************************************ task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:54 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: lsof-4.91-3.fc30.x86_64"]} TASK [lsof outputs for rsyslogd] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:59 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd\n", "delta": "0:00:00.045111", "end": "2020-05-28 07:02:54.789039", "rc": 0, "start": "2020-05-28 07:02:54.743928", "stderr": "", "stderr_lines": [], "stdout": "rsyslogd 11959 root 4u IPv4 71412 0t0 UDP *:514 \nrsyslogd 11959 root 5u IPv6 71413 0t0 UDP *:514 \nrsyslogd 11959 root 7u IPv4 71416 0t0 TCP *:514 (LISTEN)\nrsyslogd 11959 root 8u IPv6 71417 0t0 TCP *:514 (LISTEN)", "stdout_lines": ["rsyslogd 11959 root 4u IPv4 71412 0t0 UDP *:514 ", "rsyslogd 11959 root 5u IPv6 71413 0t0 UDP *:514 ", "rsyslogd 11959 root 7u IPv4 71416 0t0 TCP *:514 (LISTEN)", "rsyslogd 11959 root 8u IPv6 71417 0t0 TCP *:514 (LISTEN)"]} TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:66 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "lsof returned rsyslogd 11959 root 4u IPv4 71412 0t0 UDP *:514 \nrsyslogd 11959 root 5u IPv6 71413 0t0 UDP *:514 \nrsyslogd 11959 root 7u IPv4 71416 0t0 TCP *:514 (LISTEN)\nrsyslogd 11959 root 8u IPv6 71417 0t0 TCP *:514 (LISTEN)" } TASK [Check port 514 is open for TCP] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:69 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 514\n", "delta": "0:00:00.027196", "end": "2020-05-28 07:02:55.225642", "rc": 0, "start": "2020-05-28 07:02:55.198446", "stderr": "", "stderr_lines": [], "stdout": "rsyslogd 11959 root 7u IPv4 71416 0t0 TCP *:514 (LISTEN)\nrsyslogd 11959 root 8u IPv6 71417 0t0 TCP *:514 (LISTEN)", "stdout_lines": ["rsyslogd 11959 root 7u IPv4 71416 0t0 TCP *:514 (LISTEN)", "rsyslogd 11959 root 8u IPv6 71417 0t0 TCP *:514 (LISTEN)"]} TASK [Check port 514 is open for UDP] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_default_remote.yml:76 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 514\n", "delta": "0:00:00.026871", "end": "2020-05-28 07:02:55.576738", "rc": 0, "start": "2020-05-28 07:02:55.549867", "stderr": "", "stderr_lines": [], "stdout": "rsyslogd 11959 root 4u IPv4 71412 0t0 UDP *:514 \nrsyslogd 11959 root 5u IPv6 71413 0t0 UDP *:514 ", "stdout_lines": ["rsyslogd 11959 root 4u IPv4 71412 0t0 UDP *:514 ", "rsyslogd 11959 root 5u IPv6 71413 0t0 UDP *:514 "]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=67 changed=14 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0 + cd /tmp/tmp669uc2bh/tests; TEST_SUBJECTS=/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_logging-124-122055a-fedora-30-avyex7zu/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp669uc2bh/_setup.yml /tmp/tmp669uc2bh/tests/tests_remote_remote.yml ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.2 (default, Feb 28 2020, 00:00:00) [GCC 10.0.1 20200216 (Red Hat 10.0.1-0.8)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp669uc2bh/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/_setup.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "groups": { "all": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "localhost": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "subjects": [ "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp669uc2bh/_setup.yml:7 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_remote_remote.yml ********************************************** 1 plays in /tmp/tmp669uc2bh/tests/tests_remote_remote.yml PLAY [Ensure that the role runs from inputs from the remote rsyslog to the local files outputs.] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] META: ran handlers TASK [deploy config receiving from the remote hosts and writing them to the local files] *** task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:6 TASK [linux-system-roles.logging : Set rsyslog_output_elasticsearch for the omelasticsearch output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:5 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_elasticsearch": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_files for the omfile outputs] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:9 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": []}, "changed": false} TASK [linux-system-roles.logging : Set files output if rsyslog_output_files is empty and logging_inputs is not empty] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:13 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_files": [{"name": "default_files", "type": "files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_forwards for the omfwd output] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:20 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_forwards": []}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_output_remote_files for the omfwd output for the remote input] *** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:24 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_output_remote_files": [{"comment": "This is a comment 0.", "exclude": ["authpriv.none"], "name": "remote_files_output0", "remote_log_path": "/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "severity": "info", "type": "remote_files"}, {"facility": "authpriv", "name": "remote_files_output1", "remote_sub_path": "others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "type": "remote_files"}]}, "changed": false} TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:28 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_outputs": [{"name": "default_files", "type": "files"}, {"comment": "This is a comment 0.", "exclude": ["authpriv.none"], "name": "remote_files_output0", "remote_log_path": "/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "severity": "info", "type": "remote_files"}, {"facility": "authpriv", "name": "remote_files_output1", "remote_sub_path": "others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "type": "remote_files"}]}, "changed": false} TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:32 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_files_output0', 'type': 'remote_files', 'remote_log_path': '/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'comment': 'This is a comment 0.', 'severity': 'info', 'exclude': ['authpriv.none']}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "This is a comment 0.", "exclude": ["authpriv.none"], "name": "remote_files_output0", "remote_log_path": "/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "severity": "info", "type": "remote_files"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_files_output1', 'type': 'remote_files', 'remote_sub_path': 'others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'facility': 'authpriv'}) => {"ansible_loop_var": "item", "changed": false, "item": {"facility": "authpriv", "name": "remote_files_output1", "remote_sub_path": "others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "type": "remote_files"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:40 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:45 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:52 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:59 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:66 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_file', 'value': '/usr/share/ansible/inventory/standard-inventory-qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_file", "value": "/usr/share/ansible/inventory/standard-inventory-qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_dir', 'value': '/usr/share/ansible/inventory'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_dir", "value": "/usr/share/ansible/inventory"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_port', 'value': '2797'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_port", "value": "2797"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_host', 'value': '127.0.0.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_host", "value": "127.0.0.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_pass', 'value': 'foobar'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_pass", "value": "foobar"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_private_key_file', 'value': '/tmp/inventory-cloudbi77jlhv/identity'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_private_key_file", "value": "/tmp/inventory-cloudbi77jlhv/identity"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_common_args', 'value': '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_common_args", "value": "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_interpreter', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_interpreter", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname', 'value': '/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname", "value": "/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'inventory_hostname_short', 'value': '/cache/Fedora-Cloud-Base-30-1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "inventory_hostname_short", "value": "/cache/Fedora-Cloud-Base-30-1"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'group_names', 'value': ['localhost', 'subjects']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "group_names", "value": ["localhost", "subjects"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_facts', 'value': {'user_id': 'root', 'user_uid': 0, 'user_gid': 0, 'user_gecos': 'root', 'user_dir': '/root', 'user_shell': '/bin/bash', 'real_user_id': 0, 'effective_user_id': 0, 'real_group_id': 0, 'effective_group_id': 0, 'system': 'Linux', 'kernel': '5.0.9-301.fc30.x86_64', 'kernel_version': '#1 SMP Tue Apr 23 23:57:35 UTC 2019', 'machine': 'x86_64', 'python_version': '3.7.3', 'fqdn': 'ibm-p8-kvm-03-guest-02', 'hostname': 'ibm-p8-kvm-03-guest-02', 'nodename': 'ibm-p8-kvm-03-guest-02', 'domain': '', 'userspace_bits': '64', 'architecture': 'x86_64', 'userspace_architecture': 'x86_64', 'machine_id': '558eae7b05ab4c9fa95eb73a28984d2c', 'env': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34280 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34280 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}, 'selinux_python_present': True, 'selinux': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}, 'processor': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz'], 'processor_count': 49, 'processor_cores': 1, 'processor_threads_per_core': 1, 'processor_vcpus': 49, 'memtotal_mb': 1981, 'memfree_mb': 1493, 'swaptotal_mb': 0, 'swapfree_mb': 0, 'memory_mb': {'real': {'total': 1981, 'used': 488, 'free': 1493}, 'nocache': {'free': 1686, 'used': 295}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}, 'bios_date': '04/01/2014', 'bios_version': '1.13.0-2.fc32', 'form_factor': 'Other', 'product_name': 'Standard PC (i440FX + PIIX, 1996)', 'product_serial': 'NA', 'product_uuid': 'NA', 'product_version': 'pc-i440fx-4.2', 'system_vendor': 'QEMU', 'devices': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-07-02-56-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}, 'device_links': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-07-02-56-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}, 'uptime_seconds': 9, 'mounts': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}], 'system_capabilities_enforced': 'True', 'system_capabilities': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep'], 'ssh_host_key_rsa_public': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDBPphyamrWLHDSgNzYDjOyv28gOY8YAMx7eh057DzuMEZhqQIZPXUNpAuato8X3zva75IuHh00qcRvPQHIPlHL+K7qtAcUifyOkspf71HDzv3Z/1uFed1XTt7NXXitc6KyNO1zAESZo3J4e/EZqqZ61A0B76PW1hP4TUMKgMNCj9lrnzKRjuL9xd02JPp32oCqEUICYYqM6z3qDZT9aQ83n5yv2gWULqzoSIOHa8b58eqLDvI1ip7TBEOVMAvwCplp2tDvG9shB02r9UvA8en7DwaQA2anfD9z2QdgS13p+mARPQOdng9NqqZgefwbcs2Yda9kZxpdEX4IkRslz8ob', 'ssh_host_key_ecdsa_public': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJrq0eUxP7lOyeu4OlMm0F5oD7xaqUMCIhfAFm9I0+7jEbtTjxthZGloRzWjePWaGT5DWRX76nVk/C1vE8gWGNc=', 'ssh_host_key_ed25519_public': 'AAAAC3NzaC1lZDI1NTE5AAAAIHIRWqWh09DYIGMcFKv8uaTUWqyt6i86+L5q7FapZuF7', 'is_chroot': False, 'lsb': {}, 'python': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}, 'ansible_local': {}, 'iscsi_iqn': '', 'hostnqn': '', 'distribution': 'Fedora', 'distribution_release': '', 'distribution_version': '30', 'distribution_major_version': '30', 'distribution_file_path': '/etc/redhat-release', 'distribution_file_variety': 'RedHat', 'distribution_file_parsed': True, 'os_family': 'RedHat', 'fips': False, 'virtualization_role': 'guest', 'virtualization_type': 'kvm', 'date_time': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '07', 'minute': '03', 'second': '09', 'epoch': '1590649389', 'date': '2020-05-28', 'time': '07:03:09', 'iso8601_micro': '2020-05-28T07:03:09.907876Z', 'iso8601': '2020-05-28T07:03:09Z', 'iso8601_basic': '20200528T070309907770', 'iso8601_basic_short': '20200528T070309', 'tz': 'UTC', 'tz_offset': '+0000'}, 'fibre_channel_wwn': [], 'cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}, 'proc_cmdline': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}, 'dns': {'nameservers': ['10.0.2.3']}, 'interfaces': ['eth0', 'lo'], 'eth0': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}, 'lo': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}, 'default_ipv4': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}, 'default_ipv6': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}, 'all_ipv4_addresses': ['10.0.2.15'], 'all_ipv6_addresses': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456'], 'service_mgr': 'systemd', 'apparmor': {'status': 'disabled'}, 'pkg_mgr': 'dnf', 'gather_subset': ['all'], 'module_setup': True}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_facts", "value": {"all_ipv4_addresses": ["10.0.2.15"], "all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_local": {}, "apparmor": {"status": "disabled"}, "architecture": "x86_64", "bios_date": "04/01/2014", "bios_version": "1.13.0-2.fc32", "cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "date_time": {"date": "2020-05-28", "day": "28", "epoch": "1590649389", "hour": "07", "iso8601": "2020-05-28T07:03:09Z", "iso8601_basic": "20200528T070309907770", "iso8601_basic_short": "20200528T070309", "iso8601_micro": "2020-05-28T07:03:09.907876Z", "minute": "03", "month": "05", "second": "09", "time": "07:03:09", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}, "default_ipv4": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}, "default_ipv6": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}, "device_links": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-07-02-56-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}, "devices": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-07-02-56-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}, "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "30", "distribution_release": "", "distribution_version": "30", "dns": {"nameservers": ["10.0.2.3"]}, "domain": "", "effective_group_id": 0, "effective_user_id": 0, "env": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34280 22", "SSH_CONNECTION": "10.0.2.2 34280 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}, "eth0": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ibm-p8-kvm-03-guest-02", "gather_subset": ["all"], "hostname": "ibm-p8-kvm-03-guest-02", "hostnqn": "", "interfaces": ["eth0", "lo"], "is_chroot": false, "iscsi_iqn": "", "kernel": "5.0.9-301.fc30.x86_64", "kernel_version": "#1 SMP Tue Apr 23 23:57:35 UTC 2019", "lo": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}, "lsb": {}, "machine": "x86_64", "machine_id": "558eae7b05ab4c9fa95eb73a28984d2c", "memfree_mb": 1493, "memory_mb": {"nocache": {"free": 1686, "used": 295}, "real": {"free": 1493, "total": 1981, "used": 488}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}, "memtotal_mb": 1981, "module_setup": true, "mounts": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}], "nodename": "ibm-p8-kvm-03-guest-02", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}, "processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "processor_cores": 1, "processor_count": 49, "processor_threads_per_core": 1, "processor_vcpus": 49, "product_name": "Standard PC (i440FX + PIIX, 1996)", "product_serial": "NA", "product_uuid": "NA", "product_version": "pc-i440fx-4.2", "python": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}, "python_version": "3.7.3", "real_group_id": 0, "real_user_id": 0, "selinux": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJrq0eUxP7lOyeu4OlMm0F5oD7xaqUMCIhfAFm9I0+7jEbtTjxthZGloRzWjePWaGT5DWRX76nVk/C1vE8gWGNc=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHIRWqWh09DYIGMcFKv8uaTUWqyt6i86+L5q7FapZuF7", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDBPphyamrWLHDSgNzYDjOyv28gOY8YAMx7eh057DzuMEZhqQIZPXUNpAuato8X3zva75IuHh00qcRvPQHIPlHL+K7qtAcUifyOkspf71HDzv3Z/1uFed1XTt7NXXitc6KyNO1zAESZo3J4e/EZqqZ61A0B76PW1hP4TUMKgMNCj9lrnzKRjuL9xd02JPp32oCqEUICYYqM6z3qDZT9aQ83n5yv2gWULqzoSIOHa8b58eqLDvI1ip7TBEOVMAvwCplp2tDvG9shB02r9UvA8en7DwaQA2anfD9z2QdgS13p+mARPQOdng9NqqZgefwbcs2Yda9kZxpdEX4IkRslz8ob", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"], "system_capabilities_enforced": "True", "system_vendor": "QEMU", "uptime_seconds": 9, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "kvm"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_id', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_id", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_uid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_uid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gid', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gid", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_gecos', 'value': 'root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_gecos", "value": "root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_dir', 'value': '/root'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_dir", "value": "/root"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_user_shell', 'value': '/bin/bash'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_user_shell", "value": "/bin/bash"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_user_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_user_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_real_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_real_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_effective_group_id', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_effective_group_id", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system', 'value': 'Linux'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system", "value": "Linux"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel', 'value': '5.0.9-301.fc30.x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel", "value": "5.0.9-301.fc30.x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_kernel_version', 'value': '#1 SMP Tue Apr 23 23:57:35 UTC 2019'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_kernel_version", "value": "#1 SMP Tue Apr 23 23:57:35 UTC 2019"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python_version', 'value': '3.7.3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python_version", "value": "3.7.3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fqdn', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fqdn", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostname', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostname", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_nodename', 'value': 'ibm-p8-kvm-03-guest-02'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_nodename", "value": "ibm-p8-kvm-03-guest-02"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_domain', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_domain", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_bits', 'value': '64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_bits", "value": "64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_userspace_architecture', 'value': 'x86_64'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_userspace_architecture", "value": "x86_64"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_machine_id', 'value': '558eae7b05ab4c9fa95eb73a28984d2c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_machine_id", "value": "558eae7b05ab4c9fa95eb73a28984d2c"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_env', 'value': {'SHELL': '/bin/bash', 'PWD': '/root', 'LOGNAME': 'root', 'XDG_SESSION_TYPE': 'tty', '_': '/usr/bin/python3', 'HOME': '/root', 'LANG': 'en_US.UTF-8', 'LS_COLORS': '', 'SSH_CONNECTION': '10.0.2.2 34280 10.0.2.15 22', 'XDG_SESSION_CLASS': 'user', 'SELINUX_ROLE_REQUESTED': '', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'USER': 'root', 'SELINUX_USE_CURRENT_RANGE': '', 'SHLVL': '1', 'XDG_SESSION_ID': '1', 'LC_CTYPE': 'C.UTF-8', 'XDG_RUNTIME_DIR': '/run/user/0', 'SSH_CLIENT': '10.0.2.2 34280 22', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'SELINUX_LEVEL_REQUESTED': '', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/0/bus', 'MAIL': '/var/mail/root', 'SSH_TTY': '/dev/pts/0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_env", "value": {"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "HOME": "/root", "LANG": "en_US.UTF-8", "LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.0.2.2 34280 22", "SSH_CONNECTION": "10.0.2.2 34280 10.0.2.15 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "1", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux_python_present', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux_python_present", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_selinux', 'value': {'status': 'enabled', 'policyvers': 31, 'config_mode': 'enforcing', 'mode': 'enforcing', 'type': 'targeted'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_selinux", "value": {"config_mode": "enforcing", "mode": "enforcing", "policyvers": 31, "status": "enabled", "type": "targeted"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor', 'value': ['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '2', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '3', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '4', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '5', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '6', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '7', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '8', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '9', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '10', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '11', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '12', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '13', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '14', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '15', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '16', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '17', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '18', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '19', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '20', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '21', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '22', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '23', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '24', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '25', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '26', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '27', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '28', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '29', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '30', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '31', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '32', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '33', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '34', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '35', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '36', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '37', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '38', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '39', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '40', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '41', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '42', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '43', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '44', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '45', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '46', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '47', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz', '48', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor", "value": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "32", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "33", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "34", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "35", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "36", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "37", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "38", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "39", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "40", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "41", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "42", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "43", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "44", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "45", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "46", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "47", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "48", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_count', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_count", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_cores', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_cores", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_threads_per_core', 'value': 1}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_threads_per_core", "value": 1}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_processor_vcpus', 'value': 49}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_processor_vcpus", "value": 49}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memtotal_mb', 'value': 1981}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memtotal_mb", "value": 1981}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memfree_mb', 'value': 1493}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memfree_mb", "value": 1493}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swaptotal_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swaptotal_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_swapfree_mb', 'value': 0}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_swapfree_mb", "value": 0}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_memory_mb', 'value': {'real': {'total': 1981, 'used': 488, 'free': 1493}, 'nocache': {'free': 1686, 'used': 295}, 'swap': {'total': 0, 'free': 0, 'used': 0, 'cached': 0}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_memory_mb", "value": {"nocache": {"free": 1686, "used": 295}, "real": {"free": 1493, "total": 1981, "used": 488}, "swap": {"cached": 0, "free": 0, "total": 0, "used": 0}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_date', 'value': '04/01/2014'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_date", "value": "04/01/2014"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_bios_version', 'value': '1.13.0-2.fc32'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_bios_version", "value": "1.13.0-2.fc32"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_form_factor', 'value': 'Other'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_form_factor", "value": "Other"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_name', 'value': 'Standard PC (i440FX + PIIX, 1996)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_name", "value": "Standard PC (i440FX + PIIX, 1996)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_serial', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_serial", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_uuid', 'value': 'NA'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_uuid", "value": "NA"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_product_version', 'value': 'pc-i440fx-4.2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_product_version", "value": "pc-i440fx-4.2"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_vendor', 'value': 'QEMU'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_vendor", "value": "QEMU"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_devices', 'value': {'sr0': {'virtual': 1, 'links': {'ids': ['ata-QEMU_DVD-ROM_QM00003'], 'uuids': ['2020-05-28-07-02-56-00'], 'labels': ['cidata'], 'masters': []}, 'vendor': 'QEMU', 'model': 'QEMU DVD-ROM', 'sas_address': None, 'sas_device_handle': None, 'removable': '1', 'support_discard': '0', 'partitions': {}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '728', 'sectorsize': '2048', 'size': '364.00 KB', 'host': '', 'holders': []}, 'vda': {'virtual': 1, 'links': {'ids': [], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': '0x1af4', 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {'vda1': {'links': {'ids': [], 'uuids': ['ea711a29-e460-4879-9d70-9da99ae021f9'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '8386560', 'sectorsize': 512, 'size': '4.00 GB', 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '8388608', 'sectorsize': '512', 'size': '4.00 GB', 'host': '', 'holders': []}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_devices", "value": {"sr0": {"holders": [], "host": "", "links": {"ids": ["ata-QEMU_DVD-ROM_QM00003"], "labels": ["cidata"], "masters": [], "uuids": ["2020-05-28-07-02-56-00"]}, "model": "QEMU DVD-ROM", "partitions": {}, "removable": "1", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "728", "sectorsize": "2048", "size": "364.00 KB", "support_discard": "0", "vendor": "QEMU", "virtual": 1}, "vda": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {"vda1": {"holders": [], "links": {"ids": [], "labels": [], "masters": [], "uuids": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}, "sectors": "8386560", "sectorsize": 512, "size": "4.00 GB", "start": "2048", "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "support_discard": "512", "vendor": "0x1af4", "virtual": 1}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_device_links', 'value': {'ids': {'sr0': ['ata-QEMU_DVD-ROM_QM00003']}, 'uuids': {'sr0': ['2020-05-28-07-02-56-00'], 'vda1': ['ea711a29-e460-4879-9d70-9da99ae021f9']}, 'labels': {'sr0': ['cidata']}, 'masters': {}}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_device_links", "value": {"ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "labels": {"sr0": ["cidata"]}, "masters": {}, "uuids": {"sr0": ["2020-05-28-07-02-56-00"], "vda1": ["ea711a29-e460-4879-9d70-9da99ae021f9"]}}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_uptime_seconds', 'value': 9}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_uptime_seconds", "value": 9}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_mounts', 'value': [{'mount': '/', 'device': '/dev/vda1', 'fstype': 'ext4', 'options': 'rw,seclabel,relatime', 'size_total': 4159373312, 'size_available': 2998124544, 'block_size': 4096, 'block_total': 1015472, 'block_available': 731964, 'block_used': 283508, 'inode_total': 262144, 'inode_available': 233662, 'inode_used': 28482, 'uuid': 'ea711a29-e460-4879-9d70-9da99ae021f9'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_mounts", "value": [{"block_available": 731964, "block_size": 4096, "block_total": 1015472, "block_used": 283508, "device": "/dev/vda1", "fstype": "ext4", "inode_available": 233662, "inode_total": 262144, "inode_used": 28482, "mount": "/", "options": "rw,seclabel,relatime", "size_available": 2998124544, "size_total": 4159373312, "uuid": "ea711a29-e460-4879-9d70-9da99ae021f9"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities_enforced', 'value': 'True'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities_enforced", "value": "True"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_system_capabilities', 'value': ['cap_chown', 'cap_dac_override', 'cap_dac_read_search', 'cap_fowner', 'cap_fsetid', 'cap_kill', 'cap_setgid', 'cap_setuid', 'cap_setpcap', 'cap_linux_immutable', 'cap_net_bind_service', 'cap_net_broadcast', 'cap_net_admin', 'cap_net_raw', 'cap_ipc_lock', 'cap_ipc_owner', 'cap_sys_module', 'cap_sys_rawio', 'cap_sys_chroot', 'cap_sys_ptrace', 'cap_sys_pacct', 'cap_sys_admin', 'cap_sys_boot', 'cap_sys_nice', 'cap_sys_resource', 'cap_sys_time', 'cap_sys_tty_config', 'cap_mknod', 'cap_lease', 'cap_audit_write', 'cap_audit_control', 'cap_setfcap', 'cap_mac_override', 'cap_mac_admin', 'cap_syslog', 'cap_wake_alarm', 'cap_block_suspend', 'cap_audit_read+ep']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_system_capabilities", "value": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "cap_wake_alarm", "cap_block_suspend", "cap_audit_read+ep"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_rsa_public', 'value': 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDBPphyamrWLHDSgNzYDjOyv28gOY8YAMx7eh057DzuMEZhqQIZPXUNpAuato8X3zva75IuHh00qcRvPQHIPlHL+K7qtAcUifyOkspf71HDzv3Z/1uFed1XTt7NXXitc6KyNO1zAESZo3J4e/EZqqZ61A0B76PW1hP4TUMKgMNCj9lrnzKRjuL9xd02JPp32oCqEUICYYqM6z3qDZT9aQ83n5yv2gWULqzoSIOHa8b58eqLDvI1ip7TBEOVMAvwCplp2tDvG9shB02r9UvA8en7DwaQA2anfD9z2QdgS13p+mARPQOdng9NqqZgefwbcs2Yda9kZxpdEX4IkRslz8ob'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_rsa_public", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDBPphyamrWLHDSgNzYDjOyv28gOY8YAMx7eh057DzuMEZhqQIZPXUNpAuato8X3zva75IuHh00qcRvPQHIPlHL+K7qtAcUifyOkspf71HDzv3Z/1uFed1XTt7NXXitc6KyNO1zAESZo3J4e/EZqqZ61A0B76PW1hP4TUMKgMNCj9lrnzKRjuL9xd02JPp32oCqEUICYYqM6z3qDZT9aQ83n5yv2gWULqzoSIOHa8b58eqLDvI1ip7TBEOVMAvwCplp2tDvG9shB02r9UvA8en7DwaQA2anfD9z2QdgS13p+mARPQOdng9NqqZgefwbcs2Yda9kZxpdEX4IkRslz8ob"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ecdsa_public', 'value': 'AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJrq0eUxP7lOyeu4OlMm0F5oD7xaqUMCIhfAFm9I0+7jEbtTjxthZGloRzWjePWaGT5DWRX76nVk/C1vE8gWGNc='}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ecdsa_public", "value": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJrq0eUxP7lOyeu4OlMm0F5oD7xaqUMCIhfAFm9I0+7jEbtTjxthZGloRzWjePWaGT5DWRX76nVk/C1vE8gWGNc="}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_ssh_host_key_ed25519_public', 'value': 'AAAAC3NzaC1lZDI1NTE5AAAAIHIRWqWh09DYIGMcFKv8uaTUWqyt6i86+L5q7FapZuF7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_ssh_host_key_ed25519_public", "value": "AAAAC3NzaC1lZDI1NTE5AAAAIHIRWqWh09DYIGMcFKv8uaTUWqyt6i86+L5q7FapZuF7"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_is_chroot', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_is_chroot", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lsb', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lsb", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_python', 'value': {'version': {'major': 3, 'minor': 7, 'micro': 3, 'releaselevel': 'final', 'serial': 0}, 'version_info': [3, 7, 3, 'final', 0], 'executable': '/usr/bin/python3', 'has_sslcontext': True, 'type': 'cpython'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_python", "value": {"executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython", "version": {"major": 3, "micro": 3, "minor": 7, "releaselevel": "final", "serial": 0}, "version_info": [3, 7, 3, "final", 0]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_local', 'value': {}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_local", "value": {}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_iscsi_iqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_iscsi_iqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_hostnqn', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_hostnqn", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution', 'value': 'Fedora'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution", "value": "Fedora"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_release', 'value': ''}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_release", "value": ""}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_major_version', 'value': '30'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_major_version", "value": "30"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_path', 'value': '/etc/redhat-release'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_path", "value": "/etc/redhat-release"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_variety', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_variety", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_distribution_file_parsed', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_distribution_file_parsed", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_os_family', 'value': 'RedHat'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_os_family", "value": "RedHat"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fips', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fips", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_role', 'value': 'guest'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_role", "value": "guest"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_virtualization_type', 'value': 'kvm'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_virtualization_type", "value": "kvm"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_date_time', 'value': {'year': '2020', 'month': '05', 'weekday': 'Thursday', 'weekday_number': '4', 'weeknumber': '21', 'day': '28', 'hour': '07', 'minute': '03', 'second': '09', 'epoch': '1590649389', 'date': '2020-05-28', 'time': '07:03:09', 'iso8601_micro': '2020-05-28T07:03:09.907876Z', 'iso8601': '2020-05-28T07:03:09Z', 'iso8601_basic': '20200528T070309907770', 'iso8601_basic_short': '20200528T070309', 'tz': 'UTC', 'tz_offset': '+0000'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_date_time", "value": {"date": "2020-05-28", "day": "28", "epoch": "1590649389", "hour": "07", "iso8601": "2020-05-28T07:03:09Z", "iso8601_basic": "20200528T070309907770", "iso8601_basic_short": "20200528T070309", "iso8601_micro": "2020-05-28T07:03:09.907876Z", "minute": "03", "month": "05", "second": "09", "time": "07:03:09", "tz": "UTC", "tz_offset": "+0000", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "21", "year": "2020"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_fibre_channel_wwn', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_fibre_channel_wwn", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': 'ttyS0,115200n8'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": "ttyS0,115200n8", "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_proc_cmdline', 'value': {'BOOT_IMAGE': '(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64', 'root': 'UUID=ea711a29-e460-4879-9d70-9da99ae021f9', 'ro': True, 'no_timer_check': True, 'net.ifnames': '0', 'console': ['tty1', 'ttyS0,115200n8']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_proc_cmdline", "value": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.0.9-301.fc30.x86_64", "console": ["tty1", "ttyS0,115200n8"], "net.ifnames": "0", "no_timer_check": true, "ro": true, "root": "UUID=ea711a29-e460-4879-9d70-9da99ae021f9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_dns', 'value': {'nameservers': ['10.0.2.3']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_dns", "value": {"nameservers": ["10.0.2.3"]}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_interfaces', 'value': ['eth0', 'lo']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_interfaces", "value": ["eth0", "lo"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_eth0', 'value': {'device': 'eth0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'active': True, 'module': 'virtio_net', 'type': 'ether', 'pciid': 'virtio0', 'speed': -1, 'promisc': False, 'ipv4': {'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0'}, 'ipv6': [{'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site'}, {'address': 'fe80::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'link'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_eth0", "value": {"active": true, "device": "eth0", "ipv4": {"address": "10.0.2.15", "broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0"}, "ipv6": [{"address": "fec0::5054:ff:fe12:3456", "prefix": "64", "scope": "site"}, {"address": "fe80::5054:ff:fe12:3456", "prefix": "64", "scope": "link"}], "macaddress": "52:54:00:12:34:56", "module": "virtio_net", "mtu": 1500, "pciid": "virtio0", "promisc": false, "speed": -1, "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_lo', 'value': {'device': 'lo', 'mtu': 65536, 'active': True, 'type': 'loopback', 'promisc': False, 'ipv4': {'address': '127.0.0.1', 'broadcast': 'host', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}, 'ipv6': [{'address': '::1', 'prefix': '128', 'scope': 'host'}]}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_lo", "value": {"active": true, "device": "lo", "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "mtu": 65536, "promisc": false, "type": "loopback"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv4', 'value': {'gateway': '10.0.2.2', 'interface': 'eth0', 'address': '10.0.2.15', 'broadcast': '10.0.2.255', 'netmask': '255.255.255.0', 'network': '10.0.2.0', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether', 'alias': 'eth0'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv4", "value": {"address": "10.0.2.15", "alias": "eth0", "broadcast": "10.0.2.255", "gateway": "10.0.2.2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "netmask": "255.255.255.0", "network": "10.0.2.0", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_default_ipv6', 'value': {'gateway': 'fe80::2', 'interface': 'eth0', 'address': 'fec0::5054:ff:fe12:3456', 'prefix': '64', 'scope': 'site', 'macaddress': '52:54:00:12:34:56', 'mtu': 1500, 'type': 'ether'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_default_ipv6", "value": {"address": "fec0::5054:ff:fe12:3456", "gateway": "fe80::2", "interface": "eth0", "macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "scope": "site", "type": "ether"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv4_addresses', 'value': ['10.0.2.15']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv4_addresses", "value": ["10.0.2.15"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_all_ipv6_addresses', 'value': ['fec0::5054:ff:fe12:3456', 'fe80::5054:ff:fe12:3456']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_all_ipv6_addresses", "value": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_service_mgr', 'value': 'systemd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_service_mgr", "value": "systemd"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_apparmor', 'value': {'status': 'disabled'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_apparmor", "value": {"status": "disabled"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_pkg_mgr', 'value': 'dnf'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_pkg_mgr", "value": "dnf"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'gather_subset', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "gather_subset", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'module_setup', 'value': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "module_setup", "value": true}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_elasticsearch', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_elasticsearch", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_files', 'value': [{'name': 'default_files', 'type': 'files'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_files", "value": [{"name": "default_files", "type": "files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_forwards', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_forwards", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_output_remote_files', 'value': [{'name': 'remote_files_output0', 'type': 'remote_files', 'remote_log_path': '/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'comment': 'This is a comment 0.', 'severity': 'info', 'exclude': ['authpriv.none']}, {'name': 'remote_files_output1', 'type': 'remote_files', 'remote_sub_path': 'others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'facility': 'authpriv'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_output_remote_files", "value": [{"comment": "This is a comment 0.", "exclude": ["authpriv.none"], "name": "remote_files_output0", "remote_log_path": "/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "severity": "info", "type": "remote_files"}, {"facility": "authpriv", "name": "remote_files_output1", "remote_sub_path": "others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "type": "remote_files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'rsyslog_outputs', 'value': [{'name': 'default_files', 'type': 'files'}, {'name': 'remote_files_output0', 'type': 'remote_files', 'remote_log_path': '/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'comment': 'This is a comment 0.', 'severity': 'info', 'exclude': ['authpriv.none']}, {'name': 'remote_files_output1', 'type': 'remote_files', 'remote_sub_path': 'others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'facility': 'authpriv'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "rsyslog_outputs", "value": [{"name": "default_files", "type": "files"}, {"comment": "This is a comment 0.", "exclude": ["authpriv.none"], "name": "remote_files_output0", "remote_log_path": "/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "severity": "info", "type": "remote_files"}, {"facility": "authpriv", "name": "remote_files_output1", "remote_sub_path": "others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "type": "remote_files"}]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'playbook_dir', 'value': '/tmp/tmp669uc2bh/tests'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "playbook_dir", "value": "/tmp/tmp669uc2bh/tests"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_playbook_python', 'value': '/usr/bin/python3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_playbook_python", "value": "/usr/bin/python3"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'groups', 'value': {'all': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'ungrouped': [], 'localhost': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2'], 'subjects': ['/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2']}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "groups", "value": {"all": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "localhost": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "subjects": ["/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2"], "ungrouped": []}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'omit', 'value': '__omit_place_holder__9d861ae56c938a8b5189595dd5f03c234cb2b23d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "omit", "value": "__omit_place_holder__9d861ae56c938a8b5189595dd5f03c234cb2b23d"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_version', 'value': {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_version", "value": {"full": "2.9.9", "major": 2, "minor": 9, "revision": 9, "string": "2.9.9"}}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_check_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_check_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_diff_mode', 'value': False}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_diff_mode", "value": false}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_forks', 'value': 5}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_forks", "value": 5}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_inventory_sources', 'value': ['/usr/share/ansible/inventory/standard-inventory-qcow2']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_inventory_sources", "value": ["/usr/share/ansible/inventory/standard-inventory-qcow2"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_skip_tags', 'value': []}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_skip_tags", "value": []}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_run_tags', 'value': ['all']}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_run_tags", "value": ["all"]}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'key': 'ansible_verbosity', 'value': 2}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ansible_verbosity", "value": 2}, "skip_reason": "Conditional result was False"} TASK [Include Rsyslog role] **************************************************** task path: /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/tasks/main.yml:78 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:1 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libfastjson-0.99.8-4.fc30.x86_64", "Installed: logrotate-3.15.1-1.fc30.x86_64", "Installed: libestr-0.1.9-12.fc30.x86_64", "Installed: rsyslog-8.2002.0-1.fc30.x86_64"]} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:8 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc30", "source": "rpm", "version": "1.16.0"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "alternatives": [{"arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.fc30", "source": "rpm", "version": "1.11"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.fc30", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc30", "source": "rpm", "version": "5.0.2"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.P4.fc30", "source": "rpm", "version": "9.11.5"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.fc30", "source": "rpm", "version": "1.0.7"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "29.fc30", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "3.fc30", "source": "rpm", "version": "1.15.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "3.fc30", "source": "rpm", "version": "2018.2.26"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "8.fc30", "source": "rpm", "version": "17.1"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "2.fc30", "source": "rpm", "version": "0.31"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "1.fc30", "source": "rpm", "version": "8.31"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.fc30", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "19.fc30", "source": "rpm", "version": "2.9.6"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.gite3eacfc.fc30", "source": "rpm", "version": "20190211"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc30", "source": "rpm", "version": "2.1.0"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "0.6rc7.fc30", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-broker": [{"arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "3.fc30", "source": "rpm", "version": "20"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "7.fc30", "source": "rpm", "version": "1.12.12"}], "deltarpm": [{"arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "29.fc30", "source": "rpm", "version": "3.6"}], "device-mapper": [{"arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "3.fc30", "source": "rpm", "version": "1.02.154"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "32.fc30", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc30", "source": "rpm", "version": "3.7"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "dnf-yum": [{"arch": "noarch", "epoch": null, "name": "dnf-yum", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "26.git20181204.fc30", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc30", "source": "rpm", "version": "0.176"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc30", "source": "rpm", "version": "2.2.6"}], "fedora-gpg-keys": [{"arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-cloud": [{"arch": "noarch", "epoch": null, "name": "fedora-release-cloud", "release": "1", "source": "rpm", "version": "30"}], "fedora-release-common": [{"arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "1", "source": "rpm", "version": "30"}], "fedora-repos": [{"arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "30"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "2.fc30", "source": "rpm", "version": "5.36"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "1.fc30", "source": "rpm", "version": "3.10"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.fc30", "source": "rpm", "version": "4.6.0"}], "fipscheck": [{"arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "fipscheck-lib": [{"arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.fc30", "source": "rpm", "version": "1.5.0"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "7.fc30", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "3.fc30", "source": "rpm", "version": "2.9.9"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.fc30", "source": "rpm", "version": "4.2.1"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc30", "source": "rpm", "version": "1.18"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.fc30", "source": "rpm", "version": "20190409"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "18.fc30", "source": "rpm", "version": "0.19.8.1"}], "git-core": [{"arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc30", "source": "rpm", "version": "2.21.0"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc30", "source": "rpm", "version": "2.60.1"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "glibc-langpack-en": [{"arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "9.fc30", "source": "rpm", "version": "2.29"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.fc30", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.fc30", "source": "rpm", "version": "2.2.13"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc30", "source": "rpm", "version": "3.6.7"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "9.fc30", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "19.fc30", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "75.fc30", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "30.fc30", "source": "rpm", "version": "8.40"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.fc30", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "8.fc30", "source": "rpm", "version": "1.3"}], "heat-cfntools": [{"arch": "noarch", "epoch": null, "name": "heat-cfntools", "release": "8.fc30", "source": "rpm", "version": "1.4.2"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc30", "source": "rpm", "version": "3.20"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.fc30", "source": "rpm", "version": "1.1"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc30", "source": "rpm", "version": "0.2.5"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iproute-tc": [{"arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc30", "source": "rpm", "version": "5.0.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc30", "source": "rpm", "version": "1.8.0"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc30", "source": "rpm", "version": "20180629"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.fc30", "source": "rpm", "version": "2.12"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.fc30", "source": "rpm", "version": "0.13.1"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "13.fc30", "source": "rpm", "version": "2.0.4"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "301.fc30", "source": "rpm", "version": "5.0.9"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc30", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc30", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "6.git2df6110.fc30", "source": "rpm", "version": "0.7.9"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.fc30", "source": "rpm", "version": "1.17"}], "langpacks-en": [{"arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "17.fc30", "source": "rpm", "version": "1.0"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc30", "source": "rpm", "version": "530"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.fc30", "source": "rpm", "version": "2.2.53"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "6.fc30", "source": "rpm", "version": "3.3.3"}], "libargon2": [{"arch": "x86_64", "epoch": null, "name": "libargon2", "release": "8.fc30", "source": "rpm", "version": "20161029"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc30", "source": "rpm", "version": "2.5.2"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.fc30", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "42.fc30", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.fc30", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.fc30", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "42.fc30", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "1.fc30", "source": "rpm", "version": "0.6.13"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "6.fc30", "source": "rpm", "version": "7.64.0"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "37.fc30", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "42.fc30", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "26.20181209cvs.fc30", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "12.fc30", "source": "rpm", "version": "0.1.9"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.fc30", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "4.fc30", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.fc30", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc30", "source": "rpm", "version": "1.8.4"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc30", "source": "rpm", "version": "1.33"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc30", "source": "rpm", "version": "63.1"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc30", "source": "rpm", "version": "2.1.1a"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "42.fc30", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "1.fc30", "source": "rpm", "version": "1.1.4"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.fc30", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc30", "source": "rpm", "version": "1.5.4"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "7.fc30", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "8.fc30", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "9.fc30", "source": "rpm", "version": "1.0.4"}], "libmodulemd1": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd1", "release": "3.fc30", "source": "rpm", "version": "1.8.6"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc30", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "7.rc2.fc30", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc30", "source": "rpm", "version": "1.37.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "8.fc30", "source": "rpm", "version": "3.4.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "4.20180605git4a062cf.fc30", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "42.fc30", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "3.fc30", "source": "rpm", "version": "1.9.0"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc30", "source": "rpm", "version": "1.5.1"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "1.fc30", "source": "rpm", "version": "1.6.36"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.fc30", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.fc30", "source": "rpm", "version": "1.4.0"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "42.fc30", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.fc30", "source": "rpm", "version": "1.9.6"}], "libreport-filesystem": [{"arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc30", "source": "rpm", "version": "2.10.0"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "0.fc30", "source": "rpm", "version": "2.4.0"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.fc30", "source": "rpm", "version": "0.18.8"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "7.fc30", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.fc30", "source": "rpm", "version": "0.7.4"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.fc30", "source": "rpm", "version": "1.44.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc30", "source": "rpm", "version": "0.8.7"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "0.10.fc30", "source": "rpm", "version": "9.0.1"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc30", "source": "rpm", "version": "2.1.16"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.fc30", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc30", "source": "rpm", "version": "1.3.18"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc30", "source": "rpm", "version": "0.9.39"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "2.rc2.fc30.1", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc30", "source": "rpm", "version": "0.9.10"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "2.fc30", "source": "rpm", "version": "1.0.22"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "20.fc30", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "16.fc30", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "7.fc30", "source": "rpm", "version": "0.3.0"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc30", "source": "rpm", "version": "4.4.4"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc30", "source": "rpm", "version": "0.8.3"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc30", "source": "rpm", "version": "2.9.9"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.fc30", "source": "rpm", "version": "0.2.1"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.fc30", "source": "rpm", "version": "1.3.8"}], "linux-atm-libs": [{"arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "21.fc29", "source": "rpm", "version": "2.5.1"}], "linux-firmware-whence": [{"arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "94.fc30", "source": "rpm", "version": "20190312"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc30", "source": "rpm", "version": "0.9.23"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.fc30", "source": "rpm", "version": "3.15.1"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc30", "source": "rpm", "version": "5.3.5"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc30", "source": "rpm", "version": "1.8.3"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "4.fc30", "source": "rpm", "version": "2.8.4"}], "mkpasswd": [{"arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "5.fc30", "source": "rpm", "version": "60.4.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc30", "source": "rpm", "version": "3.1.6"}], "mtools": [{"arch": "x86_64", "epoch": null, "name": "mtools", "release": "16.fc30", "source": "rpm", "version": "4.0.18"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180923.fc30", "source": "rpm", "version": "6.1"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.54.20160912git.fc30", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc30", "source": "rpm", "version": "3.4.1rc1"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "2.fc30", "source": "rpm", "version": "1.6"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc30", "source": "rpm", "version": "2.4.47"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.fc30", "source": "rpm", "version": "7.9p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1b"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "1.fc30", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.fc30", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.fc30", "source": "rpm", "version": "0.23.15"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "17.fc30", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "40.fc30", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "5.fc30", "source": "rpm", "version": "0.80"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "1.fc30", "source": "rpm", "version": "8.43"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "9.fc30", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.fc30", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "5.fc30", "source": "rpm", "version": "1.1.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "10.fc30.1", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "14.fc30", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "17.fc30", "source": "rpm", "version": "1.16"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc30", "source": "rpm", "version": "3.3.15"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "2.fc30", "source": "rpm", "version": "20190128"}], "python-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3": [{"arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "6.fc30", "source": "rpm", "version": "0.24.0"}], "python3-attrs": [{"arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "1.fc30", "source": "rpm", "version": "18.2.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.7.20190326git03e7489.fc30", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "6.fc30", "source": "rpm", "version": "2.6.0"}], "python3-boto": [{"arch": "noarch", "epoch": null, "name": "python3-boto", "release": "11.fc30", "source": "rpm", "version": "2.45.0"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "7.fc30", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "9.fc30", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "15.fc30", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc30", "source": "rpm", "version": "2.6.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "1.fc30", "source": "rpm", "version": "2.8.0"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "5.fc30", "source": "rpm", "version": "1.2.8"}], "python3-distro": [{"arch": "noarch", "epoch": null, "name": "python3-distro", "release": "1.fc30", "source": "rpm", "version": "1.4.0"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.fc30", "source": "rpm", "version": "4.2.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc30", "source": "rpm", "version": "4.0.6"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc30", "source": "rpm", "version": "2.7"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "8.fc30", "source": "rpm", "version": "2.10"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "7.fc30", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "15.fc30", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc30", "source": "rpm", "version": "3.0.1"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.fc30", "source": "rpm", "version": "1.7.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc30", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc30", "source": "rpm", "version": "0.28.1"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc30", "source": "rpm", "version": "3.7.3"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc30", "source": "rpm", "version": "1.1.1"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc29", "source": "rpm", "version": "2.1.0"}], "python3-pbr": [{"arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc30", "source": "rpm", "version": "5.1.2"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "1.fc30", "source": "rpm", "version": "19.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "2.fc30", "source": "rpm", "version": "3.11"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc30", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "17.fc30", "source": "rpm", "version": "0.7.2"}], "python3-psutil": [{"arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "7.fc30", "source": "rpm", "version": "5.4.3"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "4.fc30", "source": "rpm", "version": "0.4.4"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "18.fc30", "source": "rpm", "version": "2.14"}], "python3-pyrsistent": [{"arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "1.fc30", "source": "rpm", "version": "0.14.11"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "2.fc30", "source": "rpm", "version": "3.4"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "7.fc30", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "2.fc30", "source": "rpm", "version": "2018.5"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "1.fc30", "source": "rpm", "version": "5.1"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc30", "source": "rpm", "version": "2.21.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "python3-rsa": [{"arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "9.fc30", "source": "rpm", "version": "3.4.2"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "14.fc30", "source": "rpm", "version": "4.1.1"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "1.fc30", "source": "rpm", "version": "40.8.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "1.fc30", "source": "rpm", "version": "1.12.0"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.fc30", "source": "rpm", "version": "1.24.1"}], "qrencode-libs": [{"arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "8.fc30", "source": "rpm", "version": "3.4.4"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc30", "source": "rpm", "version": "8.0"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "24.fc30", "source": "rpm", "version": "8.1"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rpm-sign-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "4.fc30.1", "source": "rpm", "version": "4.14.2.1"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "7.fc30", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc30", "source": "rpm", "version": "8.2002.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "3.fc30", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "29.fc30", "source": "rpm", "version": "3.14.3"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc30", "source": "rpm", "version": "2.13.3"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "8.fc30", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "2.fc30", "source": "rpm", "version": "1.12"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.fc30", "source": "rpm", "version": "3.26.0"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.fc30", "source": "rpm", "version": "2.1.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.fc30", "source": "rpm", "version": "1.8.27"}], "syslinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux": [{"arch": "x86_64", "epoch": null, "name": "syslinux-extlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-extlinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-extlinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "syslinux-nonlinux": [{"arch": "noarch", "epoch": null, "name": "syslinux-nonlinux", "release": "0.8.fc28", "source": "rpm", "version": "6.04"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-bootchart": [{"arch": "x86_64", "epoch": null, "name": "systemd-bootchart", "release": "4.fc30", "source": "rpm", "version": "233"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-rpm-macros": [{"arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.gita2eaa1c.fc30", "source": "rpm", "version": "241"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "1.fc30", "source": "rpm", "version": "1.32"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "6.fc30", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "12.fc30", "source": "rpm", "version": "0.3.13"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc30", "source": "rpm", "version": "2019a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "4.fc30", "source": "rpm", "version": "1.8.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc30", "source": "rpm", "version": "2.33.2"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc30", "source": "rpm", "version": "8.1.1137"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "14.fc30", "source": "rpm", "version": "2.21"}], "whois-nls": [{"arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc30", "source": "rpm", "version": "5.4.2"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.fc30", "source": "rpm", "version": "4.19.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "5.fc30", "source": "rpm", "version": "2.24"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "5.fc30", "source": "rpm", "version": "5.2.4"}], "zchunk-libs": [{"arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "3.fc30", "source": "rpm", "version": "1.1.1"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "15.fc30", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:12 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"__rsyslog_version": "8.2002.0"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:19 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : debug] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:23 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "Rsyslog_version is 8.2002.0, which is newer than \"8.37.0-7.2\"." } TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:28 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:35 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:41 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Set backup dir name] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:47 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"ansible_facts": {"rsyslog_backup_dir": "/tmp/rsyslog.d-20200528T070309"}, "changed": false} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:51 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/rsyslog.d-20200528T070309", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Archive the contents of /etc/rsyslog.d to the backup dir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:60 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"archived": ["/etc/rsyslog.d/21-cloudinit.conf", "/etc/rsyslog.conf"], "arcroot": "/etc/", "changed": false, "dest": "/tmp/rsyslog.d-20200528T070309/backup.tgz", "expanded_exclude_paths": [], "expanded_paths": ["/etc/rsyslog.d", "/etc/rsyslog.conf"], "gid": 0, "group": "root", "missing": [], "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1727, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:67 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:75 NOTIFIED HANDLER /tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "aa226b8228225835f8a13f775ca42e49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1590649465.239339-245384-231052724039911/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:84 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": true, "checksum": "87d35f5479ca0ac8da2f16381547277e26d050b1", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "md5sum": "28db371cc5295ea5a6afa56e772a5475", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1590649466.105739-245412-196324140902130/source", "state": "file", "uid": 0} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0dd331865ac06c0881012a0dc9796c2260e66dcd", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "md5sum": "ca846c3cf461cb558da5d3e79ac49a26", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 69, "src": "/root/.ansible/tmp/ansible-tmp-1590649466.7160275-245412-156060684057220/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:103 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n defaultNetstreamDriver="ptcp"\n workDirectory="/var/lib/rsyslog"\n)'}) => {"ansible_loop_var": "item", "changed": false, "item": {"comment": "Global options", "filename": "00-global.conf", "options": "global(\n defaultNetstreamDriver=\"ptcp\"\n workDirectory=\"/var/lib/rsyslog\"\n)"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'comment': 'provides --MARK-- message capability', 'options': 'module(load="immark" interval=3600)'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "local-modules", "sections": [{"comment": "provides --MARK-- message capability", "options": "module(load=\"immark\" interval=3600)"}], "state": "absent", "type": "modules"}, "skip_reason": "Conditional result was False"} skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "common-defaults", "sections": [{"comment": "Log every message", "options": "$RepeatedMsgReduction off"}], "type": "global"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/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: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:123 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:134 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_udp_input', 'type': 'remote', 'udp_port': 514}) => {"ansible_facts": {"rsyslog_capabilities": [], "rsyslog_pki": true}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/remote/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "remote_udp_input", "type": "remote", "udp_port": 514}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_tcp_input', 'type': 'remote', 'tcp_port': 514}) => {"ansible_facts": {"rsyslog_capabilities": [], "rsyslog_pki": true}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/inputs/remote/main.yml"], "ansible_loop_var": "input_item", "changed": false, "input_item": {"name": "remote_tcp_input", "tcp_port": 514, "type": "remote"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:148 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "2026dd962c3980c8c9e5f7058c72edb8904fd021", "dest": "/etc/rsyslog.d/10-input-remote-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "md5sum": "50886794b4f1c0487de0c35439f66f4d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 129, "src": "/root/.ansible/tmp/ansible-tmp-1590649471.0852182-245491-126526259747728/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:14 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "cf420ffe3cfaf6240c5c35bfebbc5aa24d2ec704", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "a34d2ecdf5cad54d50a44ec1d4e9945b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 281, "src": "/root/.ansible/tmp/ansible-tmp-1590649475.2765043-245539-120505633290288/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "5d535972046c77765bf1ca9eaf84f76869cf1942", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "md5sum": "37d54f0e2a9a0593aea67edfb042ee61", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 288, "src": "/root/.ansible/tmp/ansible-tmp-1590649479.571969-245585-61921290778177/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2026dd962c3980c8c9e5f7058c72edb8904fd021", "dest": "/etc/rsyslog.d/10-input-remote-modules.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-remote-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 129, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-modules', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imudp")\n# Read messages sent over UDP\nmodule(load="imptcp")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-modules", "sections": [{"options": "# Read messages sent over plain TCP\nmodule(load=\"imudp\")\n# Read messages sent over UDP\nmodule(load=\"imptcp\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/inputs/remote/main.yml:14 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "cf420ffe3cfaf6240c5c35bfebbc5aa24d2ec704", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 281, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_udp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp_input" type="imudp" port="514")\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_udp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_udp_input", "sections": [{"options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp_input\" type=\"imudp\" port=\"514\")\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_udp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "5d535972046c77765bf1ca9eaf84f76869cf1942", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "gid": 0, "group": "root", "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 288, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'input-remote-remote_tcp_input', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_tcp_input" type="imptcp" port="514")\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == "remote_tcp_input" )\n then {\n call remote_files_output1\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "input-remote-remote_tcp_input", "sections": [{"options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_tcp_input\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output0\n}\nif\n ($inputname == \"remote_tcp_input\" )\n then {\n call remote_files_output1\n}\n"}], "state": "present", "type": "input", "weight": "11"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:162 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'default_files', 'type': 'files'}) => {"ansible_facts": {"__rsyslog_conf_files_output_modules": [{"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "{% if rsyslog_basics_use_traditional_timestamp_format | default(true) %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\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": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"name": "default_files", "type": "files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_files_output0', 'type': 'remote_files', 'remote_log_path': '/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'comment': 'This is a comment 0.', 'severity': 'info', 'exclude': ['authpriv.none']}) => {"ansible_facts": {"__rsyslog_remote_files_output_packages": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/remote_files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"comment": "This is a comment 0.", "exclude": ["authpriv.none"], "name": "remote_files_output0", "remote_log_path": "/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "severity": "info", "type": "remote_files"}} ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'remote_files_output1', 'type': 'remote_files', 'remote_sub_path': 'others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log', 'facility': 'authpriv'}) => {"ansible_facts": {"__rsyslog_remote_files_output_packages": []}, "ansible_included_var_files": ["/tmp/tmp669uc2bh/roles/rsyslog/vars/outputs/remote_files/main.yml"], "ansible_loop_var": "output_item", "changed": false, "output_item": {"facility": "authpriv", "name": "remote_files_output1", "remote_sub_path": "others/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log", "type": "remote_files"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:176 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/remote_files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/remote_files/main.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:3 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "89bc63afcb6aae96090bbde60b367bfc80afc31f", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "md5sum": "36c5048bf86cdc51ac071efb6a63f800", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 173, "src": "/root/.ansible/tmp/ansible-tmp-1590649496.4554844-245779-95616599880368/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with timestamp format either traditional or default', 'options': 'module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-modules", "sections": [{"comment": "Log messages into files with timestamp format either traditional or default", "options": "module(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n"}], "type": "modules"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/files/main.yml:10 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": true, "checksum": "87f41b5de3ab1bafc779920627f5202204770c3f", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "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": "b165c8ba84f13793cfbec3ee659bb8fe", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1125, "src": "/root/.ansible/tmp/ansible-tmp-1590649500.6904411-245827-55985430875797/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (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": "item", "changed": false, "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 [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/remote_files/main.yml:2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': '# This is a comment 0.\ntemplate(\n name="remote_files_output0_template"\n type="string"\n string="/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output0") {\n # Store remote logs in separate logfiles\n *.info action(name="remote_files_output0" type="omfile" DynaFile="remote_files_output0_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "2b33e56b6c5d308317705aad20ff41a727d95aba", "dest": "/etc/rsyslog.d/30-output-files-remote_files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-remote_files_output0", "sections": [{"options": "# This is a comment 0.\ntemplate(\n name=\"remote_files_output0_template\"\n type=\"string\"\n string=\"/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output0\") {\n # Store remote logs in separate logfiles\n *.info action(name=\"remote_files_output0\" type=\"omfile\" DynaFile=\"remote_files_output0_template\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "27e0bfb4fa494c517cb54aaeb26f3239", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 372, "src": "/root/.ansible/tmp/ansible-tmp-1590649504.893004-245875-200384297433439/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': '# This is a comment 0.\ntemplate(\n name="remote_files_output0_template"\n type="string"\n string="/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output0") {\n # Store remote logs in separate logfiles\n *.info action(name="remote_files_output0" type="omfile" DynaFile="remote_files_output0_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-remote_files_output0", "sections": [{"options": "# This is a comment 0.\ntemplate(\n name=\"remote_files_output0_template\"\n type=\"string\"\n string=\"/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output0\") {\n # Store remote logs in separate logfiles\n *.info action(name=\"remote_files_output0\" type=\"omfile\" DynaFile=\"remote_files_output0_template\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'template(\n name="remote_files_output1_template"\n type="string"\n string="/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output1") {\n # Store remote logs in separate logfiles\n authpriv.* action(name="remote_files_output1" type="omfile" DynaFile="remote_files_output1_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": true, "checksum": "91a8f0c36dbb9eca9445634cb251e149e78a4db4", "dest": "/etc/rsyslog.d/30-output-files-remote_files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-remote_files_output1", "sections": [{"options": "template(\n name=\"remote_files_output1_template\"\n type=\"string\"\n string=\"/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output1\") {\n # Store remote logs in separate logfiles\n authpriv.* action(name=\"remote_files_output1\" type=\"omfile\" DynaFile=\"remote_files_output1_template\")\n}\n"}], "state": "present", "type": "output"}, "md5sum": "d9658f456ce64d7a85eb673ec838661b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "src": "/root/.ansible/tmp/ansible-tmp-1590649509.0322447-245921-201128705873602/source", "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'template(\n name="remote_files_output1_template"\n type="string"\n string="/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output1") {\n # Store remote logs in separate logfiles\n authpriv.* action(name="remote_files_output1" type="omfile" DynaFile="remote_files_output1_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-remote_files_output1", "sections": [{"options": "template(\n name=\"remote_files_output1_template\"\n type=\"string\"\n string=\"/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output1\") {\n # Store remote logs in separate logfiles\n authpriv.* action(name=\"remote_files_output1\" type=\"omfile\" DynaFile=\"remote_files_output1_template\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration files in /etc/rsyslog.d] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/outputs/remote_files/main.yml:2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 included: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': '# This is a comment 0.\ntemplate(\n name="remote_files_output0_template"\n type="string"\n string="/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output0") {\n # Store remote logs in separate logfiles\n *.info action(name="remote_files_output0" type="omfile" DynaFile="remote_files_output0_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "2b33e56b6c5d308317705aad20ff41a727d95aba", "dest": "/etc/rsyslog.d/30-output-files-remote_files_output0.conf", "gid": 0, "group": "root", "item": {"name": "output-files-remote_files_output0", "sections": [{"options": "# This is a comment 0.\ntemplate(\n name=\"remote_files_output0_template\"\n type=\"string\"\n string=\"/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output0\") {\n # Store remote logs in separate logfiles\n *.info action(name=\"remote_files_output0\" type=\"omfile\" DynaFile=\"remote_files_output0_template\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-remote_files_output0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 372, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': '# This is a comment 0.\ntemplate(\n name="remote_files_output0_template"\n type="string"\n string="/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output0") {\n # Store remote logs in separate logfiles\n *.info action(name="remote_files_output0" type="omfile" DynaFile="remote_files_output0_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-remote_files_output0", "sections": [{"options": "# This is a comment 0.\ntemplate(\n name=\"remote_files_output0_template\"\n type=\"string\"\n string=\"/var/log/remote/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output0\") {\n # Store remote logs in separate logfiles\n *.info action(name=\"remote_files_output0\" type=\"omfile\" DynaFile=\"remote_files_output0_template\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:2 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d and subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:10 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'template(\n name="remote_files_output1_template"\n type="string"\n string="/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output1") {\n # Store remote logs in separate logfiles\n authpriv.* action(name="remote_files_output1" type="omfile" DynaFile="remote_files_output1_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "checksum": "91a8f0c36dbb9eca9445634cb251e149e78a4db4", "dest": "/etc/rsyslog.d/30-output-files-remote_files_output1.conf", "gid": 0, "group": "root", "item": {"name": "output-files-remote_files_output1", "sections": [{"options": "template(\n name=\"remote_files_output1_template\"\n type=\"string\"\n string=\"/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output1\") {\n # Store remote logs in separate logfiles\n authpriv.* action(name=\"remote_files_output1\" type=\"omfile\" DynaFile=\"remote_files_output1_template\")\n}\n"}], "state": "present", "type": "output"}, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-remote_files_output1.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 352, "state": "file", "uid": 0} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from subdir] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/deploy.yml:27 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => (item={'name': 'output-files-remote_files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'template(\n name="remote_files_output1_template"\n type="string"\n string="/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log"\n)\nruleset(name="remote_files_output1") {\n # Store remote logs in separate logfiles\n authpriv.* action(name="remote_files_output1" type="omfile" DynaFile="remote_files_output1_template")\n}\n'}]}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "output-files-remote_files_output1", "sections": [{"options": "template(\n name=\"remote_files_output1_template\"\n type=\"string\"\n string=\"/var/logothers/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log\"\n)\nruleset(name=\"remote_files_output1\") {\n # Store remote logs in separate logfiles\n authpriv.* action(name=\"remote_files_output1\" type=\"omfile\" DynaFile=\"remote_files_output1_template\")\n}\n"}], "state": "present", "type": "output"}, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:190 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/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", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:199 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/tasks/main.yml:210 skipping: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {} TASK [include_tasks] *********************************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:35 included: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml for /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:1 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "stat": {"atime": 1590649518.3900445, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bcfc44c5d259acacc0a84869fb5a8b625392f230", "ctime": 1590649465.8570445, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3312, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1590649465.5370445, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1462603326", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/tmp669uc2bh/tests/set_rsyslog_variables.yml:6 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "examined": 9, "files": [{"atime": 1590649518.3900445, "ctime": 1590649496.8500445, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3318, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649496.6240444, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 173, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649518.3900445, "ctime": 1590649501.0970445, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649500.8590446, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1125, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649517.4000444, "ctime": 1590649509.4190445, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649509.1810446, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-remote_files_output1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 352, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649513.3220446, "ctime": 1590649505.2860446, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649505.0540445, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-remote_files_output0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 372, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649518.3900445, "ctime": 1590649466.5000446, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3313, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649466.2700446, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649518.3900445, "ctime": 1590649467.1100445, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649466.8780446, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 69, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649492.2370446, "ctime": 1590649479.9670446, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3317, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649479.7340446, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_tcp_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 288, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649488.1600444, "ctime": 1590649475.7040446, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649475.4670446, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_udp_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 281, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1590649483.9070446, "ctime": 1590649471.4920444, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 3315, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1590649471.2530446, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 129, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 9, "msg": ""} RUNNING HANDLER [/tmp/tmp669uc2bh/tests/roles/linux-system-roles.logging/roles/rsyslog : restart rsyslogd] *** task path: /tmp/tmp669uc2bh/roles/rsyslog/handlers/main.yml:2 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "name": "rsyslog", "state": "started", "status": {"ActiveEnterTimestamp": "Thu 2020-05-28 07:05:18 UTC", "ActiveEnterTimestampMonotonic": "138560790", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2020-05-28 07:05:18 UTC", "AssertTimestampMonotonic": "138552582", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2020-05-28 07:05:18 UTC", "ConditionTimestampMonotonic": "138552582", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "man:rsyslogd(8) https://www.rsyslog.com/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12307", "ExecMainStartTimestamp": "Thu 2020-05-28 07:05:18 UTC", "ExecMainStartTimestampMonotonic": "138554187", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2020-05-28 07:05:18 UTC] ; stop_time=[n/a] ; pid=12307 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FailureActionExitStatus": "-1", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2020-05-28 07:05:18 UTC", "InactiveExitTimestampMonotonic": "138554459", "InvocationID": "649a0d25251948cf982714e9256cc57f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "7812", "LimitNPROCSoft": "7812", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7812", "LimitSIGPENDINGSoft": "7812", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12307", "MemoryAccounting": "yes", "MemoryCurrent": "1163264", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2020-05-28 07:05:18 UTC", "StateChangeTimestampMonotonic": "138560790", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessActionExitStatus": "-1", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "2343", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} META: ran handlers TASK [Check rsyslog.conf size] ************************************************* task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:42 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:46 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check rsyslog errors] **************************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:52 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "cmd": ["systemctl", "status", "rsyslog"], "delta": "0:00:00.009989", "end": "2020-05-28 07:05:20.206915", "failed_when_result": false, "rc": 0, "start": "2020-05-28 07:05:20.196926", "stderr": "", "stderr_lines": [], "stdout": "● rsyslog.service - System Logging Service\n Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)\n Active: active (running) since Thu 2020-05-28 07:05:19 UTC; 484ms ago\n Docs: man:rsyslogd(8)\n https://www.rsyslog.com/doc/\n Main PID: 12538 (rsyslogd)\n Tasks: 5 (limit: 2343)\n Memory: 1.0M\n CGroup: /system.slice/rsyslog.service\n └─12538 /usr/sbin/rsyslogd -n\n\nMay 28 07:05:19 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...\nMay 28 07:05:19 ibm-p8-kvm-03-guest-02 rsyslogd[12538]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12538\" x-info=\"https://www.rsyslog.com\"] start\nMay 28 07:05:19 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service.", "stdout_lines": ["● rsyslog.service - System Logging Service", " Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)", " Active: active (running) since Thu 2020-05-28 07:05:19 UTC; 484ms ago", " Docs: man:rsyslogd(8)", " https://www.rsyslog.com/doc/", " Main PID: 12538 (rsyslogd)", " Tasks: 5 (limit: 2343)", " Memory: 1.0M", " CGroup: /system.slice/rsyslog.service", " └─12538 /usr/sbin/rsyslogd -n", "", "May 28 07:05:19 ibm-p8-kvm-03-guest-02 systemd[1]: Starting System Logging Service...", "May 28 07:05:19 ibm-p8-kvm-03-guest-02 rsyslogd[12538]: [origin software=\"rsyslogd\" swVersion=\"8.2002.0\" x-pid=\"12538\" x-info=\"https://www.rsyslog.com\"] start", "May 28 07:05:19 ibm-p8-kvm-03-guest-02 systemd[1]: Started System Logging Service."]} TASK [Install lsof] ************************************************************ task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:57 changed: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: lsof-4.91-3.fc30.x86_64"]} TASK [lsof outputs for rsyslogd] *********************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:62 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd\n", "delta": "0:00:00.046080", "end": "2020-05-28 07:05:25.523074", "rc": 0, "start": "2020-05-28 07:05:25.476994", "stderr": "", "stderr_lines": [], "stdout": "rsyslogd 12538 root 4u IPv4 72822 0t0 UDP *:514 \nrsyslogd 12538 root 5u IPv6 72823 0t0 UDP *:514 \nrsyslogd 12538 root 7u IPv4 72826 0t0 TCP *:514 (LISTEN)\nrsyslogd 12538 root 8u IPv6 72827 0t0 TCP *:514 (LISTEN)", "stdout_lines": ["rsyslogd 12538 root 4u IPv4 72822 0t0 UDP *:514 ", "rsyslogd 12538 root 5u IPv6 72823 0t0 UDP *:514 ", "rsyslogd 12538 root 7u IPv4 72826 0t0 TCP *:514 (LISTEN)", "rsyslogd 12538 root 8u IPv6 72827 0t0 TCP *:514 (LISTEN)"]} TASK [debug] ******************************************************************* task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:69 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => { "msg": "lsof returned rsyslogd 12538 root 4u IPv4 72822 0t0 UDP *:514 \nrsyslogd 12538 root 5u IPv6 72823 0t0 UDP *:514 \nrsyslogd 12538 root 7u IPv4 72826 0t0 TCP *:514 (LISTEN)\nrsyslogd 12538 root 8u IPv6 72827 0t0 TCP *:514 (LISTEN)" } TASK [Check port 514 is open for TCP] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:72 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 514\n", "delta": "0:00:00.029022", "end": "2020-05-28 07:05:25.899933", "rc": 0, "start": "2020-05-28 07:05:25.870911", "stderr": "", "stderr_lines": [], "stdout": "rsyslogd 12538 root 7u IPv4 72826 0t0 TCP *:514 (LISTEN)\nrsyslogd 12538 root 8u IPv6 72827 0t0 TCP *:514 (LISTEN)", "stdout_lines": ["rsyslogd 12538 root 7u IPv4 72826 0t0 TCP *:514 (LISTEN)", "rsyslogd 12538 root 8u IPv6 72827 0t0 TCP *:514 (LISTEN)"]} TASK [Check port 514 is open for UDP] ****************************************** task path: /tmp/tmp669uc2bh/tests/tests_remote_remote.yml:78 ok: [/cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2] => {"changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 514\n", "delta": "0:00:00.027365", "end": "2020-05-28 07:05:26.250647", "rc": 0, "start": "2020-05-28 07:05:26.223282", "stderr": "", "stderr_lines": [], "stdout": "rsyslogd 12538 root 4u IPv4 72822 0t0 UDP *:514 \nrsyslogd 12538 root 5u IPv6 72823 0t0 UDP *:514 ", "stdout_lines": ["rsyslogd 12538 root 4u IPv4 72822 0t0 UDP *:514 ", "rsyslogd 12538 root 5u IPv6 72823 0t0 UDP *:514 "]} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/Fedora-Cloud-Base-30-1.2.x86_64.qcow2 : ok=76 changed=15 unreachable=0 failed=0 skipped=25 rescued=0 ignored=0