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-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:2
Saturday 02 November 2024  01:23:17 -0400 (0:00:00.050)       0:00:00.050 ***** 
ok: [managed-node1]
META: ran handlers

TASK [Start from a clean slate] ************************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:25
Saturday 02 November 2024  01:23:18 -0400 (0:00:01.193)       0:00:01.243 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:23:18 -0400 (0:00:00.147)       0:00:01.391 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:23:18 -0400 (0:00:00.079)       0:00:01.471 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:23:18 -0400 (0:00:00.079)       0:00:01.550 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:23:19 -0400 (0:00:00.544)       0:00:02.095 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:23:19 -0400 (0:00:00.055)       0:00:02.150 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:23:19 -0400 (0:00:00.350)       0:00:02.500 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:23:19 -0400 (0:00:00.066)       0:00:02.566 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:23:20 -0400 (0:00:00.932)       0:00:03.498 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:23:20 -0400 (0:00:00.049)       0:00:03.548 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:23:20 -0400 (0:00:00.061)       0:00:03.610 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:23:20 -0400 (0:00:00.079)       0:00:03.690 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:23:21 -0400 (0:00:00.106)       0:00:03.796 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:23:21 -0400 (0:00:00.136)       0:00:03.933 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:23:21 -0400 (0:00:00.860)       0:00:04.793 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:23:22 -0400 (0:00:00.464)       0:00:05.257 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:23:22 -0400 (0:00:00.094)       0:00:05.351 ***** 
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.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:23:23 -0400 (0:00:00.858)       0:00:06.210 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:23:23 -0400 (0:00:00.049)       0:00:06.260 ***** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:23:23 -0400 (0:00:00.045)       0:00:06.306 ***** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:23:23 -0400 (0:00:00.051)       0:00:06.357 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:23:23 -0400 (0:00:00.076)       0:00:06.434 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:23:23 -0400 (0:00:00.064)       0:00:06.498 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:23:23 -0400 (0:00:00.070)       0:00:06.568 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.433)       0:00:07.002 ***** 
changed: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.057)       0:00:07.060 ***** 
skipping: [managed-node1] => {}

TASK [Run the role with no config] *********************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:32
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.049)       0:00:07.109 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.081)       0:00:07.191 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.051)       0:00:07.242 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.120)       0:00:07.362 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.072)       0:00:07.434 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.066)       0:00:07.501 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.066)       0:00:07.568 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:23:24 -0400 (0:00:00.067)       0:00:07.636 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:23:25 -0400 (0:00:00.638)       0:00:08.274 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:23:25 -0400 (0:00:00.044)       0:00:08.319 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:23:25 -0400 (0:00:00.046)       0:00:08.366 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:23:25 -0400 (0:00:00.044)       0:00:08.411 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:23:25 -0400 (0:00:00.045)       0:00:08.456 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:23:25 -0400 (0:00:00.061)       0:00:08.517 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:23:26 -0400 (0:00:00.547)       0:00:09.065 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:23:26 -0400 (0:00:00.439)       0:00:09.504 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:23:26 -0400 (0:00:00.077)       0:00:09.582 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:23:26 -0400 (0:00:00.056)       0:00:09.638 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:23:26 -0400 (0:00:00.062)       0:00:09.701 ***** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:23:26 -0400 (0:00:00.082)       0:00:09.783 ***** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:23:27 -0400 (0:00:00.063)       0:00:09.846 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:23:27 -0400 (0:00:00.069)       0:00:09.916 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.879)       0:00:10.795 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.066)       0:00:10.861 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.063)       0:00:10.925 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.059)       0:00:10.984 ***** 
skipping: [managed-node1] => {}

TASK [Verify that nothing changed] *********************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:36
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.051)       0:00:11.036 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply basic config] ******************************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:41
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.050)       0:00:11.086 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.134)       0:00:11.220 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.060)       0:00:11.281 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.068)       0:00:11.349 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.066)       0:00:11.416 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.091)       0:00:11.508 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.110)       0:00:11.618 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:23:28 -0400 (0:00:00.081)       0:00:11.700 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:23:29 -0400 (0:00:00.648)       0:00:12.348 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:23:29 -0400 (0:00:00.051)       0:00:12.399 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:23:29 -0400 (0:00:00.075)       0:00:12.475 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:23:29 -0400 (0:00:00.063)       0:00:12.539 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:23:29 -0400 (0:00:00.069)       0:00:12.608 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:23:29 -0400 (0:00:00.085)       0:00:12.694 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:23:30 -0400 (0:00:00.518)       0:00:13.212 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:23:30 -0400 (0:00:00.528)       0:00:13.741 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:23:31 -0400 (0:00:00.075)       0:00:13.816 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:23:31 -0400 (0:00:00.060)       0:00:13.877 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:23:31 -0400 (0:00:00.082)       0:00:13.960 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:23:35 -0400 (0:00:04.045)       0:00:18.005 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.252)       0:00:18.258 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.077)       0:00:18.336 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.073)       0:00:18.409 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.092)       0:00:18.502 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.069)       0:00:18.572 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.067)       0:00:18.639 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports changed] *********************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:47
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.068)       0:00:18.708 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply again basic config] ************************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:52
Saturday 02 November 2024  01:23:35 -0400 (0:00:00.076)       0:00:18.785 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:23:36 -0400 (0:00:00.208)       0:00:18.994 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:23:36 -0400 (0:00:00.060)       0:00:19.055 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:23:36 -0400 (0:00:00.066)       0:00:19.122 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:23:36 -0400 (0:00:00.075)       0:00:19.197 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:23:36 -0400 (0:00:00.071)       0:00:19.269 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:23:36 -0400 (0:00:00.046)       0:00:19.316 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:23:36 -0400 (0:00:00.048)       0:00:19.364 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:23:37 -0400 (0:00:00.646)       0:00:20.011 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:23:37 -0400 (0:00:00.085)       0:00:20.096 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:23:37 -0400 (0:00:00.053)       0:00:20.150 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:23:37 -0400 (0:00:00.047)       0:00:20.197 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:23:37 -0400 (0:00:00.049)       0:00:20.246 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:23:37 -0400 (0:00:00.070)       0:00:20.317 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:23:37 -0400 (0:00:00.434)       0:00:20.752 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:23:38 -0400 (0:00:00.484)       0:00:21.236 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:23:38 -0400 (0:00:00.071)       0:00:21.307 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:23:38 -0400 (0:00:00.045)       0:00:21.353 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:23:38 -0400 (0:00:00.046)       0:00:21.400 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:23:42 -0400 (0:00:03.500)       0:00:24.900 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.119)       0:00:25.020 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.069)       0:00:25.090 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.095)       0:00:25.185 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.110)       0:00:25.296 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.085)       0:00:25.382 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.080)       0:00:25.462 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports nothing changed] *************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:58
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.072)       0:00:25.534 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Use previous replaced and basic config] **********************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:63
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.056)       0:00:25.591 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.138)       0:00:25.730 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:23:42 -0400 (0:00:00.039)       0:00:25.769 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:23:43 -0400 (0:00:00.050)       0:00:25.819 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:23:43 -0400 (0:00:00.123)       0:00:25.943 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:23:43 -0400 (0:00:00.134)       0:00:26.077 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:23:43 -0400 (0:00:00.055)       0:00:26.133 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:23:43 -0400 (0:00:00.060)       0:00:26.193 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:23:44 -0400 (0:00:00.749)       0:00:26.943 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:23:44 -0400 (0:00:00.046)       0:00:26.990 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:23:44 -0400 (0:00:00.046)       0:00:27.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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:23:44 -0400 (0:00:00.046)       0:00:27.083 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:23:44 -0400 (0:00:00.045)       0:00:27.128 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:23:44 -0400 (0:00:00.077)       0:00:27.206 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:23:44 -0400 (0:00:00.496)       0:00:27.702 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:23:45 -0400 (0:00:00.528)       0:00:28.231 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:23:45 -0400 (0:00:00.080)       0:00:28.311 ***** 
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.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:23:46 -0400 (0:00:00.887)       0:00:29.199 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:23:46 -0400 (0:00:00.085)       0:00:29.284 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:23:50 -0400 (0:00:03.733)       0:00:33.018 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:23:50 -0400 (0:00:00.164)       0:00:33.183 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:23:50 -0400 (0:00:00.058)       0:00:33.241 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:23:50 -0400 (0:00:00.062)       0:00:33.304 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:23:50 -0400 (0:00:00.062)       0:00:33.366 ***** 
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.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.436)       0:00:33.803 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.076)       0:00:33.880 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports no changes] ******************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:69
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.060)       0:00:33.940 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Use again previous replaced and basic config] ****************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:74
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.054)       0:00:33.995 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.169)       0:00:34.165 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.051)       0:00:34.216 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.059)       0:00:34.275 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.056)       0:00:34.332 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.072)       0:00:34.405 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.066)       0:00:34.472 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:23:51 -0400 (0:00:00.069)       0:00:34.541 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:23:52 -0400 (0:00:00.741)       0:00:35.283 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:23:52 -0400 (0:00:00.066)       0:00:35.349 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:23:52 -0400 (0:00:00.067)       0:00:35.417 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:23:52 -0400 (0:00:00.067)       0:00:35.484 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:23:52 -0400 (0:00:00.062)       0:00:35.547 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:23:52 -0400 (0:00:00.087)       0:00:35.634 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:23:53 -0400 (0:00:00.600)       0:00:36.234 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:23:53 -0400 (0:00:00.524)       0:00:36.759 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:23:54 -0400 (0:00:00.110)       0:00:36.869 ***** 
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.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:23:55 -0400 (0:00:01.031)       0:00:37.901 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:23:55 -0400 (0:00:00.076)       0:00:37.977 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:23:59 -0400 (0:00:04.294)       0:00:42.272 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:23:59 -0400 (0:00:00.226)       0:00:42.498 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:23:59 -0400 (0:00:00.087)       0:00:42.585 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:23:59 -0400 (0:00:00.095)       0:00:42.681 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:23:59 -0400 (0:00:00.069)       0:00:42.751 ***** 
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.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:00 -0400 (0:00:00.501)       0:00:43.252 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:00 -0400 (0:00:00.087)       0:00:43.339 ***** 
skipping: [managed-node1] => {}

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

TASK [Apply basic config] ******************************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:85
Saturday 02 November 2024  01:24:00 -0400 (0:00:00.052)       0:00:43.455 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:00 -0400 (0:00:00.260)       0:00:43.715 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:01 -0400 (0:00:00.089)       0:00:43.804 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:01 -0400 (0:00:00.077)       0:00:43.882 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:01 -0400 (0:00:00.061)       0:00:43.944 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:01 -0400 (0:00:00.050)       0:00:43.994 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:01 -0400 (0:00:00.050)       0:00:44.045 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:01 -0400 (0:00:00.072)       0:00:44.118 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:02 -0400 (0:00:00.818)       0:00:44.937 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:02 -0400 (0:00:00.070)       0:00:45.007 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:02 -0400 (0:00:00.057)       0:00:45.064 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:02 -0400 (0:00:00.054)       0:00:45.119 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:02 -0400 (0:00:00.047)       0:00:45.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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:02 -0400 (0:00:00.062)       0:00:45.229 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:02 -0400 (0:00:00.510)       0:00:45.740 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:03 -0400 (0:00:00.572)       0:00:46.312 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:03 -0400 (0:00:00.129)       0:00:46.442 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:03 -0400 (0:00:00.083)       0:00:46.525 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:03 -0400 (0:00:00.083)       0:00:46.609 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:07 -0400 (0:00:03.695)       0:00:50.305 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:07 -0400 (0:00:00.191)       0:00:50.496 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:07 -0400 (0:00:00.085)       0:00:50.582 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:07 -0400 (0:00:00.080)       0:00:50.662 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:07 -0400 (0:00:00.076)       0:00:50.739 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.073)       0:00:50.812 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.082)       0:00:50.895 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports no changes] ******************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:91
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.089)       0:00:50.985 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Use only previous replaced] **********************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:96
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.101)       0:00:51.086 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.190)       0:00:51.276 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.040)       0:00:51.317 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.050)       0:00:51.367 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.048)       0:00:51.415 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.046)       0:00:51.462 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.058)       0:00:51.521 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:08 -0400 (0:00:00.049)       0:00:51.571 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:09 -0400 (0:00:00.898)       0:00:52.469 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:09 -0400 (0:00:00.105)       0:00:52.574 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:09 -0400 (0:00:00.070)       0:00:52.645 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:09 -0400 (0:00:00.060)       0:00:52.706 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:09 -0400 (0:00:00.047)       0:00:52.754 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:10 -0400 (0:00:00.075)       0:00:52.830 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:10 -0400 (0:00:00.504)       0:00:53.335 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:11 -0400 (0:00:00.558)       0:00:53.893 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:11 -0400 (0:00:00.139)       0:00:54.033 ***** 
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.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:12 -0400 (0:00:01.000)       0:00:55.033 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:12 -0400 (0:00:00.154)       0:00:55.188 ***** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:12 -0400 (0:00:00.141)       0:00:55.329 ***** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:12 -0400 (0:00:00.091)       0:00:55.421 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:12 -0400 (0:00:00.091)       0:00:55.513 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:12 -0400 (0:00:00.068)       0:00:55.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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:12 -0400 (0:00:00.066)       0:00:55.647 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:13 -0400 (0:00:00.385)       0:00:56.033 ***** 
changed: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:13 -0400 (0:00:00.082)       0:00:56.116 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports changed] *********************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:103
Saturday 02 November 2024  01:24:13 -0400 (0:00:00.088)       0:00:56.204 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply only default zone] *************************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:108
Saturday 02 November 2024  01:24:13 -0400 (0:00:00.058)       0:00:56.262 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:13 -0400 (0:00:00.303)       0:00:56.565 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:13 -0400 (0:00:00.094)       0:00:56.659 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:14 -0400 (0:00:00.141)       0:00:56.801 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:14 -0400 (0:00:00.113)       0:00:56.914 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:14 -0400 (0:00:00.091)       0:00:57.006 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:14 -0400 (0:00:00.095)       0:00:57.102 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:14 -0400 (0:00:00.097)       0:00:57.200 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:15 -0400 (0:00:00.646)       0:00:57.847 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:15 -0400 (0:00:00.066)       0:00:57.913 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:15 -0400 (0:00:00.063)       0:00:57.976 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:15 -0400 (0:00:00.064)       0:00:58.040 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:15 -0400 (0:00:00.062)       0:00:58.103 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:15 -0400 (0:00:00.106)       0:00:58.209 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:15 -0400 (0:00:00.491)       0:00:58.700 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:16 -0400 (0:00:00.590)       0:00:59.291 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:16 -0400 (0:00:00.071)       0:00:59.362 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:16 -0400 (0:00:00.064)       0:00:59.427 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:16 -0400 (0:00:00.063)       0:00:59.490 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.840)       0:01:00.331 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.073)       0:01:00.405 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.072)       0:01:00.477 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.055)       0:01:00.532 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.055)       0:01:00.588 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.056)       0:01:00.645 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.046)       0:01:00.691 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports changed] *********************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:115
Saturday 02 November 2024  01:24:17 -0400 (0:00:00.049)       0:01:00.740 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply only default zone again] *******************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:120
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.064)       0:01:00.804 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.436)       0:01:01.241 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.062)       0:01:01.303 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.072)       0:01:01.376 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.067)       0:01:01.443 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.071)       0:01:01.515 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.070)       0:01:01.586 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:18 -0400 (0:00:00.049)       0:01:01.635 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:19 -0400 (0:00:00.664)       0:01:02.300 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:19 -0400 (0:00:00.067)       0:01:02.367 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:19 -0400 (0:00:00.101)       0:01:02.469 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:19 -0400 (0:00:00.062)       0:01:02.532 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:19 -0400 (0:00:00.064)       0:01:02.596 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:19 -0400 (0:00:00.093)       0:01:02.689 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:20 -0400 (0:00:00.455)       0:01:03.145 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:20 -0400 (0:00:00.394)       0:01:03.540 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:20 -0400 (0:00:00.069)       0:01:03.609 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:20 -0400 (0:00:00.061)       0:01:03.671 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:20 -0400 (0:00:00.059)       0:01:03.730 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:21 -0400 (0:00:00.610)       0:01:04.341 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:21 -0400 (0:00:00.197)       0:01:04.538 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:21 -0400 (0:00:00.155)       0:01:04.694 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.154)       0:01:04.848 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.049)       0:01:04.898 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.050)       0:01:04.949 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.068)       0:01:05.018 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports not changed] *****************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:127
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.046)       0:01:05.064 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Apply only default zone again with previous replaced] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:132
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.053)       0:01:05.118 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.315)       0:01:05.433 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.058)       0:01:05.491 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.068)       0:01:05.559 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.066)       0:01:05.626 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.068)       0:01:05.695 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:22 -0400 (0:00:00.074)       0:01:05.770 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:23 -0400 (0:00:00.081)       0:01:05.851 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:23 -0400 (0:00:00.671)       0:01:06.522 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:23 -0400 (0:00:00.051)       0:01:06.574 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:23 -0400 (0:00:00.044)       0:01:06.619 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:23 -0400 (0:00:00.045)       0:01:06.664 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:23 -0400 (0:00:00.052)       0:01:06.716 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:24 -0400 (0:00:00.085)       0:01:06.802 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:24 -0400 (0:00:00.550)       0:01:07.352 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:24 -0400 (0:00:00.429)       0:01:07.781 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:25 -0400 (0:00:00.089)       0:01:07.871 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

958dce439fe299ce0b0fdb10c4c18412269fbab3f09660e4b210962728554953 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:26 -0400 (0:00:01.118)       0:01:08.989 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:26 -0400 (0:00:00.049)       0:01:09.039 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:26 -0400 (0:00:00.665)       0:01:09.705 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:26 -0400 (0:00:00.082)       0:01:09.787 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:27 -0400 (0:00:00.073)       0:01:09.861 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:27 -0400 (0:00:00.070)       0:01:09.932 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:27 -0400 (0:00:00.066)       0:01:09.998 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

958dce439fe299ce0b0fdb10c4c18412269fbab3f09660e4b210962728554953 /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:27 -0400 (0:00:00.552)       0:01:10.551 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:27 -0400 (0:00:00.088)       0:01:10.640 ***** 
skipping: [managed-node1] => {}

TASK [Verify role reports not changed] *****************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:140
Saturday 02 November 2024  01:24:27 -0400 (0:00:00.057)       0:01:10.697 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Change default zone (Change firewalld.conf)] *****************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:147
Saturday 02 November 2024  01:24:27 -0400 (0:00:00.070)       0:01:10.768 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:28 -0400 (0:00:00.314)       0:01:11.083 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:28 -0400 (0:00:00.059)       0:01:11.142 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:28 -0400 (0:00:00.077)       0:01:11.220 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:28 -0400 (0:00:00.062)       0:01:11.282 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:28 -0400 (0:00:00.062)       0:01:11.344 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:28 -0400 (0:00:00.074)       0:01:11.418 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:28 -0400 (0:00:00.070)       0:01:11.488 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:29 -0400 (0:00:00.875)       0:01:12.364 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:29 -0400 (0:00:00.066)       0:01:12.431 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:29 -0400 (0:00:00.073)       0:01:12.505 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:29 -0400 (0:00:00.079)       0:01:12.585 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:29 -0400 (0:00:00.073)       0:01:12.658 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:29 -0400 (0:00:00.134)       0:01:12.793 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:30 -0400 (0:00:00.424)       0:01:13.218 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:30 -0400 (0:00:00.506)       0:01:13.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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:31 -0400 (0:00:00.086)       0:01:13.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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:31 -0400 (0:00:00.069)       0:01:13.880 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:31 -0400 (0:00:00.067)       0:01:13.948 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:31 -0400 (0:00:00.744)       0:01:14.692 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:31 -0400 (0:00:00.073)       0:01:14.766 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:32 -0400 (0:00:00.086)       0:01:14.852 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:32 -0400 (0:00:00.050)       0:01:14.902 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:32 -0400 (0:00:00.055)       0:01:14.958 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:32 -0400 (0:00:00.065)       0:01:15.024 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:32 -0400 (0:00:00.068)       0:01:15.092 ***** 
skipping: [managed-node1] => {}

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

TASK [Purge config] ************************************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:160
Saturday 02 November 2024  01:24:32 -0400 (0:00:00.386)       0:01:15.544 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:33 -0400 (0:00:00.253)       0:01:15.797 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:33 -0400 (0:00:00.056)       0:01:15.854 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:33 -0400 (0:00:00.070)       0:01:15.925 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:33 -0400 (0:00:00.068)       0:01:15.993 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:33 -0400 (0:00:00.067)       0:01:16.061 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:33 -0400 (0:00:00.072)       0:01:16.133 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:33 -0400 (0:00:00.066)       0:01:16.199 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:34 -0400 (0:00:00.777)       0:01:16.977 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:34 -0400 (0:00:00.072)       0:01:17.050 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:34 -0400 (0:00:00.063)       0:01:17.113 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:34 -0400 (0:00:00.065)       0:01:17.179 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:34 -0400 (0:00:00.063)       0:01:17.242 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:34 -0400 (0:00:00.101)       0:01:17.344 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:35 -0400 (0:00:00.594)       0:01:17.938 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:35 -0400 (0:00:00.575)       0:01:18.513 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:35 -0400 (0:00:00.077)       0:01:18.591 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

a4cb87000edf67fa877008f464814f72bf90fa2073a75e5ebc5347ccee2cbd5f /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:36 -0400 (0:00:00.935)       0:01:19.527 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:36 -0400 (0:00:00.079)       0:01:19.607 ***** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:36 -0400 (0:00:00.071)       0:01:19.678 ***** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:36 -0400 (0:00:00.071)       0:01:19.749 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:37 -0400 (0:00:00.130)       0:01:19.880 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:37 -0400 (0:00:00.047)       0:01:19.928 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:37 -0400 (0:00:00.059)       0:01:19.987 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:37 -0400 (0:00:00.447)       0:01:20.435 ***** 
changed: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:37 -0400 (0:00:00.164)       0:01:20.599 ***** 
skipping: [managed-node1] => {}

TASK [Fail if /etc/firewalld/firewalld.conf no longer exists] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:167
Saturday 02 November 2024  01:24:37 -0400 (0:00:00.171)       0:01:20.771 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "atime": 1730525076.4522066, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "50ed6be5d276b55be4f8b863971193af3318164a", 
        "ctime": 1730525076.1952074, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1730525076.1952074, 
        "nlink": 1, 
        "path": "/etc/firewalld/firewalld.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 2706, 
        "uid": 0, 
        "version": "475206258", 
        "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-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:173
Saturday 02 November 2024  01:24:38 -0400 (0:00:00.505)       0:01:21.276 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Purge config (no changes made since last purge)] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:178
Saturday 02 November 2024  01:24:38 -0400 (0:00:00.046)       0:01:21.323 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:38 -0400 (0:00:00.423)       0:01:21.746 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:39 -0400 (0:00:00.088)       0:01:21.835 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:39 -0400 (0:00:00.086)       0:01:21.922 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:39 -0400 (0:00:00.062)       0:01:21.984 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:39 -0400 (0:00:00.072)       0:01:22.056 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:39 -0400 (0:00:00.064)       0:01:22.121 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:39 -0400 (0:00:00.086)       0:01:22.207 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:40 -0400 (0:00:00.785)       0:01:22.993 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:40 -0400 (0:00:00.045)       0:01:23.039 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:40 -0400 (0:00:00.042)       0:01:23.081 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:40 -0400 (0:00:00.042)       0:01:23.124 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:40 -0400 (0:00:00.042)       0:01:23.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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:40 -0400 (0:00:00.061)       0:01:23.228 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:40 -0400 (0:00:00.437)       0:01:23.666 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:41 -0400 (0:00:00.416)       0:01:24.083 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:41 -0400 (0:00:00.072)       0:01:24.155 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:42 -0400 (0:00:00.920)       0:01:25.075 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:42 -0400 (0:00:00.076)       0:01:25.152 ***** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:42 -0400 (0:00:00.072)       0:01:25.224 ***** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:42 -0400 (0:00:00.063)       0:01:25.288 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:42 -0400 (0:00:00.057)       0:01:25.346 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:42 -0400 (0:00:00.064)       0:01:25.410 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:42 -0400 (0:00:00.061)       0:01:25.472 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:43 -0400 (0:00:00.577)       0:01:26.050 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:43 -0400 (0:00:00.078)       0:01:26.128 ***** 
skipping: [managed-node1] => {}

TASK [Fail if /etc/firewalld/firewalld.conf no longer exists] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:185
Saturday 02 November 2024  01:24:43 -0400 (0:00:00.068)       0:01:26.197 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "atime": 1730525076.4522066, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "50ed6be5d276b55be4f8b863971193af3318164a", 
        "ctime": 1730525076.1952074, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1730525076.1952074, 
        "nlink": 1, 
        "path": "/etc/firewalld/firewalld.conf", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 2706, 
        "uid": 0, 
        "version": "475206258", 
        "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-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:191
Saturday 02 November 2024  01:24:44 -0400 (0:00:00.608)       0:01:26.805 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:197
Saturday 02 November 2024  01:24:44 -0400 (0:00:00.126)       0:01:26.932 ***** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 02 November 2024  01:24:44 -0400 (0:00:00.355)       0:01:27.287 ***** 
included: /tmp/collections-o0H/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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 02 November 2024  01:24:44 -0400 (0:00:00.037)       0:01:27.325 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 02 November 2024  01:24:44 -0400 (0:00:00.068)       0:01:27.394 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 02 November 2024  01:24:44 -0400 (0:00:00.171)       0:01:27.565 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 02 November 2024  01:24:44 -0400 (0:00:00.202)       0:01:27.768 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 02 November 2024  01:24:45 -0400 (0:00:00.177)       0:01:27.946 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 02 November 2024  01:24:45 -0400 (0:00:00.250)       0:01:28.197 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 02 November 2024  01:24:46 -0400 (0:00:00.756)       0:01:28.953 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 02 November 2024  01:24:46 -0400 (0:00:00.132)       0:01:29.086 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 02 November 2024  01:24:46 -0400 (0:00:00.091)       0:01:29.177 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 02 November 2024  01:24:46 -0400 (0:00:00.063)       0:01:29.241 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 02 November 2024  01:24:46 -0400 (0:00:00.100)       0:01:29.341 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 02 November 2024  01:24:46 -0400 (0:00:00.140)       0:01:29.481 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 02 November 2024  01:24:47 -0400 (0:00:00.454)       0:01:29.936 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ActiveEnterTimestampMonotonic": "216142524", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice dbus.service polkit.service basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "AssertTimestampMonotonic": "215885195", 
        "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-11-02 01:22:50 EDT", 
        "ConditionTimestampMonotonic": "215885193", 
        "Conflicts": "ipset.service ip6tables.service shutdown.target ebtables.service iptables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9518", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 01:22:50 EDT", 
        "ExecMainStartTimestampMonotonic": "215886329", 
        "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-11-02 01:22:50 EDT] ; stop_time=[n/a] ; pid=9518 ; 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-11-02 01:22:50 EDT", 
        "InactiveExitTimestampMonotonic": "215886369", 
        "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": "9518", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "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-11-02 01:22:50 EDT", 
        "WatchdogTimestampMonotonic": "216142467", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 02 November 2024  01:24:47 -0400 (0:00:00.484)       0:01:30.420 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 02 November 2024  01:24:47 -0400 (0:00:00.076)       0:01:30.497 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 02 November 2024  01:24:48 -0400 (0:00:01.128)       0:01:31.625 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 02 November 2024  01:24:48 -0400 (0:00:00.064)       0:01:31.690 ***** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 02 November 2024  01:24:48 -0400 (0:00:00.065)       0:01:31.755 ***** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 02 November 2024  01:24:49 -0400 (0:00:00.066)       0:01:31.821 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 02 November 2024  01:24:49 -0400 (0:00:00.071)       0:01:31.893 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 02 November 2024  01:24:49 -0400 (0:00:00.079)       0:01:31.973 ***** 
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-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 02 November 2024  01:24:49 -0400 (0:00:00.072)       0:01:32.045 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.14.119 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 02 November 2024  01:24:49 -0400 (0:00:00.442)       0:01:32.487 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 02 November 2024  01:24:49 -0400 (0:00:00.079)       0:01:32.567 ***** 
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 02 November 2024  01:24:49 -0400 (0:00:00.081)       0:01:32.648 ***** 
=============================================================================== 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 4.29s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 3.70s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
Gathering Facts --------------------------------------------------------- 1.19s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_purge_config.yml:2 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.13s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.12s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.03s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.93s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.90s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Gather firewall config if no arguments --- 0.88s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.88s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.82s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.79s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.78s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.76s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.75s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.74s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.74s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.67s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.67s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.66s
/tmp/collections-o0H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31