ansible-playbook [core 2.17.7]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.13/site-packages/ansible
  ansible collection location = /tmp/collections-8ef
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.13.0 (main, Oct  8 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.13)
  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_default.yml ****************************************************
1 plays in /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml

PLAY [Ensure that the role runs with default parameters] ***********************

TASK [Run role] ****************************************************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml:8
Saturday 14 December 2024  07:51:13 -0500 (0:00:00.033)       0:00:00.033 ***** 
included: fedora.linux_system_roles.nbde_server for managed-node1

TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6
Saturday 14 December 2024  07:51:13 -0500 (0:00:00.019)       0:00:00.052 ***** 
included: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2
Saturday 14 December 2024  07:51:13 -0500 (0:00:00.017)       0:00:00.070 ***** 
[WARNING]: Platform linux on host managed-node1 is using the discovered Python
interpreter at /usr/bin/python3, 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-node1]

TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] *******
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10
Saturday 14 December 2024  07:51:15 -0500 (0:00:02.671)       0:00:02.742 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15
Saturday 14 December 2024  07:51:16 -0500 (0:00:00.470)       0:00:03.213 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__nbde_server_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19
Saturday 14 December 2024  07:51:16 -0500 (0:00:00.023)       0:00:03.236 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__nbde_server_cachedir": "/var/cache/tang",
        "__nbde_server_group": "tang",
        "__nbde_server_keydir": "/var/db/tang",
        "__nbde_server_keygen": "/usr/libexec/tangd-keygen",
        "__nbde_server_packages": [
            "tang"
        ],
        "__nbde_server_services": [
            "tangd.socket"
        ],
        "__nbde_server_update": "/usr/libexec/tangd-update",
        "__nbde_server_user": "tang"
    },
    "ansible_included_var_files": [
        "/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml"
    ],
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9
Saturday 14 December 2024  07:51:16 -0500 (0:00:00.023)       0:00:03.259 ***** 
included: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for managed-node1

TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ********
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2
Saturday 14 December 2024  07:51:16 -0500 (0:00:00.023)       0:00:03.283 ***** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: tang-15-6.fc41.x86_64",
        "Installed: jose-14-2.fc41.x86_64",
        "Installed: libjose-14-2.fc41.x86_64",
        "Installed: llhttp-9.2.1-2.fc41.x86_64"
    ]
}
lsrpackages: tang

TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] *********
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8
Saturday 14 December 2024  07:51:40 -0500 (0:00:24.501)       0:00:27.784 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "nbde_server_rotate_keys | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] *************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17
Saturday 14 December 2024  07:51:41 -0500 (0:00:00.041)       0:00:27.825 ***** 
changed: [managed-node1] => {
    "arguments": {
        "cachedir": "/var/cache/tang",
        "force": false,
        "keydir": "/var/db/tang",
        "keygen": "/usr/libexec/tangd-keygen",
        "keys_to_deploy_dir": null,
        "state": "keys-created",
        "update": "/usr/libexec/tangd-update"
    },
    "changed": true,
    "state": "keys-created"
}

TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26
Saturday 14 December 2024  07:51:41 -0500 (0:00:00.786)       0:00:28.612 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "(nbde_server_fetch_keys | bool) or (nbde_server_deploy_keys | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30
Saturday 14 December 2024  07:51:41 -0500 (0:00:00.061)       0:00:28.673 ***** 
included: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml for managed-node1

TASK [Ensure tang port is labeled tangd_port_t for SELinux] ********************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2
Saturday 14 December 2024  07:51:41 -0500 (0:00:00.055)       0:00:28.729 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "nbde_server_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14
Saturday 14 December 2024  07:51:41 -0500 (0:00:00.061)       0:00:28.790 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19
Saturday 14 December 2024  07:51:42 -0500 (0:00:00.444)       0:00:29.235 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__nbde_server_tangd_dir_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35
Saturday 14 December 2024  07:51:42 -0500 (0:00:00.016)       0:00:29.251 ***** 
ok: [managed-node1] => {
    "changed": false,
    "path": "/etc/systemd/system/tangd.socket.d",
    "state": "absent"
}

TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44
Saturday 14 December 2024  07:51:43 -0500 (0:00:00.571)       0:00:29.822 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "nbde_server_port | int != 80",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53
Saturday 14 December 2024  07:51:43 -0500 (0:00:00.079)       0:00:29.902 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__nbde_server_port_changed": false
    },
    "changed": false
}

TASK [Ensure the desired port is added to firewalld] ***************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57
Saturday 14 December 2024  07:51:43 -0500 (0:00:00.058)       0:00:29.960 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "nbde_server_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34
Saturday 14 December 2024  07:51:43 -0500 (0:00:00.050)       0:00:30.011 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__nbde_server_port_changed | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] ***
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39
Saturday 14 December 2024  07:51:43 -0500 (0:00:00.037)       0:00:30.048 ***** 
changed: [managed-node1] => (item=tangd.socket) => {
    "ansible_loop_var": "item",
    "changed": true,
    "enabled": true,
    "item": "tangd.socket",
    "name": "tangd.socket",
    "state": "started",
    "status": {
        "Accept": "yes",
        "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target system.slice systemd-journald.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "2147483647",
        "Before": "shutdown.target sockets.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "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": "no",
        "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",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Tang Server socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "Documentation": "\"man:tang(8)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3896733696",
        "EffectiveMemoryMax": "3896733696",
        "EffectiveTasksMax": "4421",
        "ExecStartPre": "{ path=/usr/bin/chown ; argv[]=/usr/bin/chown -R tang:tang /var/db/tang ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "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",
        "FileDescriptorName": "tangd.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "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]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "tangd.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "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": "14739",
        "LimitNPROCSoft": "14739",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14739",
        "LimitSIGPENDINGSoft": "14739",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:80 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3525742592",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "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",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "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",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "tangd.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassFileDescriptorsToExec": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "PollLimitBurst": "150",
        "PollLimitIntervalUSec": "2s",
        "Priority": "-1",
        "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",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "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",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "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",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4421",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "45s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "200",
        "TriggerLimitIntervalUSec": "2s",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [Verify role results] *****************************************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml:13
Saturday 14 December 2024  07:51:45 -0500 (0:00:01.790)       0:00:31.839 ***** 
included: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml for managed-node1

TASK [Gather state of required packages] ***************************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:2
Saturday 14 December 2024  07:51:45 -0500 (0:00:00.016)       0:00:31.855 ***** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: tang

TASK [Check whether required packages are installed] ***************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:10
Saturday 14 December 2024  07:51:46 -0500 (0:00:01.805)       0:00:33.661 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Gather state of services] ************************************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:14
Saturday 14 December 2024  07:51:46 -0500 (0:00:00.017)       0:00:33.679 ***** 
ok: [managed-node1] => (item=tangd.socket) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "tangd.socket",
    "name": "tangd.socket",
    "state": "started",
    "status": {
        "Accept": "yes",
        "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-12-14 07:51:44 EST",
        "ActiveEnterTimestampMonotonic": "284337719",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-journald.socket sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 07:51:44 EST",
        "AssertTimestampMonotonic": "284260536",
        "Backlog": "2147483647",
        "Before": "shutdown.target sockets.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "13934000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "no",
        "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",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 07:51:44 EST",
        "ConditionTimestampMonotonic": "284260533",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/tangd.socket",
        "ControlGroupId": "5796",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Tang Server socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "Documentation": "\"man:tang(8)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3896733696",
        "EffectiveMemoryMax": "3896733696",
        "EffectiveTasksMax": "4421",
        "ExecStartPre": "{ path=/usr/bin/chown ; argv[]=/usr/bin/chown -R tang:tang /var/db/tang ; ignore_errors=yes ; start_time=[Sat 2024-12-14 07:51:44 EST] ; stop_time=[Sat 2024-12-14 07:51:44 EST] ; pid=5530 ; code=exited ; status=0 }",
        "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",
        "FileDescriptorName": "tangd.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "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]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "tangd.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-12-14 07:51:44 EST",
        "InactiveExitTimestampMonotonic": "284262507",
        "InvocationID": "8f2fa4b3f52a45d587ca960021981d77",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "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": "14739",
        "LimitNPROCSoft": "14739",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14739",
        "LimitSIGPENDINGSoft": "14739",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:80 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3456675840",
        "MemoryCurrent": "8192",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "1142784",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "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",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "tangd.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassFileDescriptorsToExec": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "PollLimitBurst": "150",
        "PollLimitIntervalUSec": "2s",
        "Priority": "-1",
        "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",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "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",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "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": "Sat 2024-12-14 07:51:44 EST",
        "StateChangeTimestampMonotonic": "284337719",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "listening",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "0",
        "TasksMax": "4421",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "45s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "200",
        "TriggerLimitIntervalUSec": "2s",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "sockets.target",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [Check services are enabled and started] **********************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:23
Saturday 14 December 2024  07:51:47 -0500 (0:00:01.122)       0:00:34.801 ***** 
ok: [managed-node1] => (item={'name': 'tangd.socket', 'changed': False, 'status': {'BindIPv6Only': 'default', 'Backlog': '2147483647', 'TimeoutUSec': '45s', 'SocketMode': '0666', 'DirectoryMode': '0755', 'Accept': 'yes', 'FlushPending': 'no', 'Writable': 'no', 'KeepAlive': 'no', 'KeepAliveTimeUSec': '0', 'KeepAliveIntervalUSec': '0', 'KeepAliveProbes': '0', 'DeferAcceptUSec': '0', 'NoDelay': 'no', 'Priority': '-1', 'ReceiveBuffer': '0', 'SendBuffer': '0', 'IPTOS': '-1', 'IPTTL': '-1', 'PipeSize': '0', 'FreeBind': 'no', 'Transparent': 'no', 'Broadcast': 'no', 'PassCredentials': 'no', 'PassFileDescriptorsToExec': 'no', 'PassSecurity': 'no', 'PassPacketInfo': 'no', 'Timestamping': 'off', 'RemoveOnStop': 'no', 'Listen': '[::]:80 (Stream)', 'Mark': '-1', 'MaxConnections': '64', 'MaxConnectionsPerSource': '0', 'MessageQueueMaxMessages': '0', 'MessageQueueMessageSize': '0', 'ReusePort': 'no', 'ControlPID': '0', 'Result': 'success', 'NConnections': '0', 'NAccepted': '0', 'NRefused': '0', 'FileDescriptorName': 'tangd.socket', 'SocketProtocol': '0', 'TriggerLimitIntervalUSec': '2s', 'TriggerLimitBurst': '200', 'PollLimitIntervalUSec': '2s', 'PollLimitBurst': '150', 'UID': '[not set]', 'GID': '[not set]', 'ExecStartPre': '{ path=/usr/bin/chown ; argv[]=/usr/bin/chown -R tang:tang /var/db/tang ; ignore_errors=yes ; start_time=[Sat 2024-12-14 07:51:44 EST] ; stop_time=[Sat 2024-12-14 07:51:44 EST] ; pid=5530 ; code=exited ; status=0 }', 'Slice': 'system.slice', 'ControlGroup': '/system.slice/tangd.socket', 'ControlGroupId': '5796', 'MemoryCurrent': '8192', 'MemoryPeak': '1142784', 'MemorySwapCurrent': '0', 'MemorySwapPeak': '0', 'MemoryZSwapCurrent': '0', 'MemoryAvailable': '3456675840', 'EffectiveMemoryMax': '3896733696', 'EffectiveMemoryHigh': '3896733696', 'CPUUsageNSec': '13934000', 'TasksCurrent': '0', 'EffectiveTasksMax': '4421', 'IPIngressBytes': '[no data]', 'IPIngressPackets': '[no data]', 'IPEgressBytes': '[no data]', 'IPEgressPackets': '[no data]', 'IOReadBytes': '[not set]', 'IOReadOperations': '[not set]', 'IOWriteBytes': '[not set]', 'IOWriteOperations': '[not set]', 'Delegate': 'no', 'CPUAccounting': 'yes', 'CPUWeight': '[not set]', 'StartupCPUWeight': '[not set]', 'CPUShares': '[not set]', 'StartupCPUShares': '[not set]', 'CPUQuotaPerSecUSec': 'infinity', 'CPUQuotaPeriodUSec': 'infinity', 'IOAccounting': 'no', 'IOWeight': '[not set]', 'StartupIOWeight': '[not set]', 'BlockIOAccounting': 'no', 'BlockIOWeight': '[not set]', 'StartupBlockIOWeight': '[not set]', 'MemoryAccounting': 'yes', 'DefaultMemoryLow': '0', 'DefaultStartupMemoryLow': '0', 'DefaultMemoryMin': '0', 'MemoryMin': '0', 'MemoryLow': '0', 'StartupMemoryLow': '0', 'MemoryHigh': 'infinity', 'StartupMemoryHigh': 'infinity', 'MemoryMax': 'infinity', 'StartupMemoryMax': 'infinity', 'MemorySwapMax': 'infinity', 'StartupMemorySwapMax': 'infinity', 'MemoryZSwapMax': 'infinity', 'StartupMemoryZSwapMax': 'infinity', 'MemoryZSwapWriteback': 'yes', 'MemoryLimit': 'infinity', 'DevicePolicy': 'auto', 'TasksAccounting': 'yes', 'TasksMax': '4421', 'IPAccounting': 'no', 'ManagedOOMSwap': 'auto', 'ManagedOOMMemoryPressure': 'auto', 'ManagedOOMMemoryPressureLimit': '0', 'ManagedOOMPreference': 'none', 'MemoryPressureWatch': 'auto', 'MemoryPressureThresholdUSec': '200ms', 'CoredumpReceive': 'no', 'UMask': '0022', 'LimitCPU': 'infinity', 'LimitCPUSoft': 'infinity', 'LimitFSIZE': 'infinity', 'LimitFSIZESoft': 'infinity', 'LimitDATA': 'infinity', 'LimitDATASoft': 'infinity', 'LimitSTACK': 'infinity', 'LimitSTACKSoft': '8388608', 'LimitCORE': 'infinity', 'LimitCORESoft': 'infinity', 'LimitRSS': 'infinity', 'LimitRSSSoft': 'infinity', 'LimitNOFILE': '524288', 'LimitNOFILESoft': '1024', 'LimitAS': 'infinity', 'LimitASSoft': 'infinity', 'LimitNPROC': '14739', 'LimitNPROCSoft': '14739', 'LimitMEMLOCK': '8388608', 'LimitMEMLOCKSoft': '8388608', 'LimitLOCKS': 'infinity', 'LimitLOCKSSoft': 'infinity', 'LimitSIGPENDING': '14739', 'LimitSIGPENDINGSoft': '14739', 'LimitMSGQUEUE': '819200', 'LimitMSGQUEUESoft': '819200', 'LimitNICE': '0', 'LimitNICESoft': '0', 'LimitRTPRIO': '0', 'LimitRTPRIOSoft': '0', 'LimitRTTIME': 'infinity', 'LimitRTTIMESoft': 'infinity', 'RootEphemeral': 'no', 'OOMScoreAdjust': '0', 'CoredumpFilter': '0x33', 'Nice': '0', 'IOSchedulingClass': '2', 'IOSchedulingPriority': '4', 'CPUSchedulingPolicy': '0', 'CPUSchedulingPriority': '0', 'CPUAffinityFromNUMA': 'no', 'NUMAPolicy': 'n/a', 'TimerSlackNSec': '50000', 'CPUSchedulingResetOnFork': 'no', 'NonBlocking': 'no', 'StandardInput': 'null', 'StandardOutput': 'journal', 'StandardError': 'inherit', 'TTYReset': 'no', 'TTYVHangup': 'no', 'TTYVTDisallocate': 'no', 'SyslogPriority': '30', 'SyslogLevelPrefix': 'yes', 'SyslogLevel': '6', 'SyslogFacility': '3', 'LogLevelMax': '-1', 'LogRateLimitIntervalUSec': '0', 'LogRateLimitBurst': '0', 'SecureBits': '0', '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', 'DynamicUser': 'no', 'SetLoginEnvironment': 'no', 'RemoveIPC': 'no', 'PrivateTmp': 'no', 'PrivateDevices': 'no', 'ProtectClock': 'no', 'ProtectKernelTunables': 'no', 'ProtectKernelModules': 'no', 'ProtectKernelLogs': 'no', 'ProtectControlGroups': 'no', 'PrivateNetwork': 'no', 'PrivateUsers': 'no', 'PrivateMounts': 'no', 'PrivateIPC': 'no', 'ProtectHome': 'no', 'ProtectSystem': 'no', 'SameProcessGroup': 'no', 'UtmpMode': 'init', 'IgnoreSIGPIPE': 'yes', 'NoNewPrivileges': 'no', 'SystemCallErrorNumber': '2147483646', 'LockPersonality': 'no', 'RuntimeDirectoryPreserve': 'no', 'RuntimeDirectoryMode': '0755', 'StateDirectoryMode': '0755', 'CacheDirectoryMode': '0755', 'LogsDirectoryMode': '0755', 'ConfigurationDirectoryMode': '0755', 'TimeoutCleanUSec': 'infinity', 'MemoryDenyWriteExecute': 'no', 'RestrictRealtime': 'no', 'RestrictSUIDSGID': 'no', 'RestrictNamespaces': 'no', 'MountAPIVFS': 'no', 'KeyringMode': 'shared', 'ProtectProc': 'default', 'ProcSubset': 'all', 'ProtectHostname': 'no', 'MemoryKSM': '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', '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', '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', 'KillMode': 'control-group', 'KillSignal': '15', 'RestartKillSignal': '15', 'FinalKillSignal': '9', 'SendSIGKILL': 'yes', 'SendSIGHUP': 'no', 'WatchdogSignal': '6', 'Id': 'tangd.socket', 'Names': 'tangd.socket', 'Requires': 'sysinit.target system.slice', 'WantedBy': 'sockets.target', 'Conflicts': 'shutdown.target', 'Before': 'shutdown.target sockets.target', 'After': 'systemd-journald.socket sysinit.target system.slice', 'Documentation': '"man:tang(8)"', 'Description': 'Tang Server socket', 'AccessSELinuxContext': 'system_u:object_r:tangd_unit_file_t:s0', 'LoadState': 'loaded', 'ActiveState': 'active', 'FreezerState': 'running', 'SubState': 'listening', 'FragmentPath': '/usr/lib/systemd/system/tangd.socket', 'UnitFileState': 'enabled', 'UnitFilePreset': 'disabled', 'StateChangeTimestamp': 'Sat 2024-12-14 07:51:44 EST', 'StateChangeTimestampMonotonic': '284337719', 'InactiveExitTimestamp': 'Sat 2024-12-14 07:51:44 EST', 'InactiveExitTimestampMonotonic': '284262507', 'ActiveEnterTimestamp': 'Sat 2024-12-14 07:51:44 EST', 'ActiveEnterTimestampMonotonic': '284337719', 'ActiveExitTimestampMonotonic': '0', 'InactiveEnterTimestampMonotonic': '0', 'CanStart': 'yes', 'CanStop': 'yes', 'CanReload': 'no', 'CanIsolate': 'no', 'CanFreeze': 'no', 'StopWhenUnneeded': 'no', 'RefuseManualStart': 'no', 'RefuseManualStop': 'no', 'AllowIsolate': 'no', 'DefaultDependencies': 'yes', 'SurviveFinalKillSignal': 'no', 'OnSuccessJobMode': 'fail', 'OnFailureJobMode': 'replace', 'IgnoreOnIsolate': 'no', 'NeedDaemonReload': 'no', 'JobTimeoutUSec': 'infinity', 'JobRunningTimeoutUSec': 'infinity', 'JobTimeoutAction': 'none', 'ConditionResult': 'yes', 'AssertResult': 'yes', 'ConditionTimestamp': 'Sat 2024-12-14 07:51:44 EST', 'ConditionTimestampMonotonic': '284260533', 'AssertTimestamp': 'Sat 2024-12-14 07:51:44 EST', 'AssertTimestampMonotonic': '284260536', 'Transient': 'no', 'Perpetual': 'no', 'StartLimitIntervalUSec': '10s', 'StartLimitBurst': '5', 'StartLimitAction': 'none', 'FailureAction': 'none', 'SuccessAction': 'none', 'InvocationID': '8f2fa4b3f52a45d587ca960021981d77', 'CollectMode': 'inactive'}, 'enabled': True, 'state': 'started', 'invocation': {'module_args': {'name': 'tangd.socket', 'enabled': True, 'state': 'started', 'daemon_reload': False, 'daemon_reexec': False, 'scope': 'system', 'no_block': False, 'force': None, 'masked': None}}, 'failed': False, 'item': 'tangd.socket', 'ansible_loop_var': 'item'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "enabled": true,
        "failed": false,
        "invocation": {
            "module_args": {
                "daemon_reexec": false,
                "daemon_reload": false,
                "enabled": true,
                "force": null,
                "masked": null,
                "name": "tangd.socket",
                "no_block": false,
                "scope": "system",
                "state": "started"
            }
        },
        "item": "tangd.socket",
        "name": "tangd.socket",
        "state": "started",
        "status": {
            "Accept": "yes",
            "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0",
            "ActiveEnterTimestamp": "Sat 2024-12-14 07:51:44 EST",
            "ActiveEnterTimestampMonotonic": "284337719",
            "ActiveExitTimestampMonotonic": "0",
            "ActiveState": "active",
            "After": "systemd-journald.socket sysinit.target system.slice",
            "AllowIsolate": "no",
            "AssertResult": "yes",
            "AssertTimestamp": "Sat 2024-12-14 07:51:44 EST",
            "AssertTimestampMonotonic": "284260536",
            "Backlog": "2147483647",
            "Before": "shutdown.target sockets.target",
            "BindIPv6Only": "default",
            "BlockIOAccounting": "no",
            "BlockIOWeight": "[not set]",
            "Broadcast": "no",
            "CPUAccounting": "yes",
            "CPUAffinityFromNUMA": "no",
            "CPUQuotaPerSecUSec": "infinity",
            "CPUQuotaPeriodUSec": "infinity",
            "CPUSchedulingPolicy": "0",
            "CPUSchedulingPriority": "0",
            "CPUSchedulingResetOnFork": "no",
            "CPUShares": "[not set]",
            "CPUUsageNSec": "13934000",
            "CPUWeight": "[not set]",
            "CacheDirectoryMode": "0755",
            "CanFreeze": "no",
            "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",
            "CollectMode": "inactive",
            "ConditionResult": "yes",
            "ConditionTimestamp": "Sat 2024-12-14 07:51:44 EST",
            "ConditionTimestampMonotonic": "284260533",
            "ConfigurationDirectoryMode": "0755",
            "Conflicts": "shutdown.target",
            "ControlGroup": "/system.slice/tangd.socket",
            "ControlGroupId": "5796",
            "ControlPID": "0",
            "CoredumpFilter": "0x33",
            "CoredumpReceive": "no",
            "DefaultDependencies": "yes",
            "DefaultMemoryLow": "0",
            "DefaultMemoryMin": "0",
            "DefaultStartupMemoryLow": "0",
            "DeferAcceptUSec": "0",
            "Delegate": "no",
            "Description": "Tang Server socket",
            "DevicePolicy": "auto",
            "DirectoryMode": "0755",
            "Documentation": "\"man:tang(8)\"",
            "DynamicUser": "no",
            "EffectiveMemoryHigh": "3896733696",
            "EffectiveMemoryMax": "3896733696",
            "EffectiveTasksMax": "4421",
            "ExecStartPre": "{ path=/usr/bin/chown ; argv[]=/usr/bin/chown -R tang:tang /var/db/tang ; ignore_errors=yes ; start_time=[Sat 2024-12-14 07:51:44 EST] ; stop_time=[Sat 2024-12-14 07:51:44 EST] ; pid=5530 ; code=exited ; status=0 }",
            "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",
            "FileDescriptorName": "tangd.socket",
            "FinalKillSignal": "9",
            "FlushPending": "no",
            "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
            "FreeBind": "no",
            "FreezerState": "running",
            "GID": "[not set]",
            "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]",
            "IPTOS": "-1",
            "IPTTL": "-1",
            "Id": "tangd.socket",
            "IgnoreOnIsolate": "no",
            "IgnoreSIGPIPE": "yes",
            "InactiveEnterTimestampMonotonic": "0",
            "InactiveExitTimestamp": "Sat 2024-12-14 07:51:44 EST",
            "InactiveExitTimestampMonotonic": "284262507",
            "InvocationID": "8f2fa4b3f52a45d587ca960021981d77",
            "JobRunningTimeoutUSec": "infinity",
            "JobTimeoutAction": "none",
            "JobTimeoutUSec": "infinity",
            "KeepAlive": "no",
            "KeepAliveIntervalUSec": "0",
            "KeepAliveProbes": "0",
            "KeepAliveTimeUSec": "0",
            "KeyringMode": "shared",
            "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": "14739",
            "LimitNPROCSoft": "14739",
            "LimitRSS": "infinity",
            "LimitRSSSoft": "infinity",
            "LimitRTPRIO": "0",
            "LimitRTPRIOSoft": "0",
            "LimitRTTIME": "infinity",
            "LimitRTTIMESoft": "infinity",
            "LimitSIGPENDING": "14739",
            "LimitSIGPENDINGSoft": "14739",
            "LimitSTACK": "infinity",
            "LimitSTACKSoft": "8388608",
            "Listen": "[::]:80 (Stream)",
            "LoadState": "loaded",
            "LockPersonality": "no",
            "LogLevelMax": "-1",
            "LogRateLimitBurst": "0",
            "LogRateLimitIntervalUSec": "0",
            "LogsDirectoryMode": "0755",
            "ManagedOOMMemoryPressure": "auto",
            "ManagedOOMMemoryPressureLimit": "0",
            "ManagedOOMPreference": "none",
            "ManagedOOMSwap": "auto",
            "Mark": "-1",
            "MaxConnections": "64",
            "MaxConnectionsPerSource": "0",
            "MemoryAccounting": "yes",
            "MemoryAvailable": "3456675840",
            "MemoryCurrent": "8192",
            "MemoryDenyWriteExecute": "no",
            "MemoryHigh": "infinity",
            "MemoryKSM": "no",
            "MemoryLimit": "infinity",
            "MemoryLow": "0",
            "MemoryMax": "infinity",
            "MemoryMin": "0",
            "MemoryPeak": "1142784",
            "MemoryPressureThresholdUSec": "200ms",
            "MemoryPressureWatch": "auto",
            "MemorySwapCurrent": "0",
            "MemorySwapMax": "infinity",
            "MemorySwapPeak": "0",
            "MemoryZSwapCurrent": "0",
            "MemoryZSwapMax": "infinity",
            "MemoryZSwapWriteback": "yes",
            "MessageQueueMaxMessages": "0",
            "MessageQueueMessageSize": "0",
            "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",
            "NAccepted": "0",
            "NConnections": "0",
            "NRefused": "0",
            "NUMAPolicy": "n/a",
            "Names": "tangd.socket",
            "NeedDaemonReload": "no",
            "Nice": "0",
            "NoDelay": "no",
            "NoNewPrivileges": "no",
            "NonBlocking": "no",
            "OOMScoreAdjust": "0",
            "OnFailureJobMode": "replace",
            "OnSuccessJobMode": "fail",
            "PassCredentials": "no",
            "PassFileDescriptorsToExec": "no",
            "PassPacketInfo": "no",
            "PassSecurity": "no",
            "Perpetual": "no",
            "PipeSize": "0",
            "PollLimitBurst": "150",
            "PollLimitIntervalUSec": "2s",
            "Priority": "-1",
            "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",
            "ReceiveBuffer": "0",
            "RefuseManualStart": "no",
            "RefuseManualStop": "no",
            "RemoveIPC": "no",
            "RemoveOnStop": "no",
            "Requires": "sysinit.target system.slice",
            "RestartKillSignal": "15",
            "RestrictNamespaces": "no",
            "RestrictRealtime": "no",
            "RestrictSUIDSGID": "no",
            "Result": "success",
            "ReusePort": "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",
            "SameProcessGroup": "no",
            "SecureBits": "0",
            "SendBuffer": "0",
            "SendSIGHUP": "no",
            "SendSIGKILL": "yes",
            "SetLoginEnvironment": "no",
            "Slice": "system.slice",
            "SocketMode": "0666",
            "SocketProtocol": "0",
            "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": "Sat 2024-12-14 07:51:44 EST",
            "StateChangeTimestampMonotonic": "284337719",
            "StateDirectoryMode": "0755",
            "StopWhenUnneeded": "no",
            "SubState": "listening",
            "SuccessAction": "none",
            "SurviveFinalKillSignal": "no",
            "SyslogFacility": "3",
            "SyslogLevel": "6",
            "SyslogLevelPrefix": "yes",
            "SyslogPriority": "30",
            "SystemCallErrorNumber": "2147483646",
            "TTYReset": "no",
            "TTYVHangup": "no",
            "TTYVTDisallocate": "no",
            "TasksAccounting": "yes",
            "TasksCurrent": "0",
            "TasksMax": "4421",
            "TimeoutCleanUSec": "infinity",
            "TimeoutUSec": "45s",
            "TimerSlackNSec": "50000",
            "Timestamping": "off",
            "Transient": "no",
            "Transparent": "no",
            "TriggerLimitBurst": "200",
            "TriggerLimitIntervalUSec": "2s",
            "UID": "[not set]",
            "UMask": "0022",
            "UnitFilePreset": "disabled",
            "UnitFileState": "enabled",
            "UtmpMode": "init",
            "WantedBy": "sockets.target",
            "WatchdogSignal": "6",
            "Writable": "no"
        }
    }
}

MSG:

All assertions passed

TASK [Include the appropriate provider verification tasks] *********************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:28
Saturday 14 December 2024  07:51:48 -0500 (0:00:00.078)       0:00:34.880 ***** 
included: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml for managed-node1

TASK [Gather state of keys] ****************************************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml:2
Saturday 14 December 2024  07:51:48 -0500 (0:00:00.039)       0:00:34.919 ***** 
ok: [managed-node1] => {
    "arguments": {
        "cachedir": null,
        "force": false,
        "keydir": "/var/db/tang",
        "keygen": "/usr/libexec/tangd-keygen",
        "keys_to_deploy_dir": null,
        "state": "keys-created",
        "update": null
    },
    "changed": false,
    "state": "keys-created"
}

TASK [Check whether there are keys] ********************************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml:10
Saturday 14 December 2024  07:51:48 -0500 (0:00:00.408)       0:00:35.328 ***** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml:16
Saturday 14 December 2024  07:51:48 -0500 (0:00:00.028)       0:00:35.356 ***** 
included: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml for managed-node1

TASK [Remove control node files/directories] ***********************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:2
Saturday 14 December 2024  07:51:48 -0500 (0:00:00.018)       0:00:35.374 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "nbde_server_keys_dir | d(\"\") is match(\"^/\")",
    "skip_reason": "Conditional result was False"
}

TASK [Remove managed node files/directories] ***********************************
task path: /tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9
Saturday 14 December 2024  07:51:48 -0500 (0:00:00.030)       0:00:35.405 ***** 
skipping: [managed-node1] => (item={'path': '', 'remove_dir': 'true'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.path is match(\"^/\")",
    "item": {
        "path": "",
        "remove_dir": "true"
    },
    "skip_reason": "Conditional result was False"
}
changed: [managed-node1] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n  rm -rf \"/var/db/tang\"\nelse\n  rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n",
    "delta": "0:00:00.005179",
    "end": "2024-12-14 07:51:49.044889",
    "item": {
        "path": "/var/db/tang",
        "remove_dir": "false"
    },
    "rc": 0,
    "start": "2024-12-14 07:51:49.039710"
}

STDERR:

+ '[' false = true ']'
+ rm -rf /var/db/tang/3e95ljXC4UhPx9WMRGWXT3DnTUmR94r1LwyJRsc_PTE.jwk /var/db/tang/S1EzojzvCQ4J5TREVCh8D0z1xziGrP6PLnR8OXg6rAQ.jwk '/var/db/tang/.*'
changed: [managed-node1] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n  rm -rf \"/var/cache/tang\"\nelse\n  rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n",
    "delta": "0:00:00.004646",
    "end": "2024-12-14 07:51:49.441302",
    "item": {
        "path": "/var/cache/tang",
        "remove_dir": "false"
    },
    "rc": 0,
    "start": "2024-12-14 07:51:49.436656"
}

STDERR:

+ '[' false = true ']'
+ rm -rf '/var/cache/tang/*' '/var/cache/tang/.*'

PLAY RECAP *********************************************************************
managed-node1              : ok=24   changed=4    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Saturday 14 December 2024  07:51:49 -0500 (0:00:00.899)       0:00:36.305 ***** 
=============================================================================== 
fedora.linux_system_roles.nbde_server : Ensure tang is installed ------- 24.50s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 
fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 2.67s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 
Gather state of required packages --------------------------------------- 1.81s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:2 
fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 1.79s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 
Gather state of services ------------------------------------------------ 1.12s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:14 
Remove managed node files/directories ----------------------------------- 0.90s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 
fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.79s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 
fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.57s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 
fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.47s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 
fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory --- 0.44s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 
Gather state of keys ---------------------------------------------------- 0.41s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml:2 
fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to --- 0.08s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 
Check services are enabled and started ---------------------------------- 0.08s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:23 
Ensure tang port is labeled tangd_port_t for SELinux -------------------- 0.06s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 
fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.06s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 
fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed --- 0.06s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 
fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port --- 0.06s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 
Ensure the desired port is added to firewalld --------------------------- 0.05s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 
fedora.linux_system_roles.nbde_server : Ensure keys are rotated --------- 0.04s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 
Include the appropriate provider verification tasks --------------------- 0.04s
/tmp/collections-8ef/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:28