[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.4]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-NAp
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_mesh_cert.yml **************************************************
1 plays in /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml

PLAY [Test mesh tunnels with certificates] *************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:3
Sunday 15 September 2024  00:25:00 -0400 (0:00:00.030)       0:00:00.030 ****** 
[WARNING]: Platform linux on host managed_node2 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node2]

TASK [Set up test environment] *************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:16
Sunday 15 September 2024  00:25:01 -0400 (0:00:01.274)       0:00:01.305 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml for managed_node2

TASK [Set platform/version specific variables] *********************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:2
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.037)       0:00:01.343 ****** 
included: fedora.linux_system_roles.vpn for managed_node2

TASK [fedora.linux_system_roles.vpn : Ensure ansible_facts used by role] *******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:2
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.033)       0:00:01.377 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__vpn_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Check if system is ostree] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:10
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.036)       0:00:01.414 ****** 
ok: [managed_node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.vpn : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:15
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.427)       0:00:01.841 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__vpn_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Set platform/version specific variables] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:19
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.029)       0:00:01.871 ****** 
skipping: [managed_node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [Change inventory_hostname] ***********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:11
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.041)       0:00:01.912 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not (__vpn_opportunistic | d(false) | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [Add sample main host] ****************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:18
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.036)       0:00:01.948 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not (__vpn_opportunistic | d(false) | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [Create nss directory for testing] ****************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:22
Sunday 15 September 2024  00:25:01 -0400 (0:00:00.031)       0:00:01.980 ****** 
changed: [managed_node2] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/var/lib/ipsec/nss",
    "secontext": "unconfined_u:object_r:var_lib_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Create /etc/ipsec.d directory for testing] *******************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:28
Sunday 15 September 2024  00:25:02 -0400 (0:00:00.436)       0:00:02.416 ****** 
changed: [managed_node2] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/etc/ipsec.d",
    "secontext": "system_u:object_r:ipsec_key_file_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Dynamically add more hosts] **********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:34
Sunday 15 September 2024  00:25:02 -0400 (0:00:00.330)       0:00:02.747 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/add_hosts.yml for managed_node2

TASK [Dynamically add multiple hosts for testing] ******************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/add_hosts.yml:2
Sunday 15 September 2024  00:25:02 -0400 (0:00:00.019)       0:00:02.766 ****** 
creating host via 'add_host': hostname=host01.local
creating host via 'add_host': hostname=host02.local
changed: [managed_node2] => (item=1) => {
    "add_host": {
        "groups": [
            "testing"
        ],
        "host_name": "host01.local",
        "host_vars": {
            "cert_name": "dyn_cert",
            "current_ip": "169.254.1.1",
            "current_subnet": "169.254.0.0/16"
        }
    },
    "ansible_loop_var": "item",
    "changed": true,
    "item": 1
}
changed: [managed_node2] => (item=2) => {
    "add_host": {
        "groups": [
            "testing"
        ],
        "host_name": "host02.local",
        "host_vars": {
            "cert_name": "dyn_cert",
            "current_ip": "169.254.1.1",
            "current_subnet": "169.254.0.0/16"
        }
    },
    "ansible_loop_var": "item",
    "changed": true,
    "item": 2
}

TASK [Create mock vpn_connections] *********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/add_hosts.yml:11
Sunday 15 September 2024  00:25:02 -0400 (0:00:00.044)       0:00:02.810 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "vpn_connections": [
            {
                "hosts": {
                    "host01.local": "",
                    "host02.local": "",
                    "managed_node1": "",
                    "managed_node2": "",
                    "managed_node3": ""
                }
            }
        ]
    },
    "changed": false
}

TASK [Create sample policies directory for testing] ****************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:40
Sunday 15 September 2024  00:25:02 -0400 (0:00:00.019)       0:00:02.830 ****** 
changed: [managed_node2] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/etc/ipsec.d/policies",
    "secontext": "unconfined_u:object_r:ipsec_key_file_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Create sample policy files for testing] **********************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:46
Sunday 15 September 2024  00:25:03 -0400 (0:00:00.354)       0:00:03.184 ****** 
changed: [managed_node2] => {
    "changed": true,
    "dest": "/etc/ipsec.d/policies/private",
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:ipsec_key_file_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Create sample policy files for testing] **********************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:52
Sunday 15 September 2024  00:25:03 -0400 (0:00:00.353)       0:00:03.538 ****** 
changed: [managed_node2] => {
    "changed": true,
    "dest": "/etc/ipsec.d/policies/private-or-clear",
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:ipsec_key_file_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Create sample policy files for testing] **********************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:58
Sunday 15 September 2024  00:25:03 -0400 (0:00:00.353)       0:00:03.891 ****** 
changed: [managed_node2] => {
    "changed": true,
    "dest": "/etc/ipsec.d/policies/clear",
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:ipsec_key_file_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Ensure firewalld not running if not testing firewall] ********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:67
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.386)       0:00:04.278 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not vpn_manage_firewall | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Add extra options to check] **********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:21
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.063)       0:00:04.341 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "vpn_connections": [
            {
                "auth_method": "cert",
                "hosts": {
                    "host01.local": "",
                    "host02.local": "",
                    "managed_node1": "",
                    "managed_node2": "",
                    "managed_node3": ""
                },
                "opportunistic": true,
                "policies": [
                    {
                        "cidr": "203.0.113.0/24",
                        "policy": "private"
                    },
                    {
                        "cidr": "198.51.100.0/24",
                        "policy": "clear"
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [Add cert_name fact to controller] ****************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:36
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.048)       0:00:04.390 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "cert_name": "main_cert"
    },
    "changed": false
}

TASK [Use vpn role] ************************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:40
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.049)       0:00:04.439 ****** 
included: fedora.linux_system_roles.vpn for managed_node2

TASK [fedora.linux_system_roles.vpn : Set platform/version specific variables] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:3
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.062)       0:00:04.502 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml for managed_node2

TASK [fedora.linux_system_roles.vpn : Ensure ansible_facts used by role] *******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:2
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.025)       0:00:04.527 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__vpn_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Check if system is ostree] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:10
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.041)       0:00:04.569 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __vpn_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:15
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.025)       0:00:04.594 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __vpn_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Set platform/version specific variables] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:19
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.019)       0:00:04.613 ****** 
skipping: [managed_node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.vpn : Ensure required packages are installed] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:6
Sunday 15 September 2024  00:25:04 -0400 (0:00:00.031)       0:00:04.645 ****** 
changed: [managed_node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: libreswan-4.15-5.el10.x86_64"
    ]
}
lsrpackages: iproute libreswan

TASK [fedora.linux_system_roles.vpn : Configure firewall] **********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:13
Sunday 15 September 2024  00:25:06 -0400 (0:00:02.210)       0:00:06.856 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/firewall.yml for managed_node2

TASK [Ensure the vpn ports status with the firewall role] **********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/firewall.yml:3
Sunday 15 September 2024  00:25:06 -0400 (0:00:00.045)       0:00:06.901 ****** 
included: fedora.linux_system_roles.firewall for managed_node2

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Sunday 15 September 2024  00:25:06 -0400 (0:00:00.106)       0:00:07.008 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Sunday 15 September 2024  00:25:07 -0400 (0:00:00.056)       0:00:07.064 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Sunday 15 September 2024  00:25:07 -0400 (0:00:00.054)       0:00:07.119 ****** 
ok: [managed_node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Sunday 15 September 2024  00:25:07 -0400 (0:00:00.361)       0:00:07.481 ****** 
ok: [managed_node2] => {
    "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-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Sunday 15 September 2024  00:25:07 -0400 (0:00:00.034)       0:00:07.516 ****** 
ok: [managed_node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Sunday 15 September 2024  00:25:07 -0400 (0:00:00.387)       0:00:07.903 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Sunday 15 September 2024  00:25:07 -0400 (0:00:00.039)       0:00:07.942 ****** 
ok: [managed_node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Sunday 15 September 2024  00:25:08 -0400 (0:00:00.670)       0:00:08.612 ****** 
skipping: [managed_node2] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Sunday 15 September 2024  00:25:08 -0400 (0:00:00.044)       0:00:08.657 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(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-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Sunday 15 September 2024  00:25:08 -0400 (0:00:00.065)       0:00:08.722 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Sunday 15 September 2024  00:25:08 -0400 (0:00:00.059)       0:00:08.781 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Sunday 15 September 2024  00:25:08 -0400 (0:00:00.053)       0:00:08.835 ****** 
skipping: [managed_node2] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Sunday 15 September 2024  00:25:08 -0400 (0:00:00.075)       0:00:08.911 ****** 
ok: [managed_node2] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus.socket sysinit.target dbus-broker.service basic.target system.slice polkit.service",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ipset.service ip6tables.service ebtables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702874112",
        "EffectiveMemoryMax": "3702874112",
        "EffectiveTasksMax": "22364",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13978",
        "LimitNPROCSoft": "13978",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13978",
        "LimitSIGPENDINGSoft": "13978",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3314323456",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22364",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Sunday 15 September 2024  00:25:09 -0400 (0:00:00.872)       0:00:09.783 ****** 
changed: [managed_node2] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus-broker.service polkit.service sysinit.target basic.target system.slice dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702874112",
        "EffectiveMemoryMax": "3702874112",
        "EffectiveTasksMax": "22364",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13978",
        "LimitNPROCSoft": "13978",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13978",
        "LimitSIGPENDINGSoft": "13978",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3327676416",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22364",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Sunday 15 September 2024  00:25:11 -0400 (0:00:01.821)       0:00:11.605 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Sunday 15 September 2024  00:25:11 -0400 (0:00:00.042)       0:00:11.648 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "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-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Sunday 15 September 2024  00:25:11 -0400 (0:00:00.035)       0:00:11.683 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Sunday 15 September 2024  00:25:11 -0400 (0:00:00.041)       0:00:11.725 ****** 
changed: [managed_node2] => (item={'service': 'ipsec', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "service": "ipsec",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.880)       0:00:12.605 ****** 
skipping: [managed_node2] => (item={'service': 'ipsec', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "service": "ipsec",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.070)       0:00:12.675 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.060)       0:00:12.736 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.067)       0:00:12.803 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.040)       0:00:12.844 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.042)       0:00:12.886 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.053)       0:00:12.940 ****** 
skipping: [managed_node2] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [fedora.linux_system_roles.vpn : Configure selinux] ***********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:16
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.044)       0:00:12.985 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/selinux.yml for managed_node2

TASK [fedora.linux_system_roles.vpn : Populate service facts] ******************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/selinux.yml:3
Sunday 15 September 2024  00:25:12 -0400 (0:00:00.031)       0:00:13.016 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "audit-rules.service": {
                "name": "audit-rules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autofs.service": {
                "name": "autofs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "capsule@.service": {
                "name": "capsule@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd-restricted.service": {
                "name": "chronyd-restricted.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.fedoraproject.FirewallD1.service": {
                "name": "dbus-org.fedoraproject.FirewallD1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd.service": {
                "name": "dhcpcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd@.service": {
                "name": "dhcpcd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fips-crypto-policy-overlay.service": {
                "name": "fips-crypto-policy-overlay.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "fsidd.service": {
                "name": "fsidd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "grub2-systemd-integration.service": {
                "name": "grub2-systemd-integration.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ip6tables.service": {
                "name": "ip6tables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ipsec.service": {
                "name": "ipsec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ipset.service": {
                "name": "ipset.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iptables.service": {
                "name": "iptables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "logrotate.service": {
                "name": "logrotate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm-devices-import.service": {
                "name": "lvm-devices-import.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "modprobe@.service": {
                "name": "modprobe@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "modprobe@configfs.service": {
                "name": "modprobe@configfs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_mod.service": {
                "name": "modprobe@dm_mod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@drm.service": {
                "name": "modprobe@drm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@fuse.service": {
                "name": "modprobe@fuse.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@loop.service": {
                "name": "modprobe@loop.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "pam_namespace.service": {
                "name": "pam_namespace.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcscd.service": {
                "name": "pcscd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon-root.service": {
                "name": "quotaon-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "quotaon@.service": {
                "name": "quotaon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-svcgssd.service": {
                "name": "rpc-svcgssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpmdb-migrate.service": {
                "name": "rpmdb-migrate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rpmdb-rebuild.service": {
                "name": "rpmdb-rebuild.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "selinux-check-proper-disable.service": {
                "name": "selinux-check-proper-disable.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ssh-host-keys-migration.service": {
                "name": "ssh-host-keys-migration.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-battery-check.service": {
                "name": "systemd-battery-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-bless-boot.service": {
                "name": "systemd-bless-boot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-boot-random-seed.service": {
                "name": "systemd-boot-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-boot-update.service": {
                "name": "systemd-boot-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-bootctl@.service": {
                "name": "systemd-bootctl@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-confext.service": {
                "name": "systemd-confext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-creds@.service": {
                "name": "systemd-creds@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-growfs-root.service": {
                "name": "systemd-growfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-growfs@.service": {
                "name": "systemd-growfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-clear.service": {
                "name": "systemd-hibernate-clear.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate-resume.service": {
                "name": "systemd-hibernate-resume.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald-sync@.service": {
                "name": "systemd-journald-sync@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-journald@.service": {
                "name": "systemd-journald@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-network-generator.service": {
                "name": "systemd-network-generator.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-oomd.service": {
                "name": "systemd-oomd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-pcrextend@.service": {
                "name": "systemd-pcrextend@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrfs-root.service": {
                "name": "systemd-pcrfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pcrfs@.service": {
                "name": "systemd-pcrfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrlock-file-system.service": {
                "name": "systemd-pcrlock-file-system.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-code.service": {
                "name": "systemd-pcrlock-firmware-code.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-config.service": {
                "name": "systemd-pcrlock-firmware-config.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-machine-id.service": {
                "name": "systemd-pcrlock-machine-id.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-make-policy.service": {
                "name": "systemd-pcrlock-make-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-authority.service": {
                "name": "systemd-pcrlock-secureboot-authority.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-policy.service": {
                "name": "systemd-pcrlock-secureboot-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock@.service": {
                "name": "systemd-pcrlock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrmachine.service": {
                "name": "systemd-pcrmachine.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-initrd.service": {
                "name": "systemd-pcrphase-initrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-sysinit.service": {
                "name": "systemd-pcrphase-sysinit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase.service": {
                "name": "systemd-pcrphase.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck-root.service": {
                "name": "systemd-quotacheck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-quotacheck@.service": {
                "name": "systemd-quotacheck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-repart.service": {
                "name": "systemd-repart.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-soft-reboot.service": {
                "name": "systemd-soft-reboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysext.service": {
                "name": "systemd-sysext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-sysext@.service": {
                "name": "systemd-sysext@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-sysupdate-reboot.service": {
                "name": "systemd-sysupdate-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysupdate.service": {
                "name": "systemd-sysupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev-early.service": {
                "name": "systemd-tmpfiles-setup-dev-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup-early.service": {
                "name": "systemd-tpm2-setup-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup.service": {
                "name": "systemd-tpm2-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-load-credentials.service": {
                "name": "systemd-udev-load-credentials.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Get the ipsec tcp service ports] *********
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/selinux.yml:12
Sunday 15 September 2024  00:25:14 -0400 (0:00:01.845)       0:00:14.862 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "vpn_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Initialize _vpn_selinux] *****************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/selinux.yml:20
Sunday 15 September 2024  00:25:14 -0400 (0:00:00.041)       0:00:14.903 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "vpn_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Add the ipsec service ports to _vpn_selinux] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/selinux.yml:24
Sunday 15 September 2024  00:25:14 -0400 (0:00:00.043)       0:00:14.946 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "vpn_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/selinux.yml:31
Sunday 15 September 2024  00:25:14 -0400 (0:00:00.058)       0:00:15.005 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "vpn_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Ensure OpenSSL is installed on the controller] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:26
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.058)       0:00:15.063 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not \"/usr/bin/openssl\" is exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Enforce default auth method as needed] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:34
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.073)       0:00:15.137 ****** 
ok: [managed_node2 -> localhost] => {
    "ansible_facts": {
        "vpn_connections": [
            {
                "auth_method": "cert",
                "hosts": {
                    "host01.local": "",
                    "host02.local": "",
                    "managed_node1": "",
                    "managed_node2": "",
                    "managed_node3": ""
                },
                "opportunistic": true,
                "policies": [
                    {
                        "cidr": "203.0.113.0/24",
                        "policy": "private"
                    },
                    {
                        "cidr": "198.51.100.0/24",
                        "policy": "clear"
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Make sure that the hosts list is not empty] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:44
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.070)       0:00:15.208 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "\"True\" in failure",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Make sure there is at least one pair of hosts in each connection] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:59
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.056)       0:00:15.264 ****** 
ok: [managed_node2 -> localhost] => {
    "ansible_facts": {
        "vpn_connections": [
            {
                "auth_method": "cert",
                "hosts": {
                    "host01.local": "",
                    "host02.local": "",
                    "managed_node1": "",
                    "managed_node2": "",
                    "managed_node3": ""
                },
                "opportunistic": true,
                "policies": [
                    {
                        "cidr": "203.0.113.0/24",
                        "policy": "private"
                    },
                    {
                        "cidr": "198.51.100.0/24",
                        "policy": "clear"
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Ensure cert_names are populated when auth_method is cert] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:73
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.046)       0:00:15.311 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "\"True\" in failure",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Generate PSKs or use provided shared_key_content] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:100
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.107)       0:00:15.418 ****** 
ok: [managed_node2 -> localhost] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Set psks for hosts] **********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:137
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.074)       0:00:15.493 ****** 
ok: [managed_node2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Create ipsec.conf files] *****************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:161
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.156)       0:00:15.650 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.vpn : Check if secrets file already exists] ****
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:169
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.045)       0:00:15.695 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.vpn : Create ipsec.secrets files] **************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:175
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.039)       0:00:15.734 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.vpn : Build opportunistic configuration] *******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:185
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.016)       0:00:15.751 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml for managed_node2 => (item=(censored due to no_log))

TASK [fedora.linux_system_roles.vpn : Set current IP fact for each host] *******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:3
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.048)       0:00:15.799 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_ip": "10.31.44.245"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Set IP with prefix register] *************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:7
Sunday 15 September 2024  00:25:15 -0400 (0:00:00.040)       0:00:15.840 ****** 
ok: [managed_node2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nip addr show | grep 10.31.44.245 | awk '{print $2}'",
    "delta": "0:00:00.006853",
    "end": "2024-09-15 00:25:16.177964",
    "rc": 0,
    "start": "2024-09-15 00:25:16.171111"
}

STDOUT:

10.31.44.245/22

TASK [fedora.linux_system_roles.vpn : Set net CIDR fact] ***********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:14
Sunday 15 September 2024  00:25:16 -0400 (0:00:00.416)       0:00:16.257 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_subnet": "10.31.44.0/22"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Set policies fact] ***********************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:18
Sunday 15 September 2024  00:25:16 -0400 (0:00:00.037)       0:00:16.294 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "policies": [
            {
                "cidr": "203.0.113.0/24",
                "policy": "private"
            },
            {
                "cidr": "198.51.100.0/24",
                "policy": "clear"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Apply the default policy as needed] ******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:22
Sunday 15 September 2024  00:25:16 -0400 (0:00:00.039)       0:00:16.334 ****** 
[WARNING]: The value 'False' is not a valid IP address or network, passing this
value to ipaddr filter might result in breaking change in future.
ok: [managed_node2 -> localhost] => {
    "ansible_facts": {
        "policies": [
            {
                "cidr": "203.0.113.0/24",
                "policy": "private"
            },
            {
                "cidr": "198.51.100.0/24",
                "policy": "clear"
            },
            {
                "cidr": "10.31.44.0/22",
                "policy": "private-or-clear"
            },
            {
                "cidr": "169.254.0.0/16",
                "policy": "private-or-clear"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.vpn : Write tunnel policies for each network] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:48
Sunday 15 September 2024  00:25:16 -0400 (0:00:00.074)       0:00:16.408 ****** 
changed: [managed_node2] => (item=private) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "a4789f2036166e565e40fdcea385e5ff82ad16b6",
    "dest": "/etc/ipsec.d/policies/private",
    "gid": 0,
    "group": "root",
    "item": "private",
    "md5sum": "8a1d49feea7237a76e10628ddc628987",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:ipsec_key_file_t:s0",
    "size": 56,
    "src": "/root/.ansible/tmp/ansible-tmp-1726374316.4357207-10035-108239147567875/.source",
    "state": "file",
    "uid": 0
}
changed: [managed_node2] => (item=clear) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "b3813bc54754cc738fae6c9fd8011b7165c12da4",
    "dest": "/etc/ipsec.d/policies/clear",
    "gid": 0,
    "group": "root",
    "item": "clear",
    "md5sum": "e8ed4c5e8408ffcdea43aa3810fd3442",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:ipsec_key_file_t:s0",
    "size": 57,
    "src": "/root/.ansible/tmp/ansible-tmp-1726374317.1554036-10035-156113496509962/.source",
    "state": "file",
    "uid": 0
}
changed: [managed_node2] => (item=private-or-clear) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "a01deacf3d39f3cbb1dd98f27ef285fe5848e9cc",
    "dest": "/etc/ipsec.d/policies/private-or-clear",
    "gid": 0,
    "group": "root",
    "item": "private-or-clear",
    "md5sum": "8dcb5bc8da86138efbb4fe824e03f9a1",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:ipsec_key_file_t:s0",
    "size": 70,
    "src": "/root/.ansible/tmp/ansible-tmp-1726374317.766886-10035-179228747683560/.source",
    "state": "file",
    "uid": 0
}
Notification for handler __vpn_handler_enable_start_vpn has been saved.
Notification for handler __vpn_handler_init_mesh_conns has been saved.
Notification for handler __vpn_handler_enable_start_vpn has been saved.
Notification for handler __vpn_handler_init_mesh_conns has been saved.
Notification for handler __vpn_handler_enable_start_vpn has been saved.
Notification for handler __vpn_handler_init_mesh_conns has been saved.

TASK [fedora.linux_system_roles.vpn : Deploy opportunistic configuration to each node] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:58
Sunday 15 September 2024  00:25:18 -0400 (0:00:02.007)       0:00:18.416 ****** 
Notification for handler __vpn_handler_enable_start_vpn has been saved.
Notification for handler __vpn_handler_init_mesh_conns has been saved.
changed: [managed_node2] => {
    "changed": true,
    "checksum": "433a116d6d92ed3a1793ba1a066c4f1436b58452",
    "dest": "/etc/ipsec.d/mesh.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "755e302046e7ac0e477c61e07c01dfab",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:ipsec_key_file_t:s0",
    "size": 859,
    "src": "/root/.ansible/tmp/ansible-tmp-1726374318.4366615-10104-58904536683736/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [Flush handlers] **********************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:46
Sunday 15 September 2024  00:25:19 -0400 (0:00:00.716)       0:00:19.133 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.vpn : Restart vpn service and wait for ssh conn to return for managed_node2
NOTIFIED HANDLER fedora.linux_system_roles.vpn : Send pings to initialize mesh connections for managed_node2
META: triggered running handlers for managed_node2

RUNNING HANDLER [fedora.linux_system_roles.vpn : Restart vpn service and wait for ssh conn to return] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/handlers/main.yml:2
Sunday 15 September 2024  00:25:19 -0400 (0:00:00.010)       0:00:19.144 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/enable_restart_vpn.yml for managed_node2

RUNNING HANDLER [fedora.linux_system_roles.vpn : Enable and restart vpn services] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/enable_restart_vpn.yml:2
Sunday 15 September 2024  00:25:19 -0400 (0:00:00.023)       0:00:19.167 ****** 
changed: [managed_node2] => (item=ipsec) => {
    "ansible_job_id": "j565720933726.16957",
    "ansible_loop_var": "item",
    "changed": true,
    "finished": 0,
    "item": "ipsec",
    "results_file": "/root/.ansible_async/j565720933726.16957",
    "started": 1
}

RUNNING HANDLER [fedora.linux_system_roles.vpn : Wait for ssh connection to return] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/enable_restart_vpn.yml:11
Sunday 15 September 2024  00:25:19 -0400 (0:00:00.510)       0:00:19.678 ****** 
ok: [managed_node2] => {
    "changed": false,
    "elapsed": 4
}

RUNNING HANDLER [fedora.linux_system_roles.vpn : Send pings to initialize mesh connections] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/handlers/main.yml:6
Sunday 15 September 2024  00:25:24 -0400 (0:00:04.578)       0:00:24.256 ****** 
skipping: [managed_node2] => (item=managed_node2)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item != inventory_hostname",
    "item": "managed_node2",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [Assert file existence] ***************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:49
Sunday 15 September 2024  00:25:24 -0400 (0:00:00.036)       0:00:24.293 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/assert_mesh_conf_exists.yml for managed_node2

TASK [Stat mesh.conf file path] ************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/assert_mesh_conf_exists.yml:2
Sunday 15 September 2024  00:25:24 -0400 (0:00:00.090)       0:00:24.383 ****** 
ok: [managed_node2] => {
    "changed": false,
    "stat": {
        "atime": 1726374320.1216912,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "433a116d6d92ed3a1793ba1a066c4f1436b58452",
        "ctime": 1726374319.0466857,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 289407234,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1726374318.7906845,
        "nlink": 1,
        "path": "/etc/ipsec.d/mesh.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 859,
        "uid": 0,
        "version": "1148508836",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert that mesh.conf exists] ********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/assert_mesh_conf_exists.yml:7
Sunday 15 September 2024  00:25:24 -0400 (0:00:00.356)       0:00:24.739 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Reset success flag] ******************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:52
Sunday 15 September 2024  00:25:24 -0400 (0:00:00.021)       0:00:24.761 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__vpn_success": true
    },
    "changed": false
}

TASK [Get and store mesh.conf file] ********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:56
Sunday 15 September 2024  00:25:24 -0400 (0:00:00.017)       0:00:24.778 ****** 
ok: [managed_node2] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgpjb25uIHByaXZhdGUKICAgICAgdHlwZT10dW5uZWwKICAgICAgbGVmdD0lZGVmYXVsdHJvdXRlCiAgICAgIGxlZnRpZD0lZnJvbWNlcnQKICAgICAgcmlnaHRpZD0lZnJvbWNlcnQKICAgICAgcmlnaHRyc2FzaWdrZXk9JWNlcnQKICAgICAgcmlnaHRjYT0lc2FtZQogICAgICBsZWZ0Y2VydD1tYWluX2NlcnQKICAgICAgYXV0bz1yb3V0ZQogICAgICByaWdodD0lb3Bwb3J0dW5pc3RpY2dyb3VwCiAgICAgIG5lZ290aWF0aW9uc2h1bnQ9aG9sZAogICAgICBmYWlsdXJlc2h1bnQ9ZHJvcAogICAgICBpa2V2Mj1pbnNpc3QKICAgICAga2V5aW5ndHJpZXM9MQogICAgICByZXRyYW5zbWl0LXRpbWVvdXQ9MnMKCmNvbm4gcHJpdmF0ZS1vci1jbGVhcgogICAgICB0eXBlPXR1bm5lbAogICAgICBsZWZ0PSVkZWZhdWx0cm91dGUKICAgICAgbGVmdGlkPSVmcm9tY2VydAogICAgICByaWdodGlkPSVmcm9tY2VydAogICAgICByaWdodHJzYXNpZ2tleT0lY2VydAogICAgICByaWdodGNhPSVzYW1lCiAgICAgIGxlZnRjZXJ0PW1haW5fY2VydAogICAgICBhdXRvPXJvdXRlCiAgICAgIHJpZ2h0PSVvcHBvcnR1bmlzdGljZ3JvdXAKICAgICAgbmVnb3RpYXRpb25zaHVudD1ob2xkCiAgICAgIGZhaWx1cmVzaHVudD1wYXNzdGhyb3VnaAogICAgICBpa2V2Mj1pbnNpc3QKICAgICAga2V5aW5ndHJpZXM9MQogICAgICByZXRyYW5zbWl0LXRpbWVvdXQ9MnMKCmNvbm4gY2xlYXIKICAgICAgdHlwZT1wYXNzdGhyb3VnaAogICAgICBsZWZ0PSVkZWZhdWx0cm91dGUKICAgICAgcmlnaHQ9JWdyb3VwCiAgICAgIGF1dG89cm91dGUKICAgICAgYXV0aGJ5PW5ldmVyCg==",
    "encoding": "base64",
    "source": "/etc/ipsec.d/mesh.conf"
}

TASK [Extract content for conn private] ****************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:61
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.387)       0:00:25.166 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "conn_private": "conn private\n      type=tunnel\n      left=%defaultroute\n      leftid=%fromcert\n      rightid=%fromcert\n      rightrsasigkey=%cert\n      rightca=%same\n      leftcert=main_cert\n      auto=route\n      right=%opportunisticgroup\n      negotiationshunt=hold\n      failureshunt=drop\n      ikev2=insist\n      keyingtries=1\n      retransmit-timeout=2s"
    },
    "changed": false
}

TASK [Extract content for conn private-or-clear] *******************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:65
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.037)       0:00:25.204 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "conn_private_or_clear": "conn private-or-clear\n      type=tunnel\n      left=%defaultroute\n      leftid=%fromcert\n      rightid=%fromcert\n      rightrsasigkey=%cert\n      rightca=%same\n      leftcert=main_cert\n      auto=route\n      right=%opportunisticgroup\n      negotiationshunt=hold\n      failureshunt=passthrough\n      ikev2=insist\n      keyingtries=1\n      retransmit-timeout=2s"
    },
    "changed": false
}

TASK [Extract content for conn clear] ******************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:69
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.038)       0:00:25.242 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "conn_clear": "conn clear\n      type=passthrough\n      left=%defaultroute\n      right=%group\n      auto=route\n      authby=never\n"
    },
    "changed": false
}

TASK [Check that private section contains correct information] *****************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:73
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.041)       0:00:25.283 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "conn_private is not search('type=tunnel') or conn_private is not search('left=%defaultroute') or conn_private is not search('leftid=%fromcert') or conn_private is not search('rightid=%fromcert') or conn_private is not search('rightrsasigkey=%cert') or conn_private is not search('rightca=%same') or conn_private is not search('leftcert=' + __vpn_main_certname) or conn_private is not search('auto=route') or conn_private is not search('right=%opportunisticgroup') or conn_private is not search('negotiationshunt=hold') or conn_private is not search('failureshunt=drop') or conn_private is not search('ikev2=insist') or conn_private is not search('keyingtries=1') or conn_private is not search('retransmit-timeout=2s')",
    "skip_reason": "Conditional result was False"
}

TASK [Assert success for private part of conf file] ****************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:92
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.037)       0:00:25.321 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check that private-or-clear section contains correct information] ********
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:97
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.062)       0:00:25.383 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "conn_private_or_clear is not search('type=tunnel') or conn_private_or_clear is not search('left=%defaultroute') or conn_private_or_clear is not search('leftid=%fromcert') or conn_private_or_clear is not search('rightid=%fromcert') or conn_private_or_clear is not search('rightrsasigkey=%cert') or conn_private_or_clear is not search('rightca=%same') or conn_private_or_clear is not search('leftcert=' + __vpn_main_certname) or conn_private_or_clear is not search('auto=route') or conn_private_or_clear is not search('right=%opportunisticgroup') or conn_private_or_clear is not search('negotiationshunt=hold') or conn_private_or_clear is not search('failureshunt=passthrough') or conn_private_or_clear is not search('ikev2=insist') or conn_private_or_clear is not search('keyingtries=1') or conn_private_or_clear is not search('retransmit-timeout=2s')",
    "skip_reason": "Conditional result was False"
}

TASK [Assert success for private or clear part of conf file] *******************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:116
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.050)       0:00:25.433 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check that clear section contains correct information] *******************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:121
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.060)       0:00:25.494 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "conn_clear is not search('type=passthrough') or conn_clear is not search('left=%defaultroute') or conn_clear is not search('right=%group') or conn_clear is not search('auto=route') or conn_clear is not search('authby=never')",
    "skip_reason": "Conditional result was False"
}

TASK [Assert success for clear part of conf file] ******************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:131
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.038)       0:00:25.533 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get and store policies private file] *************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:136
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.060)       0:00:25.593 ****** 
ok: [managed_node2] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgoyMDMuMC4xMTMuMC8yNAo=",
    "encoding": "base64",
    "source": "/etc/ipsec.d/policies/private"
}

TASK [Get and store policies private or clear file] ****************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:141
Sunday 15 September 2024  00:25:25 -0400 (0:00:00.352)       0:00:25.946 ****** 
ok: [managed_node2] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgoxMC4zMS40NC4wLzIyCjE2OS4yNTQuMC4wLzE2Cg==",
    "encoding": "base64",
    "source": "/etc/ipsec.d/policies/private-or-clear"
}

TASK [Get and store policies clear file] ***************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:146
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.346)       0:00:26.293 ****** 
ok: [managed_node2] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgoxOTguNTEuMTAwLjAvMjQK",
    "encoding": "base64",
    "source": "/etc/ipsec.d/policies/clear"
}

TASK [Check contents of policy private file] ***********************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:151
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.313)       0:00:26.606 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__vpn_register_private['content'] | b64decode is not search(__vpn_private_host_cidr)",
    "skip_reason": "Conditional result was False"
}

TASK [Assert success for policy private file] **********************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:158
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.039)       0:00:26.645 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check contents of policy private or clear file] **************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:163
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.039)       0:00:26.685 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__vpn_register_private_or_clear['content'] | b64decode is not search(current_subnet) or __vpn_register_private_or_clear['content'] | b64decode is not search(__vpn_dynamic_hosts_sample_cidr)",
    "skip_reason": "Conditional result was False"
}

TASK [Assert success for policy private or clear file] *************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:172
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.037)       0:00:26.723 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check contents of policy clear file] *************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:177
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.038)       0:00:26.762 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__vpn_register_clear['content'] | b64decode is not search(__vpn_clear_host_cidr)",
    "skip_reason": "Conditional result was False"
}

TASK [Assert success for policy clear file] ************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:184
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.038)       0:00:26.800 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check the firewall and the selinux port status] **************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:189
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.042)       0:00:26.843 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_firewall_selinux.yml for managed_node2

TASK [Get firewall service] ****************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_firewall_selinux.yml:9
Sunday 15 September 2024  00:25:26 -0400 (0:00:00.034)       0:00:26.877 ****** 
ok: [managed_node2] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--list-services"
    ],
    "delta": "0:00:00.169291",
    "end": "2024-09-15 00:25:27.292155",
    "rc": 0,
    "start": "2024-09-15 00:25:27.122864"
}

STDOUT:

cockpit dhcpv6-client ipsec ssh

TASK [Ensure 'ipsec' is in the firewalld service list] *************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_firewall_selinux.yml:14
Sunday 15 September 2024  00:25:27 -0400 (0:00:00.494)       0:00:27.372 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get associated selinux ports] ********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_firewall_selinux.yml:19
Sunday 15 September 2024  00:25:27 -0400 (0:00:00.025)       0:00:27.397 ****** 
ok: [managed_node2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nfirewall-cmd --info-service=ipsec |  egrep \"^ +ports: +\" | sed -e \"s/ *ports: //\"",
    "delta": "0:00:00.161261",
    "end": "2024-09-15 00:25:27.803007",
    "rc": 0,
    "start": "2024-09-15 00:25:27.641746"
}

STDOUT:

500/udp 4500/udp 4500/tcp


STDERR:

egrep: warning: egrep is obsolescent; using grep -E

TASK [Check associated selinux ports when vpn_manage_selinux is true] **********
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_firewall_selinux.yml:27
Sunday 15 September 2024  00:25:27 -0400 (0:00:00.484)       0:00:27.882 ****** 
skipping: [managed_node2] => (item=500/udp)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "vpn_manage_selinux | bool",
    "item": "500/udp",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=4500/udp)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "vpn_manage_selinux | bool",
    "item": "4500/udp",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=4500/tcp)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "vpn_manage_selinux | bool",
    "item": "4500/tcp",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check for ansible_managed, fingerprint in generated files] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:192
Sunday 15 September 2024  00:25:27 -0400 (0:00:00.067)       0:00:27.949 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml for managed_node2 => (item={'content': 'IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgpjb25uIHByaXZhdGUKICAgICAgdHlwZT10dW5uZWwKICAgICAgbGVmdD0lZGVmYXVsdHJvdXRlCiAgICAgIGxlZnRpZD0lZnJvbWNlcnQKICAgICAgcmlnaHRpZD0lZnJvbWNlcnQKICAgICAgcmlnaHRyc2FzaWdrZXk9JWNlcnQKICAgICAgcmlnaHRjYT0lc2FtZQogICAgICBsZWZ0Y2VydD1tYWluX2NlcnQKICAgICAgYXV0bz1yb3V0ZQogICAgICByaWdodD0lb3Bwb3J0dW5pc3RpY2dyb3VwCiAgICAgIG5lZ290aWF0aW9uc2h1bnQ9aG9sZAogICAgICBmYWlsdXJlc2h1bnQ9ZHJvcAogICAgICBpa2V2Mj1pbnNpc3QKICAgICAga2V5aW5ndHJpZXM9MQogICAgICByZXRyYW5zbWl0LXRpbWVvdXQ9MnMKCmNvbm4gcHJpdmF0ZS1vci1jbGVhcgogICAgICB0eXBlPXR1bm5lbAogICAgICBsZWZ0PSVkZWZhdWx0cm91dGUKICAgICAgbGVmdGlkPSVmcm9tY2VydAogICAgICByaWdodGlkPSVmcm9tY2VydAogICAgICByaWdodHJzYXNpZ2tleT0lY2VydAogICAgICByaWdodGNhPSVzYW1lCiAgICAgIGxlZnRjZXJ0PW1haW5fY2VydAogICAgICBhdXRvPXJvdXRlCiAgICAgIHJpZ2h0PSVvcHBvcnR1bmlzdGljZ3JvdXAKICAgICAgbmVnb3RpYXRpb25zaHVudD1ob2xkCiAgICAgIGZhaWx1cmVzaHVudD1wYXNzdGhyb3VnaAogICAgICBpa2V2Mj1pbnNpc3QKICAgICAga2V5aW5ndHJpZXM9MQogICAgICByZXRyYW5zbWl0LXRpbWVvdXQ9MnMKCmNvbm4gY2xlYXIKICAgICAgdHlwZT1wYXNzdGhyb3VnaAogICAgICBsZWZ0PSVkZWZhdWx0cm91dGUKICAgICAgcmlnaHQ9JWdyb3VwCiAgICAgIGF1dG89cm91dGUKICAgICAgYXV0aGJ5PW5ldmVyCg==', 'source': '/etc/ipsec.d/mesh.conf', 'encoding': 'base64', 'failed': False, 'changed': False})
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml for managed_node2 => (item={'content': 'IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgoyMDMuMC4xMTMuMC8yNAo=', 'source': '/etc/ipsec.d/policies/private', 'encoding': 'base64', 'failed': False, 'changed': False})
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml for managed_node2 => (item={'content': 'IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgoxMC4zMS40NC4wLzIyCjE2OS4yNTQuMC4wLzE2Cg==', 'source': '/etc/ipsec.d/policies/private-or-clear', 'encoding': 'base64', 'failed': False, 'changed': False})
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml for managed_node2 => (item={'content': 'IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dnBuCgoxOTguNTEuMTAwLjAvMjQK', 'source': '/etc/ipsec.d/policies/clear', 'encoding': 'base64', 'failed': False, 'changed': False})

TASK [Get file] ****************************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:3
Sunday 15 September 2024  00:25:27 -0400 (0:00:00.049)       0:00:27.999 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __file_content is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:9
Sunday 15 September 2024  00:25:27 -0400 (0:00:00.021)       0:00:28.021 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:3
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.063)       0:00:28.084 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __file_content is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:9
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.022)       0:00:28.107 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:3
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.055)       0:00:28.163 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __file_content is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:9
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.021)       0:00:28.184 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:3
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.055)       0:00:28.239 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __file_content is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_header.yml:9
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.020)       0:00:28.260 ****** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:204
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.056)       0:00:28.316 ****** 
included: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml for managed_node2

TASK [Set platform/version specific variables] *********************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:2
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.041)       0:00:28.357 ****** 
included: fedora.linux_system_roles.vpn for managed_node2

TASK [fedora.linux_system_roles.vpn : Ensure ansible_facts used by role] *******
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:2
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.031)       0:00:28.389 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "__vpn_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Check if system is ostree] ***************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:10
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.039)       0:00:28.429 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __vpn_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:15
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.021)       0:00:28.450 ****** 
skipping: [managed_node2] => {
    "changed": false,
    "false_condition": "not __vpn_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.vpn : Set platform/version specific variables] ***
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/set_vars.yml:19
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.020)       0:00:28.471 ****** 
skipping: [managed_node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vpn_vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [Get service facts] *******************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:8
Sunday 15 September 2024  00:25:28 -0400 (0:00:00.041)       0:00:28.512 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "audit-rules.service": {
                "name": "audit-rules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autofs.service": {
                "name": "autofs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "capsule@.service": {
                "name": "capsule@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd-restricted.service": {
                "name": "chronyd-restricted.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.fedoraproject.FirewallD1.service": {
                "name": "dbus-org.fedoraproject.FirewallD1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd.service": {
                "name": "dhcpcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dhcpcd@.service": {
                "name": "dhcpcd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fips-crypto-policy-overlay.service": {
                "name": "fips-crypto-policy-overlay.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "fsidd.service": {
                "name": "fsidd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "grub2-systemd-integration.service": {
                "name": "grub2-systemd-integration.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ip6tables.service": {
                "name": "ip6tables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ipsec.service": {
                "name": "ipsec.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "ipset.service": {
                "name": "ipset.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iptables.service": {
                "name": "iptables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "logrotate.service": {
                "name": "logrotate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm-devices-import.service": {
                "name": "lvm-devices-import.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "modprobe@.service": {
                "name": "modprobe@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "modprobe@configfs.service": {
                "name": "modprobe@configfs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@dm_mod.service": {
                "name": "modprobe@dm_mod.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@drm.service": {
                "name": "modprobe@drm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@fuse.service": {
                "name": "modprobe@fuse.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@loop.service": {
                "name": "modprobe@loop.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "pam_namespace.service": {
                "name": "pam_namespace.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcscd.service": {
                "name": "pcscd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon-root.service": {
                "name": "quotaon-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "quotaon@.service": {
                "name": "quotaon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-svcgssd.service": {
                "name": "rpc-svcgssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpmdb-migrate.service": {
                "name": "rpmdb-migrate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rpmdb-rebuild.service": {
                "name": "rpmdb-rebuild.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "selinux-check-proper-disable.service": {
                "name": "selinux-check-proper-disable.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ssh-host-keys-migration.service": {
                "name": "ssh-host-keys-migration.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-battery-check.service": {
                "name": "systemd-battery-check.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-bless-boot.service": {
                "name": "systemd-bless-boot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-boot-random-seed.service": {
                "name": "systemd-boot-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-boot-update.service": {
                "name": "systemd-boot-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-bootctl@.service": {
                "name": "systemd-bootctl@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-confext.service": {
                "name": "systemd-confext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-creds@.service": {
                "name": "systemd-creds@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-growfs-root.service": {
                "name": "systemd-growfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-growfs@.service": {
                "name": "systemd-growfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-clear.service": {
                "name": "systemd-hibernate-clear.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate-resume.service": {
                "name": "systemd-hibernate-resume.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald-sync@.service": {
                "name": "systemd-journald-sync@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-journald@.service": {
                "name": "systemd-journald@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-network-generator.service": {
                "name": "systemd-network-generator.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-oomd.service": {
                "name": "systemd-oomd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-pcrextend@.service": {
                "name": "systemd-pcrextend@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrfs-root.service": {
                "name": "systemd-pcrfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pcrfs@.service": {
                "name": "systemd-pcrfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrlock-file-system.service": {
                "name": "systemd-pcrlock-file-system.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-code.service": {
                "name": "systemd-pcrlock-firmware-code.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-firmware-config.service": {
                "name": "systemd-pcrlock-firmware-config.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-machine-id.service": {
                "name": "systemd-pcrlock-machine-id.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-make-policy.service": {
                "name": "systemd-pcrlock-make-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-authority.service": {
                "name": "systemd-pcrlock-secureboot-authority.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock-secureboot-policy.service": {
                "name": "systemd-pcrlock-secureboot-policy.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-pcrlock@.service": {
                "name": "systemd-pcrlock@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrmachine.service": {
                "name": "systemd-pcrmachine.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-initrd.service": {
                "name": "systemd-pcrphase-initrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-sysinit.service": {
                "name": "systemd-pcrphase-sysinit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase.service": {
                "name": "systemd-pcrphase.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck-root.service": {
                "name": "systemd-quotacheck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-quotacheck@.service": {
                "name": "systemd-quotacheck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-repart.service": {
                "name": "systemd-repart.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-soft-reboot.service": {
                "name": "systemd-soft-reboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysext.service": {
                "name": "systemd-sysext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-sysext@.service": {
                "name": "systemd-sysext@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-sysupdate-reboot.service": {
                "name": "systemd-sysupdate-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysupdate.service": {
                "name": "systemd-sysupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev-early.service": {
                "name": "systemd-tmpfiles-setup-dev-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup-early.service": {
                "name": "systemd-tpm2-setup-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tpm2-setup.service": {
                "name": "systemd-tpm2-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-load-credentials.service": {
                "name": "systemd-udev-load-credentials.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [Stop ipsec service] ******************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:11
Sunday 15 September 2024  00:25:30 -0400 (0:00:01.683)       0:00:30.195 ****** 
changed: [managed_node2] => {
    "changed": true,
    "enabled": false,
    "name": "ipsec",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:ipsec_mgmt_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "ActiveEnterTimestampMonotonic": "261866403",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network-online.target system.slice basic.target systemd-journald.socket sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "AssertTimestampMonotonic": "261348162",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "449872000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "ConditionTimestampMonotonic": "261348159",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/ipsec.service",
        "ControlGroupId": "5534",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Internet Key Exchange (IKE) Protocol Daemon for IPsec",
        "DevicePolicy": "auto",
        "Documentation": "\"man:ipsec(8)\" \"man:pluto(8)\" \"man:ipsec.conf(5)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702874112",
        "EffectiveMemoryMax": "3702874112",
        "EffectiveTasksMax": "22364",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "ExecMainHandoffTimestampMonotonic": "261832301",
        "ExecMainPID": "17268",
        "ExecMainStartTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "ExecMainStartTimestampMonotonic": "261824896",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/libexec/ipsec/pluto ; argv[]=/usr/libexec/ipsec/pluto --leak-detective --config /etc/ipsec.conf --nofork ; ignore_errors=no ; start_time=[Sun 2024-09-15 00:25:20 EDT] ; stop_time=[n/a] ; pid=17268 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/libexec/ipsec/pluto ; argv[]=/usr/libexec/ipsec/pluto --leak-detective --config /etc/ipsec.conf --nofork ; flags= ; start_time=[Sun 2024-09-15 00:25:20 EDT] ; stop_time=[n/a] ; pid=17268 ; code=(null) ; status=0/0 }",
        "ExecStartPre": "{ path=/usr/sbin/ipsec ; argv[]=/usr/sbin/ipsec --checknflog ; ignore_errors=no ; start_time=[Sun 2024-09-15 00:25:20 EDT] ; stop_time=[Sun 2024-09-15 00:25:20 EDT] ; pid=17257 ; code=exited ; status=0 }",
        "ExecStartPreEx": "{ path=/usr/sbin/ipsec ; argv[]=/usr/sbin/ipsec --checknflog ; flags= ; start_time=[Sun 2024-09-15 00:25:20 EDT] ; stop_time=[Sun 2024-09-15 00:25:20 EDT] ; pid=17257 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/libexec/ipsec/whack ; argv[]=/usr/libexec/ipsec/whack --shutdown ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/libexec/ipsec/whack ; argv[]=/usr/libexec/ipsec/whack --shutdown ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopPost": "{ path=/usr/sbin/ipsec ; argv[]=/usr/sbin/ipsec --stopnflog ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopPostEx": "{ path=/usr/sbin/ipsec ; argv[]=/usr/sbin/ipsec --stopnflog ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/ipsec.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "ipsec.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "InactiveExitTimestampMonotonic": "261349278",
        "InvocationID": "cb16a1e1cfd2478da50e6a9b6bdda9de",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13978",
        "LimitNPROCSoft": "13978",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13978",
        "LimitSIGPENDINGSoft": "13978",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "17268",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3298693120",
        "MemoryCurrent": "5451776",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "10231808",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "ipsec.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "all",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartPreventExitStatus": "12",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "StateChangeTimestampMonotonic": "261880481",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StatusText": "Startup completed.",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "22364",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestamp": "Sun 2024-09-15 00:25:20 EDT",
        "WatchdogTimestampMonotonic": "261866391",
        "WatchdogUSec": "3min 20s"
    }
}

TASK [Uninstall packages] ******************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:18
Sunday 15 September 2024  00:25:30 -0400 (0:00:00.757)       0:00:30.953 ****** 
changed: [managed_node2] => (item=libreswan) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "libreswan",
    "rc": 0,
    "results": [
        "Removed: libreswan-4.15-5.el10.x86_64"
    ]
}

TASK [Remove ipsec.conf files] *************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:43
Sunday 15 September 2024  00:25:31 -0400 (0:00:00.997)       0:00:31.951 ****** 
ok: [managed_node2] => (item=managed_node1) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "managed_node1",
    "path": "/etc/ipsec.d/managed_node2-to-managed_node1.conf",
    "state": "absent"
}
ok: [managed_node2] => (item=managed_node3) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "managed_node3",
    "path": "/etc/ipsec.d/managed_node2-to-managed_node3.conf",
    "state": "absent"
}
ok: [managed_node2] => (item=host01.local) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "host01.local",
    "path": "/etc/ipsec.d/managed_node2-to-host01.local.conf",
    "state": "absent"
}
ok: [managed_node2] => (item=host02.local) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "host02.local",
    "path": "/etc/ipsec.d/managed_node2-to-host02.local.conf",
    "state": "absent"
}

TASK [Remove ipsec.secrets files] **********************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:49
Sunday 15 September 2024  00:25:33 -0400 (0:00:01.291)       0:00:33.242 ****** 
ok: [managed_node2] => (item=managed_node1) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "managed_node1",
    "path": "/etc/ipsec.d/managed_node2-to-managed_node1.secrets",
    "state": "absent"
}
ok: [managed_node2] => (item=managed_node3) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "managed_node3",
    "path": "/etc/ipsec.d/managed_node2-to-managed_node3.secrets",
    "state": "absent"
}
ok: [managed_node2] => (item=host01.local) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "host01.local",
    "path": "/etc/ipsec.d/managed_node2-to-host01.local.secrets",
    "state": "absent"
}
ok: [managed_node2] => (item=host02.local) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "host02.local",
    "path": "/etc/ipsec.d/managed_node2-to-host02.local.secrets",
    "state": "absent"
}

TASK [Stop firewall] ***********************************************************
task path: /tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:55
Sunday 15 September 2024  00:25:34 -0400 (0:00:01.279)       0:00:34.521 ****** 
changed: [managed_node2] => {
    "changed": true,
    "name": "firewalld",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sun 2024-09-15 00:25:11 EDT",
        "ActiveEnterTimestampMonotonic": "252740334",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice dbus-broker.service sysinit.target polkit.service basic.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sun 2024-09-15 00:25:10 EDT",
        "AssertTimestampMonotonic": "251632205",
        "Before": "shutdown.target multi-user.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "448252000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sun 2024-09-15 00:25:10 EDT",
        "ConditionTimestampMonotonic": "251632201",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ipset.service ip6tables.service shutdown.target iptables.service ebtables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "5456",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DeviceAllow": "char-rtc r",
        "DevicePolicy": "closed",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702874112",
        "EffectiveMemoryMax": "3702874112",
        "EffectiveTasksMax": "22364",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sun 2024-09-15 00:25:10 EDT",
        "ExecMainHandoffTimestampMonotonic": "251748842",
        "ExecMainPID": "15512",
        "ExecMainStartTimestamp": "Sun 2024-09-15 00:25:10 EDT",
        "ExecMainStartTimestampMonotonic": "251721418",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sun 2024-09-15 00:25:10 EDT",
        "InactiveExitTimestampMonotonic": "251722116",
        "InvocationID": "83dce89a1de44cfbb16fbec70f673a7e",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13978",
        "LimitNPROCSoft": "13978",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13978",
        "LimitSIGPENDINGSoft": "13978",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15512",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3308556288",
        "MemoryCurrent": "32440320",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "34476032",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "yes",
        "ProtectControlGroups": "yes",
        "ProtectHome": "yes",
        "ProtectHostname": "yes",
        "ProtectKernelLogs": "yes",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "yes",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sun 2024-09-15 00:25:30 EDT",
        "StateChangeTimestampMonotonic": "272031052",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22364",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

PLAY RECAP *********************************************************************
managed_node2              : ok=85   changed=16   unreachable=0    failed=0    skipped=50   rescued=0    ignored=0   

Sunday 15 September 2024  00:25:35 -0400 (0:00:00.553)       0:00:35.075 ****** 
=============================================================================== 
fedora.linux_system_roles.vpn : Wait for ssh connection to return ------- 4.58s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/enable_restart_vpn.yml:11 
fedora.linux_system_roles.vpn : Ensure required packages are installed --- 2.21s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/main.yml:6 
fedora.linux_system_roles.vpn : Write tunnel policies for each network --- 2.01s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:48 
fedora.linux_system_roles.vpn : Populate service facts ------------------ 1.85s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/selinux.yml:3 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.82s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
Get service facts ------------------------------------------------------- 1.68s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:8 
Remove ipsec.conf files ------------------------------------------------- 1.29s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:43 
Remove ipsec.secrets files ---------------------------------------------- 1.28s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:49 
Gathering Facts --------------------------------------------------------- 1.27s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tests_mesh_cert.yml:3 
Uninstall packages ------------------------------------------------------ 1.00s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:18 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.88s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.87s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
Stop ipsec service ------------------------------------------------------ 0.76s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:11 
fedora.linux_system_roles.vpn : Deploy opportunistic configuration to each node --- 0.72s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/mesh_conf.yml:58 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.67s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
Stop firewall ----------------------------------------------------------- 0.55s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/cleanup.yml:55 
fedora.linux_system_roles.vpn : Enable and restart vpn services --------- 0.51s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/roles/vpn/tasks/enable_restart_vpn.yml:2 
Get firewall service ---------------------------------------------------- 0.49s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_firewall_selinux.yml:9 
Get associated selinux ports -------------------------------------------- 0.48s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/check_firewall_selinux.yml:19 
Create nss directory for testing ---------------------------------------- 0.44s
/tmp/collections-NAp/ansible_collections/fedora/linux_system_roles/tests/vpn/tasks/setup_test.yml:22