ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_purge_config.yml ***********************************************
1 plays in /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml

PLAY [Test that old config can be purged idempotently] *************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:2
Saturday 05 October 2024  03:20:21 -0400 (0:00:00.024)       0:00:00.024 ****** 
ok: [managed-node1]
META: ran handlers

TASK [Start from a clean slate] ************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:25
Saturday 05 October 2024  03:20:22 -0400 (0:00:00.987)       0:00:01.011 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:20:23 -0400 (0:00:00.086)       0:00:01.097 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:20:23 -0400 (0:00:00.037)       0:00:01.135 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:20:23 -0400 (0:00:00.043)       0:00:01.178 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:20:23 -0400 (0:00:00.598)       0:00:01.777 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:20:23 -0400 (0:00:00.068)       0:00:01.846 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:20:24 -0400 (0:00:00.356)       0:00:02.202 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:20:24 -0400 (0:00:00.075)       0:00:02.278 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:20:25 -0400 (0:00:00.820)       0:00:03.099 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:20:25 -0400 (0:00:00.046)       0:00:03.146 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:20:25 -0400 (0:00:00.049)       0:00:03.195 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:20:25 -0400 (0:00:00.063)       0:00:03.258 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:20:25 -0400 (0:00:00.067)       0:00:03.326 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:20:25 -0400 (0:00:00.072)       0:00:03.399 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:20:26 -0400 (0:00:00.724)       0:00:04.123 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:20:26 -0400 (0:00:00.419)       0:00:04.543 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:20:26 -0400 (0:00:00.061)       0:00:04.604 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

4baa9218a023fc374a6d44f36e4d903f1704a4c6ea197ebbbf907d5d346c9855 /etc/firewalld/services/custom.xml
3abce906e7451e7074ff1eb735c807e5b34c2de18d11ebfabd40ba30c738b192 /etc/firewalld/zones/public.xml



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.705)       0:00:05.310 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.062)       0:00:05.373 ****** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.047)       0:00:05.421 ****** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.043)       0:00:05.464 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.058)       0:00:05.523 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.074)       0:00:05.598 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.055)       0:00:05.653 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.321)       0:00:05.975 ****** 
changed: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:20:27 -0400 (0:00:00.089)       0:00:06.064 ****** 
skipping: [managed-node1] => {}

TASK [Run the role with no config] *********************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:32
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.078)       0:00:06.143 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.134)       0:00:06.277 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.055)       0:00:06.333 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.109)       0:00:06.442 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.079)       0:00:06.522 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.070)       0:00:06.592 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.085)       0:00:06.678 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:20:28 -0400 (0:00:00.062)       0:00:06.740 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:20:29 -0400 (0:00:00.672)       0:00:07.413 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:20:29 -0400 (0:00:00.096)       0:00:07.509 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:20:29 -0400 (0:00:00.090)       0:00:07.600 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:20:29 -0400 (0:00:00.094)       0:00:07.695 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:20:29 -0400 (0:00:00.098)       0:00:07.793 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:20:29 -0400 (0:00:00.089)       0:00:07.883 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:20:30 -0400 (0:00:00.410)       0:00:08.293 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:20:30 -0400 (0:00:00.430)       0:00:08.724 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:20:30 -0400 (0:00:00.086)       0:00:08.811 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:20:30 -0400 (0:00:00.090)       0:00:08.901 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:20:30 -0400 (0:00:00.074)       0:00:08.976 ****** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:20:30 -0400 (0:00:00.085)       0:00:09.061 ****** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:20:31 -0400 (0:00:00.062)       0:00:09.123 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:20:31 -0400 (0:00:00.071)       0:00:09.195 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "firewall_config": {
        "default": {
            "helpers": [
                "snmp", 
                "amanda", 
                "ftp", 
                "proto-gre", 
                "h323", 
                "irc", 
                "pptp", 
                "sane", 
                "netbios-ns", 
                "RAS", 
                "Q.931", 
                "sip", 
                "tftp"
            ], 
            "icmptypes": [
                "redirect", 
                "failed-policy", 
                "precedence-cutoff", 
                "bad-header", 
                "required-option-missing", 
                "tos-host-unreachable", 
                "host-unknown", 
                "time-exceeded", 
                "port-unreachable", 
                "tos-network-unreachable", 
                "parameter-problem", 
                "tos-host-redirect", 
                "destination-unreachable", 
                "no-route", 
                "fragmentation-needed", 
                "unknown-option", 
                "address-unreachable", 
                "echo-reply", 
                "host-unreachable", 
                "ttl-zero-during-reassembly", 
                "router-advertisement", 
                "network-prohibited", 
                "source-quench", 
                "communication-prohibited", 
                "protocol-unreachable", 
                "router-solicitation", 
                "network-unreachable", 
                "network-unknown", 
                "host-redirect", 
                "timestamp-reply", 
                "packet-too-big", 
                "timestamp-request", 
                "neighbour-solicitation", 
                "tos-network-redirect", 
                "ttl-zero-during-transit", 
                "network-redirect", 
                "host-prohibited", 
                "reject-route", 
                "ip-header-bad", 
                "unknown-header-type", 
                "echo-request", 
                "source-route-failed", 
                "host-precedence-violation", 
                "neighbour-advertisement", 
                "beyond-scope"
            ], 
            "services": [
                "rsh", 
                "kprop", 
                "pmwebapis", 
                "libvirt", 
                "snmp", 
                "kpasswd", 
                "pop3s", 
                "imap", 
                "jenkins", 
                "dropbox-lansync", 
                "docker-registry", 
                "etcd-client", 
                "mongodb", 
                "tor-socks", 
                "samba-dc", 
                "vdsm", 
                "ganglia-master", 
                "iscsi-target", 
                "proxy-dhcp", 
                "high-availability", 
                "RH-Satellite-6-capsule", 
                "condor-collector", 
                "ftp", 
                "kibana", 
                "freeipa-ldaps", 
                "freeipa-ldap", 
                "smtp-submission", 
                "kshell", 
                "amqps", 
                "libvirt-tls", 
                "nfs3", 
                "ptp", 
                "bitcoin-testnet-rpc", 
                "managesieve", 
                "mssql", 
                "xmpp-local", 
                "synergy", 
                "bacula", 
                "mqtt", 
                "amanda-k5-client", 
                "ipp-client", 
                "matrix", 
                "ntp", 
                "amanda-client", 
                "nut", 
                "bitcoin", 
                "privoxy", 
                "RH-Satellite-6", 
                "syncthing", 
                "mountd", 
                "distcc", 
                "postgresql", 
                "nrpe", 
                "svdrp", 
                "wbem-https", 
                "bgp", 
                "pmproxy", 
                "murmur", 
                "etcd-server", 
                "mqtt-tls", 
                "sips", 
                "irc", 
                "bitcoin-testnet", 
                "apcupsd", 
                "tinc", 
                "kerberos", 
                "radius", 
                "transmission-client", 
                "pmwebapi", 
                "ovirt-vmconsole", 
                "steam-streaming", 
                "isns", 
                "dhcpv6", 
                "lightning-network", 
                "git", 
                "rtsp", 
                "squid", 
                "openvpn", 
                "smtps", 
                "cfengine", 
                "zabbix-agent", 
                "samba-client", 
                "rsyncd", 
                "ovirt-storageconsole", 
                "ircs", 
                "llmnr", 
                "gre", 
                "ldaps", 
                "xmpp-client", 
                "dhcp", 
                "xmpp-server", 
                "sane", 
                "vnc-server", 
                "ceph", 
                "freeipa-replication", 
                "dns", 
                "docker-swarm", 
                "mosh", 
                "xmpp-bosh", 
                "klogin", 
                "slp", 
                "snmptrap", 
                "upnp-client", 
                "ceph-mon", 
                "samba", 
                "rpc-bind", 
                "salt-master", 
                "wsmans", 
                "bitcoin-rpc", 
                "minidlna", 
                "tftp-client", 
                "freeipa-trust", 
                "syslog-tls", 
                "ipsec", 
                "dhcpv6-client", 
                "telnet", 
                "https", 
                "audit", 
                "ssh", 
                "pop3", 
                "nmea-0183", 
                "zabbix-server", 
                "wsman", 
                "xdmcp", 
                "puppetmaster", 
                "finger", 
                "ipp", 
                "ms-wbt", 
                "syncthing-gui", 
                "redis", 
                "syslog", 
                "ganglia-client", 
                "ovirt-imageio", 
                "pmcd", 
                "ldap", 
                "nfs", 
                "kadmin", 
                "sip", 
                "ctdb", 
                "spideroak-lansync", 
                "amqp", 
                "mdns", 
                "http", 
                "quassel", 
                "imaps", 
                "mysql", 
                "elasticsearch", 
                "bacula-client", 
                "smtp", 
                "tftp", 
                "svn", 
                "plex", 
                "wbem-http", 
                "pulseaudio"
            ], 
            "zones": [
                "block", 
                "internal", 
                "drop", 
                "public", 
                "work", 
                "trusted", 
                "external", 
                "home", 
                "dmz"
            ]
        }, 
        "default_zone": "public"
    }
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:20:31 -0400 (0:00:00.643)       0:00:09.839 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_config": {
            "default": {
                "helpers": [
                    "snmp", 
                    "amanda", 
                    "ftp", 
                    "proto-gre", 
                    "h323", 
                    "irc", 
                    "pptp", 
                    "sane", 
                    "netbios-ns", 
                    "RAS", 
                    "Q.931", 
                    "sip", 
                    "tftp"
                ], 
                "icmptypes": [
                    "redirect", 
                    "failed-policy", 
                    "precedence-cutoff", 
                    "bad-header", 
                    "required-option-missing", 
                    "tos-host-unreachable", 
                    "host-unknown", 
                    "time-exceeded", 
                    "port-unreachable", 
                    "tos-network-unreachable", 
                    "parameter-problem", 
                    "tos-host-redirect", 
                    "destination-unreachable", 
                    "no-route", 
                    "fragmentation-needed", 
                    "unknown-option", 
                    "address-unreachable", 
                    "echo-reply", 
                    "host-unreachable", 
                    "ttl-zero-during-reassembly", 
                    "router-advertisement", 
                    "network-prohibited", 
                    "source-quench", 
                    "communication-prohibited", 
                    "protocol-unreachable", 
                    "router-solicitation", 
                    "network-unreachable", 
                    "network-unknown", 
                    "host-redirect", 
                    "timestamp-reply", 
                    "packet-too-big", 
                    "timestamp-request", 
                    "neighbour-solicitation", 
                    "tos-network-redirect", 
                    "ttl-zero-during-transit", 
                    "network-redirect", 
                    "host-prohibited", 
                    "reject-route", 
                    "ip-header-bad", 
                    "unknown-header-type", 
                    "echo-request", 
                    "source-route-failed", 
                    "host-precedence-violation", 
                    "neighbour-advertisement", 
                    "beyond-scope"
                ], 
                "services": [
                    "rsh", 
                    "kprop", 
                    "pmwebapis", 
                    "libvirt", 
                    "snmp", 
                    "kpasswd", 
                    "pop3s", 
                    "imap", 
                    "jenkins", 
                    "dropbox-lansync", 
                    "docker-registry", 
                    "etcd-client", 
                    "mongodb", 
                    "tor-socks", 
                    "samba-dc", 
                    "vdsm", 
                    "ganglia-master", 
                    "iscsi-target", 
                    "proxy-dhcp", 
                    "high-availability", 
                    "RH-Satellite-6-capsule", 
                    "condor-collector", 
                    "ftp", 
                    "kibana", 
                    "freeipa-ldaps", 
                    "freeipa-ldap", 
                    "smtp-submission", 
                    "kshell", 
                    "amqps", 
                    "libvirt-tls", 
                    "nfs3", 
                    "ptp", 
                    "bitcoin-testnet-rpc", 
                    "managesieve", 
                    "mssql", 
                    "xmpp-local", 
                    "synergy", 
                    "bacula", 
                    "mqtt", 
                    "amanda-k5-client", 
                    "ipp-client", 
                    "matrix", 
                    "ntp", 
                    "amanda-client", 
                    "nut", 
                    "bitcoin", 
                    "privoxy", 
                    "RH-Satellite-6", 
                    "syncthing", 
                    "mountd", 
                    "distcc", 
                    "postgresql", 
                    "nrpe", 
                    "svdrp", 
                    "wbem-https", 
                    "bgp", 
                    "pmproxy", 
                    "murmur", 
                    "etcd-server", 
                    "mqtt-tls", 
                    "sips", 
                    "irc", 
                    "bitcoin-testnet", 
                    "apcupsd", 
                    "tinc", 
                    "kerberos", 
                    "radius", 
                    "transmission-client", 
                    "pmwebapi", 
                    "ovirt-vmconsole", 
                    "steam-streaming", 
                    "isns", 
                    "dhcpv6", 
                    "lightning-network", 
                    "git", 
                    "rtsp", 
                    "squid", 
                    "openvpn", 
                    "smtps", 
                    "cfengine", 
                    "zabbix-agent", 
                    "samba-client", 
                    "rsyncd", 
                    "ovirt-storageconsole", 
                    "ircs", 
                    "llmnr", 
                    "gre", 
                    "ldaps", 
                    "xmpp-client", 
                    "dhcp", 
                    "xmpp-server", 
                    "sane", 
                    "vnc-server", 
                    "ceph", 
                    "freeipa-replication", 
                    "dns", 
                    "docker-swarm", 
                    "mosh", 
                    "xmpp-bosh", 
                    "klogin", 
                    "slp", 
                    "snmptrap", 
                    "upnp-client", 
                    "ceph-mon", 
                    "samba", 
                    "rpc-bind", 
                    "salt-master", 
                    "wsmans", 
                    "bitcoin-rpc", 
                    "minidlna", 
                    "tftp-client", 
                    "freeipa-trust", 
                    "syslog-tls", 
                    "ipsec", 
                    "dhcpv6-client", 
                    "telnet", 
                    "https", 
                    "audit", 
                    "ssh", 
                    "pop3", 
                    "nmea-0183", 
                    "zabbix-server", 
                    "wsman", 
                    "xdmcp", 
                    "puppetmaster", 
                    "finger", 
                    "ipp", 
                    "ms-wbt", 
                    "syncthing-gui", 
                    "redis", 
                    "syslog", 
                    "ganglia-client", 
                    "ovirt-imageio", 
                    "pmcd", 
                    "ldap", 
                    "nfs", 
                    "kadmin", 
                    "sip", 
                    "ctdb", 
                    "spideroak-lansync", 
                    "amqp", 
                    "mdns", 
                    "http", 
                    "quassel", 
                    "imaps", 
                    "mysql", 
                    "elasticsearch", 
                    "bacula-client", 
                    "smtp", 
                    "tftp", 
                    "svn", 
                    "plex", 
                    "wbem-http", 
                    "pulseaudio"
                ], 
                "zones": [
                    "block", 
                    "internal", 
                    "drop", 
                    "public", 
                    "work", 
                    "trusted", 
                    "external", 
                    "home", 
                    "dmz"
                ]
            }, 
            "default_zone": "public"
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:20:31 -0400 (0:00:00.090)       0:00:09.930 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:20:31 -0400 (0:00:00.064)       0:00:09.995 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:20:31 -0400 (0:00:00.082)       0:00:10.077 ****** 
skipping: [managed-node1] => {}

TASK [Verify that nothing changed] *********************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:36
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.083)       0:00:10.161 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply basic config] ******************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:41
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.072)       0:00:10.233 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.150)       0:00:10.384 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.047)       0:00:10.432 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.051)       0:00:10.484 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.047)       0:00:10.531 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.041)       0:00:10.573 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.041)       0:00:10.615 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:20:32 -0400 (0:00:00.044)       0:00:10.659 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:20:33 -0400 (0:00:00.741)       0:00:11.401 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:20:33 -0400 (0:00:00.121)       0:00:11.523 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:20:33 -0400 (0:00:00.123)       0:00:11.647 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:20:33 -0400 (0:00:00.135)       0:00:11.782 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:20:33 -0400 (0:00:00.162)       0:00:11.945 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:20:33 -0400 (0:00:00.069)       0:00:12.014 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:20:34 -0400 (0:00:00.434)       0:00:12.449 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:20:34 -0400 (0:00:00.473)       0:00:12.922 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:20:34 -0400 (0:00:00.052)       0:00:12.974 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:20:34 -0400 (0:00:00.054)       0:00:13.028 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:20:34 -0400 (0:00:00.045)       0:00:13.073 ****** 
changed: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }
}
changed: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }
}
changed: [managed-node1] => (item={u'masquerade': True}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "masquerade": true
    }
}
changed: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:20:38 -0400 (0:00:03.815)       0:00:16.889 ****** 
skipping: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'masquerade': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:20:38 -0400 (0:00:00.169)       0:00:17.059 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.064)       0:00:17.123 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.072)       0:00:17.196 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.049)       0:00:17.246 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.056)       0:00:17.302 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.061)       0:00:17.364 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports changed] *********************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:47
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.059)       0:00:17.423 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply again basic config] ************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:52
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.062)       0:00:17.486 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.149)       0:00:17.635 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.057)       0:00:17.692 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.061)       0:00:17.753 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.055)       0:00:17.809 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.066)       0:00:17.876 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.048)       0:00:17.924 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:20:39 -0400 (0:00:00.048)       0:00:17.973 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:20:40 -0400 (0:00:00.584)       0:00:18.557 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:20:40 -0400 (0:00:00.060)       0:00:18.618 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:20:40 -0400 (0:00:00.061)       0:00:18.680 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:20:40 -0400 (0:00:00.062)       0:00:18.742 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:20:40 -0400 (0:00:00.100)       0:00:18.842 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:20:40 -0400 (0:00:00.124)       0:00:18.967 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:20:41 -0400 (0:00:00.455)       0:00:19.422 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:20:41 -0400 (0:00:00.471)       0:00:19.894 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:20:41 -0400 (0:00:00.062)       0:00:19.956 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:20:41 -0400 (0:00:00.053)       0:00:20.010 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:20:41 -0400 (0:00:00.043)       0:00:20.054 ****** 
ok: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={u'masquerade': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:20:45 -0400 (0:00:03.195)       0:00:23.249 ****** 
skipping: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'masquerade': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.166)       0:00:23.416 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.072)       0:00:23.489 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.092)       0:00:23.581 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.069)       0:00:23.651 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.067)       0:00:23.718 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.065)       0:00:23.784 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports nothing changed] *************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:58
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.068)       0:00:23.852 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Use previous replaced and basic config] **********************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:63
Saturday 05 October 2024  03:20:45 -0400 (0:00:00.069)       0:00:23.922 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:20:46 -0400 (0:00:00.324)       0:00:24.247 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:20:46 -0400 (0:00:00.072)       0:00:24.319 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:20:46 -0400 (0:00:00.071)       0:00:24.391 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:20:46 -0400 (0:00:00.099)       0:00:24.490 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:20:46 -0400 (0:00:00.066)       0:00:24.557 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:20:46 -0400 (0:00:00.055)       0:00:24.612 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:20:46 -0400 (0:00:00.050)       0:00:24.663 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:20:47 -0400 (0:00:00.632)       0:00:25.296 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:20:47 -0400 (0:00:00.065)       0:00:25.361 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:20:47 -0400 (0:00:00.057)       0:00:25.419 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:20:47 -0400 (0:00:00.055)       0:00:25.474 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:20:47 -0400 (0:00:00.076)       0:00:25.550 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:20:47 -0400 (0:00:00.095)       0:00:25.646 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:20:47 -0400 (0:00:00.385)       0:00:26.031 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:20:48 -0400 (0:00:00.420)       0:00:26.452 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:20:48 -0400 (0:00:00.081)       0:00:26.533 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

e2b071ca9b919b8fd60a4fe1e00e4f792ec2245359e8c48027020970791176d1 /etc/firewalld/zones/internal.xml
f9451e30bb64cbad90a0d69a899b48f6997fa06a3911215557fa5e5feb5b6890 /etc/firewalld/zones/customzone.xml
81eef6447233fedb7f6e9afa5002ef9aeb60712af6af459ce9cc52cbab52a749 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:20:49 -0400 (0:00:00.891)       0:00:27.425 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:20:49 -0400 (0:00:00.072)       0:00:27.497 ****** 
ok: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={u'masquerade': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:20:52 -0400 (0:00:03.503)       0:00:31.000 ****** 
skipping: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'masquerade': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.154)       0:00:31.154 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.062)       0:00:31.217 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.061)       0:00:31.278 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.063)       0:00:31.342 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

e2b071ca9b919b8fd60a4fe1e00e4f792ec2245359e8c48027020970791176d1 /etc/firewalld/zones/internal.xml
f9451e30bb64cbad90a0d69a899b48f6997fa06a3911215557fa5e5feb5b6890 /etc/firewalld/zones/customzone.xml
81eef6447233fedb7f6e9afa5002ef9aeb60712af6af459ce9cc52cbab52a749 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.370)       0:00:31.713 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.076)       0:00:31.789 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports no changes] ******************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:69
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.072)       0:00:31.862 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Use again previous replaced and basic config] ****************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:74
Saturday 05 October 2024  03:20:53 -0400 (0:00:00.112)       0:00:31.974 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:20:54 -0400 (0:00:00.219)       0:00:32.193 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:20:54 -0400 (0:00:00.067)       0:00:32.261 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:20:54 -0400 (0:00:00.063)       0:00:32.325 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:20:54 -0400 (0:00:00.061)       0:00:32.386 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:20:54 -0400 (0:00:00.071)       0:00:32.458 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:20:54 -0400 (0:00:00.067)       0:00:32.525 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:20:54 -0400 (0:00:00.086)       0:00:32.612 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:20:55 -0400 (0:00:00.774)       0:00:33.387 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:20:55 -0400 (0:00:00.079)       0:00:33.466 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:20:55 -0400 (0:00:00.093)       0:00:33.559 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:20:55 -0400 (0:00:00.073)       0:00:33.632 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:20:55 -0400 (0:00:00.088)       0:00:33.721 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:20:55 -0400 (0:00:00.082)       0:00:33.803 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:20:56 -0400 (0:00:00.430)       0:00:34.233 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:20:56 -0400 (0:00:00.392)       0:00:34.626 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:20:56 -0400 (0:00:00.070)       0:00:34.697 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

e2b071ca9b919b8fd60a4fe1e00e4f792ec2245359e8c48027020970791176d1 /etc/firewalld/zones/internal.xml
f9451e30bb64cbad90a0d69a899b48f6997fa06a3911215557fa5e5feb5b6890 /etc/firewalld/zones/customzone.xml
81eef6447233fedb7f6e9afa5002ef9aeb60712af6af459ce9cc52cbab52a749 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:20:57 -0400 (0:00:00.866)       0:00:35.564 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:20:57 -0400 (0:00:00.074)       0:00:35.638 ****** 
ok: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={u'masquerade': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:01 -0400 (0:00:03.555)       0:00:39.193 ****** 
skipping: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'masquerade': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:01 -0400 (0:00:00.131)       0:00:39.325 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:01 -0400 (0:00:00.075)       0:00:39.401 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:01 -0400 (0:00:00.073)       0:00:39.474 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:01 -0400 (0:00:00.074)       0:00:39.549 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

e2b071ca9b919b8fd60a4fe1e00e4f792ec2245359e8c48027020970791176d1 /etc/firewalld/zones/internal.xml
f9451e30bb64cbad90a0d69a899b48f6997fa06a3911215557fa5e5feb5b6890 /etc/firewalld/zones/customzone.xml
81eef6447233fedb7f6e9afa5002ef9aeb60712af6af459ce9cc52cbab52a749 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:01 -0400 (0:00:00.524)       0:00:40.073 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.073)       0:00:40.147 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports no changes] ******************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:80
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.062)       0:00:40.209 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply basic config] ******************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:85
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.072)       0:00:40.282 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.217)       0:00:40.499 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.126)       0:00:40.625 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.048)       0:00:40.673 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.041)       0:00:40.715 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.041)       0:00:40.757 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.040)       0:00:40.797 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:02 -0400 (0:00:00.040)       0:00:40.838 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:03 -0400 (0:00:00.612)       0:00:41.450 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:03 -0400 (0:00:00.076)       0:00:41.527 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:03 -0400 (0:00:00.076)       0:00:41.604 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:03 -0400 (0:00:00.070)       0:00:41.674 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:03 -0400 (0:00:00.063)       0:00:41.737 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:03 -0400 (0:00:00.088)       0:00:41.826 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:04 -0400 (0:00:00.442)       0:00:42.268 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:04 -0400 (0:00:00.381)       0:00:42.649 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:04 -0400 (0:00:00.049)       0:00:42.699 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:04 -0400 (0:00:00.040)       0:00:42.740 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:04 -0400 (0:00:00.039)       0:00:42.779 ****** 
ok: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={u'masquerade': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }
}
ok: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:08 -0400 (0:00:03.342)       0:00:46.122 ****** 
skipping: [managed-node1] => (item={u'state': u'present', u'zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "state": "present", 
        "zone": "customzone"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'customzone'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "customzone", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal', u'port': [u'443/tcp', u'443/udp'], u'service': [u'tftp', u'ftp'], u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4", 
            "448/tcp;;1.2.3.5"
        ], 
        "port": [
            "443/tcp", 
            "443/udp"
        ], 
        "service": [
            "tftp", 
            "ftp"
        ], 
        "state": "enabled", 
        "zone": "internal"
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'masquerade': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "masquerade": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "http", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.248)       0:00:46.370 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.072)       0:00:46.443 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.066)       0:00:46.510 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.091)       0:00:46.601 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.095)       0:00:46.697 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.063)       0:00:46.761 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports no changes] ******************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:91
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.059)       0:00:46.820 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Use only previous replaced] **********************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:96
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.051)       0:00:46.872 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.164)       0:00:47.036 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:08 -0400 (0:00:00.036)       0:00:47.072 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:09 -0400 (0:00:00.053)       0:00:47.126 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:09 -0400 (0:00:00.076)       0:00:47.203 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:09 -0400 (0:00:00.092)       0:00:47.296 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:09 -0400 (0:00:00.092)       0:00:47.389 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:09 -0400 (0:00:00.115)       0:00:47.504 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:10 -0400 (0:00:00.686)       0:00:48.190 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:10 -0400 (0:00:00.045)       0:00:48.236 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:10 -0400 (0:00:00.045)       0:00:48.282 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:10 -0400 (0:00:00.052)       0:00:48.334 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:10 -0400 (0:00:00.079)       0:00:48.413 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:10 -0400 (0:00:00.115)       0:00:48.529 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:10 -0400 (0:00:00.453)       0:00:48.982 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:11 -0400 (0:00:00.494)       0:00:49.477 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:11 -0400 (0:00:00.047)       0:00:49.525 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

e2b071ca9b919b8fd60a4fe1e00e4f792ec2245359e8c48027020970791176d1 /etc/firewalld/zones/internal.xml
f9451e30bb64cbad90a0d69a899b48f6997fa06a3911215557fa5e5feb5b6890 /etc/firewalld/zones/customzone.xml
81eef6447233fedb7f6e9afa5002ef9aeb60712af6af459ce9cc52cbab52a749 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:12 -0400 (0:00:00.854)       0:00:50.379 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:12 -0400 (0:00:00.075)       0:00:50.455 ****** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:12 -0400 (0:00:00.071)       0:00:50.527 ****** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:12 -0400 (0:00:00.067)       0:00:50.595 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:12 -0400 (0:00:00.066)       0:00:50.661 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:12 -0400 (0:00:00.048)       0:00:50.710 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:12 -0400 (0:00:00.047)       0:00:50.757 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.388)       0:00:51.146 ****** 
changed: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.087)       0:00:51.234 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports changed] *********************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:103
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.100)       0:00:51.334 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply only default zone] *************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:108
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.068)       0:00:51.402 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.361)       0:00:51.764 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.047)       0:00:51.811 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.074)       0:00:51.886 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.073)       0:00:51.959 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:13 -0400 (0:00:00.080)       0:00:52.039 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:14 -0400 (0:00:00.090)       0:00:52.129 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:14 -0400 (0:00:00.060)       0:00:52.189 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:14 -0400 (0:00:00.836)       0:00:53.025 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:14 -0400 (0:00:00.044)       0:00:53.070 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:15 -0400 (0:00:00.056)       0:00:53.127 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:15 -0400 (0:00:00.045)       0:00:53.172 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:15 -0400 (0:00:00.049)       0:00:53.222 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:15 -0400 (0:00:00.082)       0:00:53.304 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:15 -0400 (0:00:00.497)       0:00:53.802 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:16 -0400 (0:00:00.487)       0:00:54.290 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:16 -0400 (0:00:00.054)       0:00:54.344 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:16 -0400 (0:00:00.061)       0:00:54.405 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:16 -0400 (0:00:00.070)       0:00:54.476 ****** 
changed: [managed-node1] => (item={u'set_default_zone': u'dmz'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "set_default_zone": "dmz"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.736)       0:00:55.213 ****** 
skipping: [managed-node1] => (item={u'set_default_zone': u'dmz'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "dmz"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.055)       0:00:55.269 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.051)       0:00:55.321 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.053)       0:00:55.374 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.062)       0:00:55.437 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.064)       0:00:55.501 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.066)       0:00:55.568 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports changed] *********************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:115
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.068)       0:00:55.636 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply only default zone again] *******************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:120
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.087)       0:00:55.724 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:17 -0400 (0:00:00.312)       0:00:56.036 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:18 -0400 (0:00:00.075)       0:00:56.112 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:18 -0400 (0:00:00.067)       0:00:56.180 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:18 -0400 (0:00:00.079)       0:00:56.260 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:18 -0400 (0:00:00.066)       0:00:56.326 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:18 -0400 (0:00:00.076)       0:00:56.403 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:18 -0400 (0:00:00.070)       0:00:56.474 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:19 -0400 (0:00:00.684)       0:00:57.158 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:19 -0400 (0:00:00.087)       0:00:57.246 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:19 -0400 (0:00:00.068)       0:00:57.315 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:19 -0400 (0:00:00.078)       0:00:57.393 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:19 -0400 (0:00:00.078)       0:00:57.472 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:19 -0400 (0:00:00.085)       0:00:57.557 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:19 -0400 (0:00:00.435)       0:00:57.993 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:20 -0400 (0:00:00.564)       0:00:58.558 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:20 -0400 (0:00:00.132)       0:00:58.690 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:20 -0400 (0:00:00.063)       0:00:58.753 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:20 -0400 (0:00:00.064)       0:00:58.818 ****** 
ok: [managed-node1] => (item={u'set_default_zone': u'dmz'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "dmz"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.672)       0:00:59.491 ****** 
skipping: [managed-node1] => (item={u'set_default_zone': u'dmz'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "dmz"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.083)       0:00:59.574 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.100)       0:00:59.675 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.093)       0:00:59.769 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.060)       0:00:59.829 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.057)       0:00:59.886 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.063)       0:00:59.950 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports not changed] *****************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:127
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.045)       0:00:59.995 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply only default zone again with previous replaced] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:132
Saturday 05 October 2024  03:21:21 -0400 (0:00:00.057)       0:01:00.053 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:22 -0400 (0:00:00.489)       0:01:00.542 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:22 -0400 (0:00:00.055)       0:01:00.597 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:22 -0400 (0:00:00.075)       0:01:00.673 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:22 -0400 (0:00:00.062)       0:01:00.736 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:22 -0400 (0:00:00.054)       0:01:00.790 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:22 -0400 (0:00:00.063)       0:01:00.853 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:22 -0400 (0:00:00.068)       0:01:00.922 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:23 -0400 (0:00:00.687)       0:01:01.609 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:23 -0400 (0:00:00.049)       0:01:01.659 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:23 -0400 (0:00:00.072)       0:01:01.731 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:23 -0400 (0:00:00.109)       0:01:01.840 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:23 -0400 (0:00:00.073)       0:01:01.914 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:23 -0400 (0:00:00.101)       0:01:02.015 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:24 -0400 (0:00:00.475)       0:01:02.491 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:25 -0400 (0:00:00.611)       0:01:03.102 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:25 -0400 (0:00:00.098)       0:01:03.201 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

958dce439fe299ce0b0fdb10c4c18412269fbab3f09660e4b210962728554953 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:25 -0400 (0:00:00.873)       0:01:04.074 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:26 -0400 (0:00:00.062)       0:01:04.136 ****** 
ok: [managed-node1] => (item={u'set_default_zone': u'dmz'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "dmz"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:26 -0400 (0:00:00.610)       0:01:04.747 ****** 
skipping: [managed-node1] => (item={u'set_default_zone': u'dmz'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "dmz"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:26 -0400 (0:00:00.070)       0:01:04.818 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:26 -0400 (0:00:00.063)       0:01:04.881 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:26 -0400 (0:00:00.075)       0:01:04.956 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:26 -0400 (0:00:00.083)       0:01:05.040 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

958dce439fe299ce0b0fdb10c4c18412269fbab3f09660e4b210962728554953 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:27 -0400 (0:00:00.399)       0:01:05.439 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:27 -0400 (0:00:00.065)       0:01:05.505 ****** 
skipping: [managed-node1] => {}

TASK [Verify role reports not changed] *****************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:140
Saturday 05 October 2024  03:21:27 -0400 (0:00:00.047)       0:01:05.552 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Change default zone (Change firewalld.conf)] *****************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:147
Saturday 05 October 2024  03:21:27 -0400 (0:00:00.042)       0:01:05.595 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:27 -0400 (0:00:00.279)       0:01:05.874 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:27 -0400 (0:00:00.050)       0:01:05.924 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:27 -0400 (0:00:00.079)       0:01:06.004 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:28 -0400 (0:00:00.087)       0:01:06.092 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:28 -0400 (0:00:00.078)       0:01:06.170 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:28 -0400 (0:00:00.078)       0:01:06.249 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:28 -0400 (0:00:00.091)       0:01:06.340 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:28 -0400 (0:00:00.705)       0:01:07.046 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:29 -0400 (0:00:00.042)       0:01:07.088 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:29 -0400 (0:00:00.046)       0:01:07.135 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:29 -0400 (0:00:00.067)       0:01:07.202 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:29 -0400 (0:00:00.078)       0:01:07.281 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:29 -0400 (0:00:00.103)       0:01:07.384 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:29 -0400 (0:00:00.469)       0:01:07.853 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:30 -0400 (0:00:00.520)       0:01:08.374 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:30 -0400 (0:00:00.107)       0:01:08.481 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:30 -0400 (0:00:00.069)       0:01:08.550 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:30 -0400 (0:00:00.056)       0:01:08.606 ****** 
changed: [managed-node1] => (item={u'set_default_zone': u'internal'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "set_default_zone": "internal"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.721)       0:01:09.328 ****** 
skipping: [managed-node1] => (item={u'set_default_zone': u'internal'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "set_default_zone": "internal"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.127)       0:01:09.455 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.104)       0:01:09.559 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.067)       0:01:09.626 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.064)       0:01:09.691 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.050)       0:01:09.741 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.045)       0:01:09.787 ****** 
skipping: [managed-node1] => {}

TASK [Get stats for firewalld.conf] ********************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:154
Saturday 05 October 2024  03:21:31 -0400 (0:00:00.044)       0:01:09.831 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "atime": 1728112891.079795, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "190f6a520935e6157ae20f6c809c12ad77963d64", 
        "ctime": 1728112891.080795, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 143124, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1728112891.080795, 
        "nlink": 1, 
        "path": "/etc/firewalld/firewalld.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 2708, 
        "uid": 0, 
        "version": "333214728", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Purge config] ************************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:160
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.364)       0:01:10.196 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.299)       0:01:10.496 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.060)       0:01:10.556 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.112)       0:01:10.669 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.063)       0:01:10.733 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.095)       0:01:10.828 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.068)       0:01:10.897 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:32 -0400 (0:00:00.082)       0:01:10.980 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:33 -0400 (0:00:00.724)       0:01:11.704 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:33 -0400 (0:00:00.115)       0:01:11.820 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:33 -0400 (0:00:00.095)       0:01:11.916 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:33 -0400 (0:00:00.081)       0:01:11.997 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:34 -0400 (0:00:00.116)       0:01:12.113 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:34 -0400 (0:00:00.098)       0:01:12.212 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:34 -0400 (0:00:00.490)       0:01:12.703 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:35 -0400 (0:00:00.401)       0:01:13.104 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:35 -0400 (0:00:00.048)       0:01:13.153 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

a4cb87000edf67fa877008f464814f72bf90fa2073a75e5ebc5347ccee2cbd5f /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:35 -0400 (0:00:00.849)       0:01:14.002 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:35 -0400 (0:00:00.072)       0:01:14.075 ****** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.102)       0:01:14.177 ****** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.094)       0:01:14.271 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.076)       0:01:14.348 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.066)       0:01:14.415 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.053)       0:01:14.468 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.379)       0:01:14.848 ****** 
changed: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.121)       0:01:14.969 ****** 
skipping: [managed-node1] => {}

TASK [Fail if /etc/firewalld/firewalld.conf no longer exists] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:167
Saturday 05 October 2024  03:21:36 -0400 (0:00:00.076)       0:01:15.045 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "atime": 1728112895.6958473, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "50ed6be5d276b55be4f8b863971193af3318164a", 
        "ctime": 1728112895.4518445, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 143116, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1728112895.4518445, 
        "nlink": 1, 
        "path": "/etc/firewalld/firewalld.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 2706, 
        "uid": 0, 
        "version": "333214755", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Assert that collected firewalld.conf checksums do not match] *************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:173
Saturday 05 October 2024  03:21:37 -0400 (0:00:00.347)       0:01:15.392 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Purge config (no changes made since last purge)] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:178
Saturday 05 October 2024  03:21:37 -0400 (0:00:00.042)       0:01:15.434 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:37 -0400 (0:00:00.384)       0:01:15.819 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:37 -0400 (0:00:00.055)       0:01:15.874 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:37 -0400 (0:00:00.076)       0:01:15.951 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:37 -0400 (0:00:00.079)       0:01:16.031 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:38 -0400 (0:00:00.069)       0:01:16.100 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:38 -0400 (0:00:00.068)       0:01:16.169 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:38 -0400 (0:00:00.080)       0:01:16.250 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:38 -0400 (0:00:00.651)       0:01:16.901 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:38 -0400 (0:00:00.055)       0:01:16.956 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:38 -0400 (0:00:00.080)       0:01:17.037 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:39 -0400 (0:00:00.063)       0:01:17.101 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:39 -0400 (0:00:00.065)       0:01:17.166 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:39 -0400 (0:00:00.123)       0:01:17.290 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:39 -0400 (0:00:00.505)       0:01:17.795 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:40 -0400 (0:00:00.447)       0:01:18.242 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:40 -0400 (0:00:00.066)       0:01:18.308 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.813)       0:01:19.122 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.055)       0:01:19.177 ****** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.044)       0:01:19.222 ****** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.045)       0:01:19.268 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.055)       0:01:19.323 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.076)       0:01:19.400 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.096)       0:01:19.496 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.384)       0:01:19.880 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.087)       0:01:19.968 ****** 
skipping: [managed-node1] => {}

TASK [Fail if /etc/firewalld/firewalld.conf no longer exists] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:185
Saturday 05 October 2024  03:21:41 -0400 (0:00:00.090)       0:01:20.058 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "atime": 1728112895.6958473, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "50ed6be5d276b55be4f8b863971193af3318164a", 
        "ctime": 1728112895.4518445, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 143116, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1728112895.4518445, 
        "nlink": 1, 
        "path": "/etc/firewalld/firewalld.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 2706, 
        "uid": 0, 
        "version": "333214755", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Assert that collected firewalld.conf checksums match] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:191
Saturday 05 October 2024  03:21:42 -0400 (0:00:00.506)       0:01:20.564 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:197
Saturday 05 October 2024  03:21:42 -0400 (0:00:00.060)       0:01:20.625 ****** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 05 October 2024  03:21:42 -0400 (0:00:00.378)       0:01:21.003 ****** 
included: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 05 October 2024  03:21:43 -0400 (0:00:00.095)       0:01:21.098 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 05 October 2024  03:21:43 -0400 (0:00:00.084)       0:01:21.183 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 05 October 2024  03:21:43 -0400 (0:00:00.120)       0:01:21.304 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 05 October 2024  03:21:43 -0400 (0:00:00.093)       0:01:21.397 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 05 October 2024  03:21:43 -0400 (0:00:00.081)       0:01:21.479 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 05 October 2024  03:21:43 -0400 (0:00:00.123)       0:01:21.602 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 05 October 2024  03:21:44 -0400 (0:00:00.945)       0:01:22.548 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 05 October 2024  03:21:44 -0400 (0:00:00.052)       0:01:22.600 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 05 October 2024  03:21:44 -0400 (0:00:00.055)       0:01:22.656 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 05 October 2024  03:21:44 -0400 (0:00:00.054)       0:01:22.710 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 05 October 2024  03:21:44 -0400 (0:00:00.047)       0:01:22.757 ****** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 05 October 2024  03:21:44 -0400 (0:00:00.056)       0:01:22.813 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 05 October 2024  03:21:45 -0400 (0:00:00.456)       0:01:23.270 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ActiveEnterTimestampMonotonic": "432560390", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "AssertTimestampMonotonic": "432315931", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ConditionTimestampMonotonic": "432315929", 
        "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9693", 
        "ExecMainStartTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "ExecMainStartTimestampMonotonic": "432318155", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:19:58 EDT] ; stop_time=[n/a] ; pid=9693 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "InactiveExitTimestampMonotonic": "432318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9693", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Sat 2024-10-05 03:19:58 EDT", 
        "WatchdogTimestampMonotonic": "432560340", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 05 October 2024  03:21:45 -0400 (0:00:00.443)       0:01:23.714 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 05 October 2024  03:21:45 -0400 (0:00:00.065)       0:01:23.779 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 05 October 2024  03:21:46 -0400 (0:00:00.845)       0:01:24.625 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 05 October 2024  03:21:46 -0400 (0:00:00.056)       0:01:24.681 ****** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 05 October 2024  03:21:46 -0400 (0:00:00.043)       0:01:24.725 ****** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 05 October 2024  03:21:46 -0400 (0:00:00.051)       0:01:24.777 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 05 October 2024  03:21:46 -0400 (0:00:00.078)       0:01:24.855 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 05 October 2024  03:21:46 -0400 (0:00:00.067)       0:01:24.923 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 05 October 2024  03:21:46 -0400 (0:00:00.074)       0:01:24.997 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.8.213 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 05 October 2024  03:21:47 -0400 (0:00:00.481)       0:01:25.479 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 05 October 2024  03:21:47 -0400 (0:00:00.076)       0:01:25.555 ****** 
skipping: [managed-node1] => {}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node1              : ok=126  changed=6    unreachable=0    failed=0    skipped=265  rescued=0    ignored=0   

Saturday 05 October 2024  03:21:47 -0400 (0:00:00.059)       0:01:25.615 ****** 
=============================================================================== 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 3.56s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 3.34s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
Gathering Facts --------------------------------------------------------- 0.99s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:2 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.95s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.87s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.87s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.85s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.84s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.82s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.77s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.74s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.72s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.72s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.71s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.69s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.69s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.68s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.67s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.67s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.65s
/tmp/collections-ikY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31