ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_nbde_server_service_state.yml ********************************** 1 plays in /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml PLAY [Test nbde_server_service_state] ****************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:6 Saturday 27 July 2024 09:06:53 -0400 (0:00:00.023) 0:00:00.023 ********* ok: [managed_node1] META: ran handlers TASK [Accepting connections without specifying state] ************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:12 Saturday 27 July 2024 09:06:54 -0400 (0:00:00.861) 0:00:00.885 ********* TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 27 July 2024 09:06:54 -0400 (0:00:00.031) 0:00:00.916 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 27 July 2024 09:06:54 -0400 (0:00:00.083) 0:00:01.000 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 27 July 2024 09:06:54 -0400 (0:00:00.041) 0:00:01.041 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 27 July 2024 09:06:55 -0400 (0:00:00.405) 0:00:01.447 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 27 July 2024 09:06:55 -0400 (0:00:00.045) 0:00:01.492 ********* 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/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 27 July 2024 09:06:55 -0400 (0:00:00.055) 0:00:01.548 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 27 July 2024 09:06:55 -0400 (0:00:00.103) 0:00:01.652 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 27 July 2024 09:06:55 -0400 (0:00:00.710) 0:00:02.362 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 27 July 2024 09:06:55 -0400 (0:00:00.039) 0:00:02.402 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 27 July 2024 09:06:56 -0400 (0:00:00.427) 0:00:02.829 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 27 July 2024 09:06:56 -0400 (0:00:00.039) 0:00:02.869 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 27 July 2024 09:06:56 -0400 (0:00:00.051) 0:00:02.920 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 27 July 2024 09:06:56 -0400 (0:00:00.019) 0:00:02.940 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 27 July 2024 09:06:56 -0400 (0:00:00.269) 0:00:03.209 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 27 July 2024 09:06:56 -0400 (0:00:00.021) 0:00:03.230 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 27 July 2024 09:06:57 -0400 (0:00:00.374) 0:00:03.605 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 27 July 2024 09:06:57 -0400 (0:00:00.022) 0:00:03.627 ********* ok: [managed_node1] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 27 July 2024 09:06:57 -0400 (0:00:00.023) 0:00:03.651 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 27 July 2024 09:06:57 -0400 (0:00:00.020) 0:00:03.672 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 27 July 2024 09:06:57 -0400 (0:00:00.021) 0:00:03.693 ********* 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": "Sat 2024-07-27 09:05:55 EDT", "ActiveEnterTimestampMonotonic": "475190200", "ActiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "ActiveExitTimestampMonotonic": "475189882", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:05:55 EDT", "AssertTimestampMonotonic": "475189917", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:05:55 EDT", "ConditionTimestampMonotonic": "475189916", "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": "Sat 2024-07-27 09:05:55 EDT", "InactiveEnterTimestampMonotonic": "475189882", "InactiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "InactiveExitTimestampMonotonic": "475190200", "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] ************************************************ task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:17 Saturday 27 July 2024 09:06:57 -0400 (0:00:00.594) 0:00:04.287 ********* 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": "Sat 2024-07-27 09:05:55 EDT", "ActiveEnterTimestampMonotonic": "475190200", "ActiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "ActiveExitTimestampMonotonic": "475189882", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:05:55 EDT", "AssertTimestampMonotonic": "475189917", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:05:55 EDT", "ConditionTimestampMonotonic": "475189916", "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": "Sat 2024-07-27 09:05:55 EDT", "InactiveEnterTimestampMonotonic": "475189882", "InactiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "InactiveExitTimestampMonotonic": "475190200", "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] ************************* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:26 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.395) 0:00:04.683 ********* ok: [managed_node1] => (item={u'status': {u'RuntimeDirectoryMode': u'0755', u'ActiveExitTimestamp': u'Sat 2024-07-27 09:05:55 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'475189916', 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'475190200', 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'Sat 2024-07-27 09:05:55 EDT', u'SendBuffer': u'0', u'CPUQuotaPerSecUSec': u'infinity', u'CanStart': u'yes', u'DirectoryMode': u'0755', u'JobTimeoutAction': u'none', u'Before': u'sockets.target shutdown.target multi-user.target tangd@0.service', u'PassSecurity': u'no', u'LimitAS': u'18446744073709551615', u'RemoveOnStop': u'no', u'InactiveExitTimestampMonotonic': u'475190200', 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'475189882', 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'Sat 2024-07-27 09:05:55 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'Sat 2024-07-27 09:05:55 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'Sat 2024-07-27 09:05:55 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'Sat 2024-07-27 09:05:55 EDT', u'StandardInput': u'null', u'AssertTimestampMonotonic': u'475189917', 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'475189882', 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": "Sat 2024-07-27 09:05:55 EDT", "ActiveEnterTimestampMonotonic": "475190200", "ActiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "ActiveExitTimestampMonotonic": "475189882", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:05:55 EDT", "AssertTimestampMonotonic": "475189917", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:05:55 EDT", "ConditionTimestampMonotonic": "475189916", "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": "Sat 2024-07-27 09:05:55 EDT", "InactiveEnterTimestampMonotonic": "475189882", "InactiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "InactiveExitTimestampMonotonic": "475190200", "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] ********************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:31 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.055) 0:00:04.738 ********* TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.031) 0:00:04.770 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.030) 0:00:04.800 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.021) 0:00:04.822 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.020) 0:00:04.843 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.023) 0:00:04.866 ********* 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/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.036) 0:00:04.903 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 27 July 2024 09:06:58 -0400 (0:00:00.035) 0:00:04.939 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.561) 0:00:05.500 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.020) 0:00:05.521 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.311) 0:00:05.832 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.023) 0:00:05.856 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.032) 0:00:05.888 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.019) 0:00:05.908 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.273) 0:00:06.181 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 27 July 2024 09:06:59 -0400 (0:00:00.021) 0:00:06.203 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.295) 0:00:06.498 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.021) 0:00:06.519 ********* ok: [managed_node1] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.024) 0:00:06.544 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.021) 0:00:06.565 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.019) 0:00:06.584 ********* 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": "Sat 2024-07-27 09:05:55 EDT", "ActiveEnterTimestampMonotonic": "475190200", "ActiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "ActiveExitTimestampMonotonic": "475189882", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:05:55 EDT", "AssertTimestampMonotonic": "475189917", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:05:55 EDT", "ConditionTimestampMonotonic": "475189916", "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": "Sat 2024-07-27 09:05:55 EDT", "InactiveEnterTimestampMonotonic": "475189882", "InactiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "InactiveExitTimestampMonotonic": "475190200", "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] ************************************************ task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:38 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.384) 0:00:06.969 ********* 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": "Sat 2024-07-27 09:05:55 EDT", "ActiveEnterTimestampMonotonic": "475190200", "ActiveExitTimestamp": "Sat 2024-07-27 09:07:00 EDT", "ActiveExitTimestampMonotonic": "539696607", "ActiveState": "inactive", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:05:55 EDT", "AssertTimestampMonotonic": "475189917", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:05:55 EDT", "ConditionTimestampMonotonic": "475189916", "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": "Sat 2024-07-27 09:07:00 EDT", "InactiveEnterTimestampMonotonic": "539696607", "InactiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "InactiveExitTimestampMonotonic": "475190200", "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] ************************* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:47 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.372) 0:00:07.341 ********* ok: [managed_node1] => (item={u'status': {u'RuntimeDirectoryMode': u'0755', u'ActiveExitTimestamp': u'Sat 2024-07-27 09:07:00 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'475189916', 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'475190200', 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'Sat 2024-07-27 09:05:55 EDT', u'SendBuffer': u'0', u'CPUQuotaPerSecUSec': u'infinity', u'CanStart': u'yes', u'DirectoryMode': u'0755', u'JobTimeoutAction': u'none', u'Before': u'sockets.target shutdown.target multi-user.target tangd@0.service', u'PassSecurity': u'no', u'LimitAS': u'18446744073709551615', u'RemoveOnStop': u'no', u'InactiveExitTimestampMonotonic': u'475190200', 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'539696607', 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'Sat 2024-07-27 09:05:55 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'Sat 2024-07-27 09:05:55 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'Sat 2024-07-27 09:05:55 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'Sat 2024-07-27 09:07:00 EDT', u'StandardInput': u'null', u'AssertTimestampMonotonic': u'475189917', 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'539696607', 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": "Sat 2024-07-27 09:05:55 EDT", "ActiveEnterTimestampMonotonic": "475190200", "ActiveExitTimestamp": "Sat 2024-07-27 09:07:00 EDT", "ActiveExitTimestampMonotonic": "539696607", "ActiveState": "inactive", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:05:55 EDT", "AssertTimestampMonotonic": "475189917", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:05:55 EDT", "ConditionTimestampMonotonic": "475189916", "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": "Sat 2024-07-27 09:07:00 EDT", "InactiveEnterTimestampMonotonic": "539696607", "InactiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "InactiveExitTimestampMonotonic": "475190200", "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] ************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:52 Saturday 27 July 2024 09:07:00 -0400 (0:00:00.054) 0:00:07.396 ********* TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.033) 0:00:07.430 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.028) 0:00:07.459 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.021) 0:00:07.481 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.020) 0:00:07.501 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.021) 0:00:07.522 ********* 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/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.036) 0:00:07.559 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.036) 0:00:07.595 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.608) 0:00:08.204 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 27 July 2024 09:07:01 -0400 (0:00:00.022) 0:00:08.226 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.298) 0:00:08.524 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.024) 0:00:08.549 ********* included: /tmp/tmp.Gt0rXdSruA/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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.033) 0:00:08.582 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.020) 0:00:08.603 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.287) 0:00:08.890 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.021) 0:00:08.912 ********* 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/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.348) 0:00:09.260 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.023) 0:00:09.284 ********* ok: [managed_node1] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.024) 0:00:09.309 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.021) 0:00:09.330 ********* 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] *** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 27 July 2024 09:07:02 -0400 (0:00:00.023) 0:00:09.353 ********* 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": "Sat 2024-07-27 09:05:55 EDT", "ActiveEnterTimestampMonotonic": "475190200", "ActiveExitTimestamp": "Sat 2024-07-27 09:07:00 EDT", "ActiveExitTimestampMonotonic": "539696607", "ActiveState": "inactive", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:05:55 EDT", "AssertTimestampMonotonic": "475189917", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:05:55 EDT", "ConditionTimestampMonotonic": "475189916", "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": "Sat 2024-07-27 09:07:00 EDT", "InactiveEnterTimestampMonotonic": "539696607", "InactiveExitTimestamp": "Sat 2024-07-27 09:05:55 EDT", "InactiveExitTimestampMonotonic": "475190200", "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] ************************************************ task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:59 Saturday 27 July 2024 09:07:03 -0400 (0:00:00.416) 0:00:09.770 ********* 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": "Sat 2024-07-27 09:07:03 EDT", "ActiveEnterTimestampMonotonic": "542496507", "ActiveExitTimestamp": "Sat 2024-07-27 09:07:00 EDT", "ActiveExitTimestampMonotonic": "539696607", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:07:03 EDT", "AssertTimestampMonotonic": "542496113", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:07:03 EDT", "ConditionTimestampMonotonic": "542496111", "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": "Sat 2024-07-27 09:07:00 EDT", "InactiveEnterTimestampMonotonic": "539696607", "InactiveExitTimestamp": "Sat 2024-07-27 09:07:03 EDT", "InactiveExitTimestampMonotonic": "542496507", "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] ************************* task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:68 Saturday 27 July 2024 09:07:03 -0400 (0:00:00.393) 0:00:10.164 ********* ok: [managed_node1] => (item={u'status': {u'RuntimeDirectoryMode': u'0755', u'ActiveExitTimestamp': u'Sat 2024-07-27 09:07:00 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'542496111', 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'542496507', 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'Sat 2024-07-27 09:07:03 EDT', u'SendBuffer': u'0', u'CPUQuotaPerSecUSec': u'infinity', u'CanStart': u'yes', u'DirectoryMode': u'0755', u'JobTimeoutAction': u'none', u'Before': u'sockets.target shutdown.target multi-user.target tangd@0.service', u'PassSecurity': u'no', u'LimitAS': u'18446744073709551615', u'RemoveOnStop': u'no', u'InactiveExitTimestampMonotonic': u'542496507', 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'539696607', 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'Sat 2024-07-27 09:07:03 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'Sat 2024-07-27 09:07:03 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'Sat 2024-07-27 09:07:03 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'Sat 2024-07-27 09:07:00 EDT', u'StandardInput': u'null', u'AssertTimestampMonotonic': u'542496113', 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'539696607', 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": "Sat 2024-07-27 09:07:03 EDT", "ActiveEnterTimestampMonotonic": "542496507", "ActiveExitTimestamp": "Sat 2024-07-27 09:07:00 EDT", "ActiveExitTimestampMonotonic": "539696607", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 09:07:03 EDT", "AssertTimestampMonotonic": "542496113", "Backlog": "128", "Before": "sockets.target shutdown.target multi-user.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": "Sat 2024-07-27 09:07:03 EDT", "ConditionTimestampMonotonic": "542496111", "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": "Sat 2024-07-27 09:07:00 EDT", "InactiveEnterTimestampMonotonic": "539696607", "InactiveExitTimestamp": "Sat 2024-07-27 09:07:03 EDT", "InactiveExitTimestampMonotonic": "542496507", "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] ***************************************************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:73 Saturday 27 July 2024 09:07:03 -0400 (0:00:00.057) 0:00:10.221 ********* included: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml for managed_node1 TASK [Remove control node files/directories] *********************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:2 Saturday 27 July 2024 09:07:03 -0400 (0:00:00.029) 0:00:10.251 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 Saturday 27 July 2024 09:07:03 -0400 (0:00:00.020) 0:00:10.272 ********* 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.004294", "end": "2024-07-27 09:07:04.220061", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-07-27 09:07:04.215767" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/Jro9l6TeqG-YGz63CtyjBQ5FBvY.jwk /var/db/tang/ltZ_1w9c2J6xgm91Qd0x2PKWjrE.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.003992", "end": "2024-07-27 09:07:04.497174", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-07-27 09:07:04.493182" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=41 changed=4 unreachable=0 failed=0 skipped=29 rescued=0 ignored=0 Saturday 27 July 2024 09:07:04 -0400 (0:00:00.693) 0:00:10.965 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:6 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.71s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Remove managed node files/directories ----------------------------------- 0.69s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.61s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.59s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.56s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.43s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.42s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.41s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Gather state of services ------------------------------------------------ 0.40s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:17 Gather state of services ------------------------------------------------ 0.39s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:59 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.38s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.37s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Gather state of services ------------------------------------------------ 0.37s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml:38 fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.35s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.31s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.30s /tmp/tmp.Gt0rXdSruA/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.30s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory --- 0.29s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory --- 0.27s /tmp/tmp.Gt0rXdSruA/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14