Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles PLAY [Test nbde_server_service_state] ****************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 15:31:56 -0400 (0:00:00.025) 0:00:00.025 ********* ok: [managed_node1] TASK [Accepting connections without specifying state] ************************** Thursday 25 July 2024 15:31:57 -0400 (0:00:00.913) 0:00:00.938 ********* TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** Thursday 25 July 2024 15:31:57 -0400 (0:00:00.032) 0:00:00.971 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] *** Thursday 25 July 2024 15:31:57 -0400 (0:00:00.088) 0:00:01.059 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* Thursday 25 July 2024 15:31:57 -0400 (0:00:00.044) 0:00:01.104 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** Thursday 25 July 2024 15:31:57 -0400 (0:00:00.533) 0:00:01.637 ********* ok: [managed_node1] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** Thursday 25 July 2024 15:31:58 -0400 (0:00:00.100) 0:00:01.738 ********* 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": [ "/var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] *** Thursday 25 July 2024 15:31:58 -0400 (0:00:00.057) 0:00:01.795 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] ******** Thursday 25 July 2024 15:31:58 -0400 (0:00:00.057) 0:00:01.852 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* Thursday 25 July 2024 15:31:58 -0400 (0:00:00.742) 0:00:02.595 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* Thursday 25 July 2024 15:31:58 -0400 (0:00:00.040) 0:00:02.635 ********* 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] *** Thursday 25 July 2024 15:31:59 -0400 (0:00:00.431) 0:00:03.067 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** Thursday 25 July 2024 15:31:59 -0400 (0:00:00.041) 0:00:03.108 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] ******************** Thursday 25 July 2024 15:31:59 -0400 (0:00:00.053) 0:00:03.161 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** Thursday 25 July 2024 15:31:59 -0400 (0:00:00.021) 0:00:03.183 ********* 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] *** Thursday 25 July 2024 15:31:59 -0400 (0:00:00.314) 0:00:03.498 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** Thursday 25 July 2024 15:31:59 -0400 (0:00:00.021) 0:00:03.520 ********* 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] *** Thursday 25 July 2024 15:32:00 -0400 (0:00:00.469) 0:00:03.989 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** Thursday 25 July 2024 15:32:00 -0400 (0:00:00.021) 0:00:04.010 ********* ok: [managed_node1] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** Thursday 25 July 2024 15:32:00 -0400 (0:00:00.025) 0:00:04.036 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** Thursday 25 July 2024 15:32:00 -0400 (0:00:00.022) 0:00:04.058 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** Thursday 25 July 2024 15:32:00 -0400 (0:00:00.021) 0:00:04.079 ********* 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", "ActiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveEnterTimestampMonotonic": "1045724929", "ActiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveExitTimestampMonotonic": "1045724661", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:30:53 EDT", "AssertTimestampMonotonic": "1045724712", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ConditionTimestampMonotonic": "1045724710", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveEnterTimestampMonotonic": "1045724661", "InactiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveExitTimestampMonotonic": "1045724929", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Gather state of services] ************************************************ Thursday 25 July 2024 15:32:01 -0400 (0:00:00.652) 0:00:04.731 ********* 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", "ActiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveEnterTimestampMonotonic": "1045724929", "ActiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveExitTimestampMonotonic": "1045724661", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:30:53 EDT", "AssertTimestampMonotonic": "1045724712", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ConditionTimestampMonotonic": "1045724710", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveEnterTimestampMonotonic": "1045724661", "InactiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveExitTimestampMonotonic": "1045724929", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check whether services were enabled and started] ************************* Thursday 25 July 2024 15:32:01 -0400 (0:00:00.430) 0:00:05.162 ********* ok: [managed_node1] => (item={u'status': {u'RuntimeDirectoryMode': u'0755', u'ActiveExitTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'UnitFileState': u'enabled', u'MaxConnections': u'64', u'KeepAlive': u'no', u'LimitSIGPENDING': u'14311', u'OOMScoreAdjust': u'0', u'NConnections': u'0', u'LoadState': u'loaded', u'IPTOS': u'-1', u'ProtectHome': u'no', u'Broadcast': u'no', u'ConditionTimestampMonotonic': u'1045724710', u'TTYVHangup': u'no', u'ReceiveBuffer': u'0', u'LimitSTACK': u'18446744073709551615', u'DeferAcceptUSec': u'0', u'SubState': u'listening', u'StandardError': u'inherit', u'IgnoreOnSnapshot': u'no', u'ActiveEnterTimestampMonotonic': u'1045724929', u'NAccepted': u'0', u'CPUSchedulingPriority': u'0', u'KillSignal': u'15', u'LimitFSIZE': u'18446744073709551615', u'IgnoreOnIsolate': u'no', u'LimitCPU': u'18446744073709551615', u'Backlog': u'128', u'AssertTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'SendBuffer': u'0', u'CPUQuotaPerSecUSec': u'infinity', u'CanStart': u'yes', u'DirectoryMode': u'0755', u'JobTimeoutAction': u'none', u'Before': u'multi-user.target sockets.target shutdown.target tangd@0.service', u'PassSecurity': u'no', u'LimitAS': u'18446744073709551615', u'RemoveOnStop': u'no', u'InactiveExitTimestampMonotonic': u'1045724929', u'Mark': u'-1', u'Priority': u'-1', u'SendSIGHUP': u'no', u'SyslogPriority': u'30', u'SameProcessGroup': u'no', u'LimitNPROC': u'14311', u'Accept': u'yes', u'SystemCallErrorNumber': u'0', u'UMask': u'0022', u'NonBlocking': u'no', u'InactiveEnterTimestampMonotonic': u'1045724661', u'CapabilityBoundingSet': u'18446744073709551615', u'TTYReset': u'no', u'RefuseManualStart': u'no', u'KillMode': u'control-group', u'SyslogLevelPrefix': u'yes', u'LimitRSS': u'18446744073709551615', u'LimitRTPRIO': u'0', u'Delegate': u'no', u'TasksCurrent': u'18446744073709551615', u'InactiveExitTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'LimitCORE': u'18446744073709551615', u'JobTimeoutUSec': u'0', u'MemoryLimit': u'18446744073709551615', u'CPUSchedulingResetOnFork': u'no', u'Result': u'success', u'KeepAliveIntervalUSec': u'0', u'CPUShares': u'18446744073709551615', u'NoDelay': u'no', u'IPTTL': u'-1', u'ConditionResult': u'yes', u'TTYVTDisallocate': u'no', u'StartupBlockIOWeight': u'18446744073709551615', u'ActiveEnterTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'FragmentPath': u'/usr/lib/systemd/system/tangd.socket', u'StartupCPUShares': u'18446744073709551615', u'ActiveState': u'active', u'Nice': u'0', u'LimitDATA': u'18446744073709551615', u'UnitFilePreset': u'disabled', u'MemoryCurrent': u'18446744073709551615', u'LimitRTTIME': u'18446744073709551615', u'ListenStream': u'[::]:80', u'WantedBy': u'multi-user.target', u'PipeSize': u'0', u'ConditionTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'CPUAccounting': u'no', u'CPUSchedulingPolicy': u'0', u'AllowIsolate': u'no', u'Transparent': u'no', u'LimitNOFILE': u'4096', u'CanReload': u'no', u'RefuseManualStop': u'no', u'Triggers': u'tangd@0.service', u'SocketMode': u'0666', u'TasksAccounting': u'no', u'NeedDaemonReload': u'no', u'SecureBits': u'0', u'InactiveEnterTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'StandardInput': u'null', u'AssertTimestampMonotonic': u'1045724712', u'DefaultDependencies': u'yes', u'Requires': u'-.slice sysinit.target', u'TasksMax': u'18446744073709551615', u'BindIPv6Only': u'default', u'LimitMEMLOCK': u'65536', u'StopWhenUnneeded': u'no', u'LimitMSGQUEUE': u'819200', u'TimeoutUSec': u'1min 30s', u'AmbientCapabilities': u'0', u'FreeBind': u'no', u'CollectMode': u'inactive', u'KeepAliveTimeUSec': u'0', u'BlockIOAccounting': u'no', u'CanStop': u'yes', u'PrivateTmp': u'no', u'NoNewPrivileges': u'no', u'AssertResult': u'yes', u'LimitLOCKS': u'18446744073709551615', u'TimerSlackNSec': u'50000', u'LimitNICE': u'0', u'After': u'-.slice sysinit.target', u'OnFailureJobMode': u'replace', u'PassCredentials': u'no', u'CanIsolate': u'no', u'Conflicts': u'shutdown.target', u'StandardOutput': u'journal', u'MountFlags': u'0', u'DevicePolicy': u'auto', u'SendSIGKILL': u'yes', u'MemoryAccounting': u'no', u'IgnoreSIGPIPE': u'yes', u'Transient': u'no', u'IOScheduling': u'0', u'PrivateNetwork': u'no', u'ReusePort': u'no', u'ActiveExitTimestampMonotonic': u'1045724661', u'KeepAliveProbes': u'0', u'PrivateDevices': u'no', u'BlockIOWeight': u'18446744073709551615', u'Description': u'Tang Server socket', u'Names': u'tangd.socket', u'ProtectSystem': u'no', u'ControlPID': u'0', u'Id': u'tangd.socket'}, u'ansible_loop_var': u'item', u'name': u'tangd.socket', u'item': u'tangd.socket', u'changed': False, u'enabled': True, u'failed': False, u'state': u'started', u'invocation': {u'module_args': {u'no_block': False, u'force': None, u'name': u'tangd.socket', u'daemon_reexec': False, u'enabled': True, u'daemon_reload': False, u'state': u'started', u'masked': None, u'scope': None, u'user': None}}}) => { "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": null, "state": "started", "user": null } }, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveEnterTimestampMonotonic": "1045724929", "ActiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveExitTimestampMonotonic": "1045724661", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:30:53 EDT", "AssertTimestampMonotonic": "1045724712", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ConditionTimestampMonotonic": "1045724710", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveEnterTimestampMonotonic": "1045724661", "InactiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveExitTimestampMonotonic": "1045724929", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } } MSG: All assertions passed TASK [Not accepting connections specifying state stopped] ********************** Thursday 25 July 2024 15:32:01 -0400 (0:00:00.053) 0:00:05.215 ********* TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** Thursday 25 July 2024 15:32:01 -0400 (0:00:00.035) 0:00:05.251 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] *** Thursday 25 July 2024 15:32:01 -0400 (0:00:00.029) 0:00:05.281 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* Thursday 25 July 2024 15:32:01 -0400 (0:00:00.024) 0:00:05.305 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** Thursday 25 July 2024 15:32:01 -0400 (0:00:00.024) 0:00:05.330 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** Thursday 25 July 2024 15:32:01 -0400 (0:00:00.021) 0:00:05.351 ********* 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": [ "/var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] *** Thursday 25 July 2024 15:32:01 -0400 (0:00:00.039) 0:00:05.390 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] ******** Thursday 25 July 2024 15:32:01 -0400 (0:00:00.038) 0:00:05.428 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* Thursday 25 July 2024 15:32:02 -0400 (0:00:00.610) 0:00:06.038 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* Thursday 25 July 2024 15:32:02 -0400 (0:00:00.021) 0:00:06.060 ********* ok: [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": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** Thursday 25 July 2024 15:32:02 -0400 (0:00:00.318) 0:00:06.379 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** Thursday 25 July 2024 15:32:02 -0400 (0:00:00.021) 0:00:06.401 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] ******************** Thursday 25 July 2024 15:32:02 -0400 (0:00:00.036) 0:00:06.437 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** Thursday 25 July 2024 15:32:02 -0400 (0:00:00.021) 0:00:06.459 ********* 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] *** Thursday 25 July 2024 15:32:03 -0400 (0:00:00.313) 0:00:06.773 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** Thursday 25 July 2024 15:32:03 -0400 (0:00:00.022) 0:00:06.795 ********* 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] *** Thursday 25 July 2024 15:32:03 -0400 (0:00:00.316) 0:00:07.112 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** Thursday 25 July 2024 15:32:03 -0400 (0:00:00.021) 0:00:07.134 ********* ok: [managed_node1] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** Thursday 25 July 2024 15:32:03 -0400 (0:00:00.025) 0:00:07.160 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** Thursday 25 July 2024 15:32:03 -0400 (0:00:00.020) 0:00:07.181 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** Thursday 25 July 2024 15:32:03 -0400 (0:00:00.020) 0:00:07.201 ********* changed: [managed_node1] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "stopped", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveEnterTimestampMonotonic": "1045724929", "ActiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveExitTimestampMonotonic": "1045724661", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:30:53 EDT", "AssertTimestampMonotonic": "1045724712", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ConditionTimestampMonotonic": "1045724710", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveEnterTimestampMonotonic": "1045724661", "InactiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveExitTimestampMonotonic": "1045724929", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Gather state of services] ************************************************ Thursday 25 July 2024 15:32:04 -0400 (0:00:00.494) 0:00:07.696 ********* ok: [managed_node1] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "stopped", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveEnterTimestampMonotonic": "1045724929", "ActiveExitTimestamp": "Thu 2024-07-25 15:32:03 EDT", "ActiveExitTimestampMonotonic": "1115722947", "ActiveState": "inactive", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:30:53 EDT", "AssertTimestampMonotonic": "1045724712", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ConditionTimestampMonotonic": "1045724710", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:32:03 EDT", "InactiveEnterTimestampMonotonic": "1115722947", "InactiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveExitTimestampMonotonic": "1045724929", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check whether services were enabled but stopped] ************************* Thursday 25 July 2024 15:32:04 -0400 (0:00:00.399) 0:00:08.095 ********* ok: [managed_node1] => (item={u'status': {u'RuntimeDirectoryMode': u'0755', u'ActiveExitTimestamp': u'Thu 2024-07-25 15:32:03 EDT', u'UnitFileState': u'enabled', u'MaxConnections': u'64', u'KeepAlive': u'no', u'LimitSIGPENDING': u'14311', u'OOMScoreAdjust': u'0', u'NConnections': u'0', u'LoadState': u'loaded', u'IPTOS': u'-1', u'ProtectHome': u'no', u'Broadcast': u'no', u'ConditionTimestampMonotonic': u'1045724710', u'TTYVHangup': u'no', u'ReceiveBuffer': u'0', u'LimitSTACK': u'18446744073709551615', u'DeferAcceptUSec': u'0', u'SubState': u'dead', u'StandardError': u'inherit', u'IgnoreOnSnapshot': u'no', u'ActiveEnterTimestampMonotonic': u'1045724929', u'NAccepted': u'0', u'CPUSchedulingPriority': u'0', u'KillSignal': u'15', u'LimitFSIZE': u'18446744073709551615', u'IgnoreOnIsolate': u'no', u'LimitCPU': u'18446744073709551615', u'Backlog': u'128', u'AssertTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'SendBuffer': u'0', u'CPUQuotaPerSecUSec': u'infinity', u'CanStart': u'yes', u'DirectoryMode': u'0755', u'JobTimeoutAction': u'none', u'Before': u'multi-user.target sockets.target shutdown.target tangd@0.service', u'PassSecurity': u'no', u'LimitAS': u'18446744073709551615', u'RemoveOnStop': u'no', u'InactiveExitTimestampMonotonic': u'1045724929', u'Mark': u'-1', u'Priority': u'-1', u'SendSIGHUP': u'no', u'SyslogPriority': u'30', u'SameProcessGroup': u'no', u'LimitNPROC': u'14311', u'Accept': u'yes', u'SystemCallErrorNumber': u'0', u'UMask': u'0022', u'NonBlocking': u'no', u'InactiveEnterTimestampMonotonic': u'1115722947', u'CapabilityBoundingSet': u'18446744073709551615', u'TTYReset': u'no', u'RefuseManualStart': u'no', u'KillMode': u'control-group', u'SyslogLevelPrefix': u'yes', u'LimitRSS': u'18446744073709551615', u'LimitRTPRIO': u'0', u'Delegate': u'no', u'TasksCurrent': u'18446744073709551615', u'InactiveExitTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'LimitCORE': u'18446744073709551615', u'JobTimeoutUSec': u'0', u'MemoryLimit': u'18446744073709551615', u'CPUSchedulingResetOnFork': u'no', u'Result': u'success', u'KeepAliveIntervalUSec': u'0', u'CPUShares': u'18446744073709551615', u'NoDelay': u'no', u'IPTTL': u'-1', u'ConditionResult': u'yes', u'TTYVTDisallocate': u'no', u'StartupBlockIOWeight': u'18446744073709551615', u'ActiveEnterTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'FragmentPath': u'/usr/lib/systemd/system/tangd.socket', u'StartupCPUShares': u'18446744073709551615', u'ActiveState': u'inactive', u'Nice': u'0', u'LimitDATA': u'18446744073709551615', u'UnitFilePreset': u'disabled', u'MemoryCurrent': u'18446744073709551615', u'LimitRTTIME': u'18446744073709551615', u'ListenStream': u'[::]:80', u'WantedBy': u'multi-user.target', u'PipeSize': u'0', u'ConditionTimestamp': u'Thu 2024-07-25 15:30:53 EDT', u'CPUAccounting': u'no', u'CPUSchedulingPolicy': u'0', u'AllowIsolate': u'no', u'Transparent': u'no', u'LimitNOFILE': u'4096', u'CanReload': u'no', u'RefuseManualStop': u'no', u'Triggers': u'tangd@0.service', u'SocketMode': u'0666', u'TasksAccounting': u'no', u'NeedDaemonReload': u'no', u'SecureBits': u'0', u'InactiveEnterTimestamp': u'Thu 2024-07-25 15:32:03 EDT', u'StandardInput': u'null', u'AssertTimestampMonotonic': u'1045724712', u'DefaultDependencies': u'yes', u'Requires': u'-.slice sysinit.target', u'TasksMax': u'18446744073709551615', u'BindIPv6Only': u'default', u'LimitMEMLOCK': u'65536', u'StopWhenUnneeded': u'no', u'LimitMSGQUEUE': u'819200', u'TimeoutUSec': u'1min 30s', u'AmbientCapabilities': u'0', u'FreeBind': u'no', u'CollectMode': u'inactive', u'KeepAliveTimeUSec': u'0', u'BlockIOAccounting': u'no', u'CanStop': u'yes', u'PrivateTmp': u'no', u'NoNewPrivileges': u'no', u'AssertResult': u'yes', u'LimitLOCKS': u'18446744073709551615', u'TimerSlackNSec': u'50000', u'LimitNICE': u'0', u'After': u'-.slice sysinit.target', u'OnFailureJobMode': u'replace', u'PassCredentials': u'no', u'CanIsolate': u'no', u'Conflicts': u'shutdown.target', u'StandardOutput': u'journal', u'MountFlags': u'0', u'DevicePolicy': u'auto', u'SendSIGKILL': u'yes', u'MemoryAccounting': u'no', u'IgnoreSIGPIPE': u'yes', u'Transient': u'no', u'IOScheduling': u'0', u'PrivateNetwork': u'no', u'ReusePort': u'no', u'ActiveExitTimestampMonotonic': u'1115722947', u'KeepAliveProbes': u'0', u'PrivateDevices': u'no', u'BlockIOWeight': u'18446744073709551615', u'Description': u'Tang Server socket', u'Names': u'tangd.socket', u'ProtectSystem': u'no', u'ControlPID': u'0', u'Id': u'tangd.socket'}, u'ansible_loop_var': u'item', u'name': u'tangd.socket', u'item': u'tangd.socket', u'changed': False, u'enabled': True, u'failed': False, u'state': u'stopped', u'invocation': {u'module_args': {u'no_block': False, u'force': None, u'name': u'tangd.socket', u'daemon_reexec': False, u'enabled': True, u'daemon_reload': False, u'state': u'stopped', u'masked': None, u'scope': None, u'user': None}}}) => { "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": null, "state": "stopped", "user": null } }, "item": "tangd.socket", "name": "tangd.socket", "state": "stopped", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveEnterTimestampMonotonic": "1045724929", "ActiveExitTimestamp": "Thu 2024-07-25 15:32:03 EDT", "ActiveExitTimestampMonotonic": "1115722947", "ActiveState": "inactive", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:30:53 EDT", "AssertTimestampMonotonic": "1045724712", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ConditionTimestampMonotonic": "1045724710", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:32:03 EDT", "InactiveEnterTimestampMonotonic": "1115722947", "InactiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveExitTimestampMonotonic": "1045724929", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } } MSG: All assertions passed TASK [Accepting connections specifying state started] ************************** Thursday 25 July 2024 15:32:04 -0400 (0:00:00.055) 0:00:08.151 ********* TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** Thursday 25 July 2024 15:32:04 -0400 (0:00:00.037) 0:00:08.189 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] *** Thursday 25 July 2024 15:32:04 -0400 (0:00:00.030) 0:00:08.219 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* Thursday 25 July 2024 15:32:04 -0400 (0:00:00.027) 0:00:08.247 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** Thursday 25 July 2024 15:32:04 -0400 (0:00:00.022) 0:00:08.270 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** Thursday 25 July 2024 15:32:04 -0400 (0:00:00.025) 0:00:08.295 ********* 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": [ "/var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] *** Thursday 25 July 2024 15:32:04 -0400 (0:00:00.038) 0:00:08.334 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] ******** Thursday 25 July 2024 15:32:04 -0400 (0:00:00.037) 0:00:08.372 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* Thursday 25 July 2024 15:32:05 -0400 (0:00:00.633) 0:00:09.005 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* Thursday 25 July 2024 15:32:05 -0400 (0:00:00.022) 0:00:09.027 ********* ok: [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": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** Thursday 25 July 2024 15:32:05 -0400 (0:00:00.312) 0:00:09.340 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** Thursday 25 July 2024 15:32:05 -0400 (0:00:00.022) 0:00:09.363 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/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] ******************** Thursday 25 July 2024 15:32:05 -0400 (0:00:00.037) 0:00:09.401 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** Thursday 25 July 2024 15:32:05 -0400 (0:00:00.022) 0:00:09.423 ********* 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] *** Thursday 25 July 2024 15:32:06 -0400 (0:00:00.302) 0:00:09.726 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** Thursday 25 July 2024 15:32:06 -0400 (0:00:00.023) 0:00:09.749 ********* 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] *** Thursday 25 July 2024 15:32:06 -0400 (0:00:00.312) 0:00:10.062 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** Thursday 25 July 2024 15:32:06 -0400 (0:00:00.023) 0:00:10.085 ********* ok: [managed_node1] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** Thursday 25 July 2024 15:32:06 -0400 (0:00:00.026) 0:00:10.112 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** Thursday 25 July 2024 15:32:06 -0400 (0:00:00.021) 0:00:10.134 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** Thursday 25 July 2024 15:32:06 -0400 (0:00:00.024) 0:00:10.158 ********* 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", "ActiveEnterTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ActiveEnterTimestampMonotonic": "1045724929", "ActiveExitTimestamp": "Thu 2024-07-25 15:32:03 EDT", "ActiveExitTimestampMonotonic": "1115722947", "ActiveState": "inactive", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:30:53 EDT", "AssertTimestampMonotonic": "1045724712", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:30:53 EDT", "ConditionTimestampMonotonic": "1045724710", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:32:03 EDT", "InactiveEnterTimestampMonotonic": "1115722947", "InactiveExitTimestamp": "Thu 2024-07-25 15:30:53 EDT", "InactiveExitTimestampMonotonic": "1045724929", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Gather state of services] ************************************************ Thursday 25 July 2024 15:32:06 -0400 (0:00:00.424) 0:00:10.582 ********* 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", "ActiveEnterTimestamp": "Thu 2024-07-25 15:32:06 EDT", "ActiveEnterTimestampMonotonic": "1118678834", "ActiveExitTimestamp": "Thu 2024-07-25 15:32:03 EDT", "ActiveExitTimestampMonotonic": "1115722947", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:32:06 EDT", "AssertTimestampMonotonic": "1118678359", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:32:06 EDT", "ConditionTimestampMonotonic": "1118678357", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:32:03 EDT", "InactiveEnterTimestampMonotonic": "1115722947", "InactiveExitTimestamp": "Thu 2024-07-25 15:32:06 EDT", "InactiveExitTimestampMonotonic": "1118678834", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check whether services were enabled and started] ************************* Thursday 25 July 2024 15:32:07 -0400 (0:00:00.461) 0:00:11.044 ********* ok: [managed_node1] => (item={u'status': {u'RuntimeDirectoryMode': u'0755', u'ActiveExitTimestamp': u'Thu 2024-07-25 15:32:03 EDT', u'UnitFileState': u'enabled', u'MaxConnections': u'64', u'KeepAlive': u'no', u'LimitSIGPENDING': u'14311', u'OOMScoreAdjust': u'0', u'NConnections': u'0', u'LoadState': u'loaded', u'IPTOS': u'-1', u'ProtectHome': u'no', u'Broadcast': u'no', u'ConditionTimestampMonotonic': u'1118678357', u'TTYVHangup': u'no', u'ReceiveBuffer': u'0', u'LimitSTACK': u'18446744073709551615', u'DeferAcceptUSec': u'0', u'SubState': u'listening', u'StandardError': u'inherit', u'IgnoreOnSnapshot': u'no', u'ActiveEnterTimestampMonotonic': u'1118678834', u'NAccepted': u'0', u'CPUSchedulingPriority': u'0', u'KillSignal': u'15', u'LimitFSIZE': u'18446744073709551615', u'IgnoreOnIsolate': u'no', u'LimitCPU': u'18446744073709551615', u'Backlog': u'128', u'AssertTimestamp': u'Thu 2024-07-25 15:32:06 EDT', u'SendBuffer': u'0', u'CPUQuotaPerSecUSec': u'infinity', u'CanStart': u'yes', u'DirectoryMode': u'0755', u'JobTimeoutAction': u'none', u'Before': u'multi-user.target sockets.target shutdown.target tangd@0.service', u'PassSecurity': u'no', u'LimitAS': u'18446744073709551615', u'RemoveOnStop': u'no', u'InactiveExitTimestampMonotonic': u'1118678834', u'Mark': u'-1', u'Priority': u'-1', u'SendSIGHUP': u'no', u'SyslogPriority': u'30', u'SameProcessGroup': u'no', u'LimitNPROC': u'14311', u'Accept': u'yes', u'SystemCallErrorNumber': u'0', u'UMask': u'0022', u'NonBlocking': u'no', u'InactiveEnterTimestampMonotonic': u'1115722947', u'CapabilityBoundingSet': u'18446744073709551615', u'TTYReset': u'no', u'RefuseManualStart': u'no', u'KillMode': u'control-group', u'SyslogLevelPrefix': u'yes', u'LimitRSS': u'18446744073709551615', u'LimitRTPRIO': u'0', u'Delegate': u'no', u'TasksCurrent': u'18446744073709551615', u'InactiveExitTimestamp': u'Thu 2024-07-25 15:32:06 EDT', u'LimitCORE': u'18446744073709551615', u'JobTimeoutUSec': u'0', u'MemoryLimit': u'18446744073709551615', u'CPUSchedulingResetOnFork': u'no', u'Result': u'success', u'KeepAliveIntervalUSec': u'0', u'CPUShares': u'18446744073709551615', u'NoDelay': u'no', u'IPTTL': u'-1', u'ConditionResult': u'yes', u'TTYVTDisallocate': u'no', u'StartupBlockIOWeight': u'18446744073709551615', u'ActiveEnterTimestamp': u'Thu 2024-07-25 15:32:06 EDT', u'FragmentPath': u'/usr/lib/systemd/system/tangd.socket', u'StartupCPUShares': u'18446744073709551615', u'ActiveState': u'active', u'Nice': u'0', u'LimitDATA': u'18446744073709551615', u'UnitFilePreset': u'disabled', u'MemoryCurrent': u'18446744073709551615', u'LimitRTTIME': u'18446744073709551615', u'ListenStream': u'[::]:80', u'WantedBy': u'multi-user.target', u'PipeSize': u'0', u'ConditionTimestamp': u'Thu 2024-07-25 15:32:06 EDT', u'CPUAccounting': u'no', u'CPUSchedulingPolicy': u'0', u'AllowIsolate': u'no', u'Transparent': u'no', u'LimitNOFILE': u'4096', u'CanReload': u'no', u'RefuseManualStop': u'no', u'Triggers': u'tangd@0.service', u'SocketMode': u'0666', u'TasksAccounting': u'no', u'NeedDaemonReload': u'no', u'SecureBits': u'0', u'InactiveEnterTimestamp': u'Thu 2024-07-25 15:32:03 EDT', u'StandardInput': u'null', u'AssertTimestampMonotonic': u'1118678359', u'DefaultDependencies': u'yes', u'Requires': u'-.slice sysinit.target', u'TasksMax': u'18446744073709551615', u'BindIPv6Only': u'default', u'LimitMEMLOCK': u'65536', u'StopWhenUnneeded': u'no', u'LimitMSGQUEUE': u'819200', u'TimeoutUSec': u'1min 30s', u'AmbientCapabilities': u'0', u'FreeBind': u'no', u'CollectMode': u'inactive', u'KeepAliveTimeUSec': u'0', u'BlockIOAccounting': u'no', u'CanStop': u'yes', u'PrivateTmp': u'no', u'NoNewPrivileges': u'no', u'AssertResult': u'yes', u'LimitLOCKS': u'18446744073709551615', u'TimerSlackNSec': u'50000', u'LimitNICE': u'0', u'After': u'-.slice sysinit.target', u'OnFailureJobMode': u'replace', u'PassCredentials': u'no', u'CanIsolate': u'no', u'Conflicts': u'shutdown.target', u'StandardOutput': u'journal', u'MountFlags': u'0', u'DevicePolicy': u'auto', u'SendSIGKILL': u'yes', u'MemoryAccounting': u'no', u'IgnoreSIGPIPE': u'yes', u'Transient': u'no', u'IOScheduling': u'0', u'PrivateNetwork': u'no', u'ReusePort': u'no', u'ActiveExitTimestampMonotonic': u'1115722947', u'KeepAliveProbes': u'0', u'PrivateDevices': u'no', u'BlockIOWeight': u'18446744073709551615', u'Description': u'Tang Server socket', u'Names': u'tangd.socket', u'ProtectSystem': u'no', u'ControlPID': u'0', u'Id': u'tangd.socket'}, u'ansible_loop_var': u'item', u'name': u'tangd.socket', u'item': u'tangd.socket', u'changed': False, u'enabled': True, u'failed': False, u'state': u'started', u'invocation': {u'module_args': {u'no_block': False, u'force': None, u'name': u'tangd.socket', u'daemon_reexec': False, u'enabled': True, u'daemon_reload': False, u'state': u'started', u'masked': None, u'scope': None, u'user': None}}}) => { "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": null, "state": "started", "user": null } }, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Thu 2024-07-25 15:32:06 EDT", "ActiveEnterTimestampMonotonic": "1118678834", "ActiveExitTimestamp": "Thu 2024-07-25 15:32:03 EDT", "ActiveExitTimestampMonotonic": "1115722947", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-07-25 15:32:06 EDT", "AssertTimestampMonotonic": "1118678359", "Backlog": "128", "Before": "multi-user.target sockets.target shutdown.target tangd@0.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-07-25 15:32:06 EDT", "ConditionTimestampMonotonic": "1118678357", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-07-25 15:32:03 EDT", "InactiveEnterTimestampMonotonic": "1115722947", "InactiveExitTimestamp": "Thu 2024-07-25 15:32:06 EDT", "InactiveExitTimestampMonotonic": "1118678834", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } } MSG: All assertions passed TASK [Cleanup] ***************************************************************** Thursday 25 July 2024 15:32:07 -0400 (0:00:00.057) 0:00:11.101 ********* included: /var/ARTIFACTS/work-generalgyj4pjdo/plans/general/tree/tmp.hDM9NGFo9m/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml for managed_node1 TASK [Remove control node files/directories] *********************************** Thursday 25 July 2024 15:32:07 -0400 (0:00:00.034) 0:00:11.135 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** Thursday 25 July 2024 15:32:07 -0400 (0:00:00.022) 0:00:11.158 ********* skipping: [managed_node1] => (item={u'path': u'', u'remove_dir': u'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [managed_node1] => (item={u'path': u'/var/db/tang', u'remove_dir': u'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.004543", "end": "2024-07-25 15:32:07.933481", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-07-25 15:32:07.928938" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/76vp-rMxET2Fn8B7LRft94vhyOo.jwk /var/db/tang/NvhPp64FADDbfCOaSNY7JTXfTro.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/.’ rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/..’ + : changed: [managed_node1] => (item={u'path': u'/var/cache/tang', u'remove_dir': u'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.004532", "end": "2024-07-25 15:32:08.234891", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-07-25 15:32:08.230359" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' PLAY RECAP ********************************************************************* managed_node1 : ok=41 changed=4 unreachable=0 failed=0 skipped=29 rescued=0 ignored=0 Thursday 25 July 2024 15:32:08 -0400 (0:00:00.772) 0:00:11.930 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 0.91s Remove managed node files/directories ----------------------------------- 0.77s fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.74s fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.65s fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.63s fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.61s fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.53s fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.49s fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.47s Gather state of services ------------------------------------------------ 0.46s fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.43s Gather state of services ------------------------------------------------ 0.43s fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.42s Gather state of services ------------------------------------------------ 0.40s fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.32s fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.32s fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory --- 0.31s fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory --- 0.31s fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.31s fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.31s